@keyframes sway {
  0%, 100% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }
}

@keyframes rotate {
  0%, 100% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }
}

@keyframes rotate2 {
  0%, 100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@keyframes sway2 {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(50px);
  }
}

@keyframes pulse {
  0%, 100%{
    opacity: 100%;
  }
  50%{
    opacity: 50%;
  }
}

*, *:before, *:after{
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  margin: 0;
  overflow-x: hidden;
  background-color: #f5fcff;

}

.social {
  display: flex;
  justify-content: center;
}

.icons {
  top: 0;
  right: 0;
  width: 2rem;
  margin: .5rem;
}

#para-container {
  z-index: 0;
  position: relative;
  width: 100vw;
  height: 100vw;
  overflow-y: hidden;
  overflow-x: hidden;
  background: linear-gradient(to bottom, #a0d4ee 0%, #d2eaf6 50%);
}

.nameplate {
  display: block;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  padding: 2rem;
  position: relative;
  z-index: 5;
  width: 50rem;
  margin-top: 0;
}

.nameplate h1,.nameplate h2,.nameplate h3 {
  font-family: "Nunito Sans", sans-serif;
  color: #01131f;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  /*text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);*/
}

.nameplate h1 {
  margin-top: 6rem;
  font-weight: 300;
  font-size: 7rem;
  line-height: 7rem;
}

.nameplate h2 {
  font-weight: 900;
  font-size: 5.7rem;
  line-height: 5.7rem;
  margin: 0;
  text-align: center;
}

.nameplate h3 {
  font-weight: 300;
  font-size: 2rem;
  line-height: 5rem;
  margin: 0;
  text-align: center;
}

#fg {
  bottom: 0;
  position: absolute;
}

.layer {
  position: absolute;
  left: 0;
  bottom: 0;
  /*will-change: transform;*/
}

#scroll-indicator{
  animation-timing-function: ease-in-out;
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  width: 5rem;
  height: 5rem;
  bottom: 5rem;
}

#bio-container{
  z-index: 5;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  /* box-shadow: 2.5px 2.5px 5px 1px #0000001a; */
}

.bio-box{
  margin-left: 1rem;
  margin-right: 1rem;
  width: 20rem;
  background-color: #f5fcffc2;;
  padding: 2rem;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  height: 14rem;
}

.bio-text h1{
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.cloud {
  width: 300px;
  bottom: auto;
}

.small {
  width: 100px;
}

#cloud1 {
  animation-timing-function: ease-in-out;
  animation-name: sway2;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 50%;
  top: 150px;
}

#cloud2 {
  animation-timing-function: ease-in-out;
  animation-name: sway2;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 5%;
  top: 100px;
}

#cloud3 {
  animation-timing-function: ease-in-out;
  animation-name: sway;
  animation-duration: 8s;
  animation-iteration-count: infinite;
  left: 75%;
  top: 50px;
  width: 150px;
}

#bird1 {
  display: none;
  animation-timing-function: ease-in-out;
  animation-name: rotate;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

#bird2 {
  display: none;
  animation-timing-function: ease-in-out;
  animation-name: rotate2;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}

.bar{
  display:flex;
  position: fixed;
  align-items: center;
  width: 100%;
  background: #f5fcffc2;
  backdrop-filter: blur(5px);
  padding: 10px;
  z-index: 10;
}

.bar a{
  padding-left: .5rem;
  padding-right: .5rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #01131f;
}

/*#navbar {
  background-color: #01131f;
  color: white;
  position: fixed;
  display: flex;
  align-items: center;
  z-index: 5;
}

#navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}


#navbar li a{
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  color: white;
}*/



/*#navbar li a {
  border-radius: 5px;
  border-left: 5px solid #3380FF;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  margin-bottom: .5rem;
  width: 9rem;
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.2);
  padding: 0.1rem;
  background-color: #000;
  line-height: 2.5rem;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-style: ;
  color: white;
  transition: all .35s;
}
*/

/*a span {
  position: relative;
  z-index: 2;
}*/
/*
#navbar li a:after {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #3380FF;
  transition: all .35s;
}

#navbar li a:hover {
  color: #fff;
}

#navbar li a:hover:after {
  width: 100%;
}
*/

a{
  text-decoration: none;
}

p {
  color: #01131f;
  font-size: 1.2rem;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

h1 {
  color: #01131f;
  text-align: center;
  margin: 0;
  margin-bottom: 5rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  padding: none;
}

#container{
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  align-items: flex-start;
}

#bodycard{
    border-radius: 5px;
    z-index: 2;
    background-color: #f5fcff;
    flex-grow: 3;
    margin-top: 5rem;
    margin-left: 1.5rem;
    margin-right: 3rem;
    padding: 4rem;
    max-height: 20%;
}

#bodycard .thumbnail{
  display: flex;
  width: 50%;
  min-width: 15rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 10px;
}

#bodycard h1{
  margin-bottom: 3rem;
}

#bodycard h2{
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  font-size: 1.7rem;
  color: #01131f;
  text-shadow: none;
  margin-bottom: .5rem;
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

#bodycard h3{
  display: flex;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #01131f;
  text-shadow: none;
  margin-bottom: .5rem;
  text-transform: capitalize;
  margin-top: 1rem;
  margin-bottom: 2rem;
  text-align: left;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#bodycard .quotebox{
  display: flex;
  font-size: 1.4rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #01131f;
  text-align: center;
  align-items: center;
  align-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* margin-left: 2rem; */
  text-indent: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#bodycard .quotebox .quotes{
  font-size: 7rem;
}

#bodycard span{
  font-weight: 600;
}

#bodycard p, #bodycard li{
  font-size: 1.1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  color: #01131f;
  text-indent: 1rem;
  /* text-align: left; */
  margin-top: 1rem;
  margin-bottom: 3rem;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

#bodycard li{
  margin-top: .1rem;
  margin-bottom: .1rem;
}

#bodycard ul{
  margin-top: 1rem;
  margin-bottom: 2rem;
}

#bodycard a{
  display: flex;
  font-size: 1.3rem;
  color: #2f95c8;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  justify-content: center;
  margin: 2rem;
  margin-left: auto;
  margin-right: auto;
}

#body-container {
  margin-top: -2px;
  padding-top: 5rem;
  position: relative;
  background: linear-gradient(to bottom, #f5fcff 0%, #f5fcff 20%);
}

#subtitle{
  text-align: center;
}

#text-card {
  padding-top: 0rem;
  margin: auto;
  align-content: center;
  position: relative;
  width: 75vw;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

#text-card h1{
  padding-top: 0;
}

#sidebar{
  border-radius: 5px;
  z-index: 2;
  background-color: #f5fcff;
  text-align: center;
  order: 1;
  min-width: 12rem;
  flex-grow: 1;
  margin-top: 5rem;
  margin-left: 3rem;
  margin-right: 1.5rem;
  padding: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

#sidebar h1, #sidebar h2, #sidebar h3, #sidebar p{
  margin-left: 0;
  text-align: center;
}

#sidebar h2{
  margin-left: 0;
  text-align: center;
  font-size: 1.4rem;
  color: #2f95c8;
  text-shadow: none;
  text-transform: capitalize;
  font-family: "Nunito Sans", sans-serif;
}

#sidebar p{
  margin-left: 0;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  color: #01131f;
  text-align: center;
}

#sidebar span{
  font-weight: 800;
  text-align: center;
}

#sidebar img{
  max-width: 50px;
}

#sidebar-icon-text{
  margin-bottom: 1rem;
  text-align: center;
}

#sidebar-card{
  margin-top: 1rem;
}

#description-box, #description-box2, #description-box3, #description-box4{
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  border-radius: 10px;
  overflow: hidden;
  background-color: white;
  cursor: pointer;
  transition-property: background-color, border, color, margin-top, margin-bottom;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  box-shadow: 2.5px 2.5px 5px 1px #ffeef8c9;
}

#description-box:hover,#description-box2:hover, #description-box3:hover, #description-box4:hover{
  transition-property: background-color, border, color, margin-top, margin-bottom;
  margin-top: -.5rem;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  background-color: #d2eaf6;
  margin-bottom: .5rem;
}

.body-image{
  display: flex;
  flex-shrink: 0;
  flex-grow: 3;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 50%;
  min-width: 50%;
  /*box-shadow: 2px 0px 10px 1px rgba(0, 0, 0, 0.2);*/
  cursor: pointer;
}

#description-text{
  display: flex;
  flex-flow: column;
  flex-wrap: wrap-reverse;
  justify-content: center;
  flex-shrink: 3;
  padding-right: 2rem;
  margin-left: 2rem;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

#description-text h1, #description-text h2, #description-text h3, #description-text p{
  /* color: #01131f; */
  text-align: left;
  /* padding: 0; */
  margin: 0;
  /* margin-left: 2rem; */
}

#description-text h1{
  padding-top: 0;
  margin-top: 1rem;
}

#description-text h2{
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-family: "Nunito Sans", sans-serif;
}

#description-text p{
  text-align: left;
  /* font-size: 1.2rem; */
  font-family: "Nunito Sans", sans-serif;
  /* font-weight: 300; */
  /* text-indent: .5rem; */
  /* margin-top: 2.5rem; */
  /* margin-left: 2.5rem; */
  /* margin-bottom: 1.5rem; */
}

.tagcontainer{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 1rem;
  justify-content: space-between;
}

.tagcontainer p{
  color: white;
  background-color: #3380ff;
  text-align: center;
  font-size: .9rem;
  border-radius: 10px;
}

.tags p{
  padding: .2rem;
  padding-left: .8rem;
  padding-right: .8rem;
}

.imagewrap{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #d2eaf6;
  border-radius: 10px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  width: 50%;
}

.imagewrap p{
  text-align: center;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 100;
  color: #ffffff;
  text-align: center;
  margin-bottom: 1rem;
}

.renders{
  max-width: 250px;
  max-height: 250px;
}

.wireframes{
  max-width: 250px;
  margin: .5rem;
}

button{
  background-color: #3380ff;
  color: white;
  width:6rem;
  padding: .5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}

.card-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.link-card{
  display: flex;
  flex: 1 0 45%;
  margin: 1%;
  border-radius: 5px;
  overflow:hidden;
  transition-property: background-color, border, color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  background-color: #fff;
  /*border: 2px solid #fff; */
}

.link-text{
  text-align: center;
  width: 100%;
  text-decoration: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #01131f;
}

.link-text p{
  font-family: "Nunito Sans", sans-serif;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 5rem;
}


.link-card:hover{
  /*animation-timing-function: ease-in-out;
  animation-name: hover;
  animation-duration: 5s;
  animation-iteration-count: infinite;*/
  transition-property: background-color, border, color;
  transition-duration: .25s;
  transition-timing-function: ease-in-out;
  background-color: #aaa;
  /*border: 2px solid #aaa;*/
}


.link-image{
  width: 100%;
}

/*.progress-container {
        display: hidden;
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 8px;
        background: #FFF;
}

    .progress-bar {
        display: hidden;
        z-index: 2;
        position:fixed;
        height: 8px;
        background: #3399FF;
        width: 0%;
    }*/

@media only screen and (max-width: 1275px) {
  #description-box, #description-box2, #description-box3, #description-box4{
    flex-wrap: wrap;
  }
  #bodycard img{
    width: 80%;
  }
}

@media only screen and (max-width: 900px) {
  #bodycard img{
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  #para-container {
    height: 20vh;
  }
}