@media only screen and (max-width: 798px) {
  div#solving {
    margin-top: 170px;
  }
}

/* nav */
.nav-bar {
  height: 70px;
  background: #ffffff;
  margin-top: 3%;
}
 
.brand {
  position: absolute;
  padding-left: 30px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
  padding-top: 10px;
}
.brand a img {
  max-height: 39px;
  box-sizing: border-box;
}

@media only screen and (max-width: 798px) {
  .brand a img {
		max-height: 30px;
		margin-top: 5px;
  }
}

.brand a,
.brand a:visited {
  color: #333333;
  text-decoration: none;
  font-family: "stolzl", sans-serif;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-container {
  max-width: 1065px;
  margin: 0 auto;
}
 
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
  font-family: stolzl, sans-serif;
  font-style: normal;
  text-transform: uppercase;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 30px;
  line-height: 70px;
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: #469C7A;
  transition: all 300ms ease-in-out;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  /* box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); */
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 3%;
  background: #ffffff;
  height: 70px;
  width: 70px;
}
 
@media only screen and (max-width: 798px) {
  .nav-mobile {
    margin-top: 3%;
    display: block;
  }
  ul.nav-list {
    background-color: #ffffff;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 50px;
  }
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
    padding-bottom: 3%;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
	padding-left: 25%;
	 
  }
  nav ul li ul li a {
    padding-left: 30%;
  }
 
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}

nav ul li a {
padding-left: 0%;
 
}

#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3.5px;
  width: 33px;
  background: #469C7A;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
 
article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

nav ul li a.activecolor {
  color: #469C7A;
}

 
  

  /* body */
  /* title */
  .title {
    margin: 150px 0;
    animation: slideUp 0.7s 0.5s cubic-bezier(0.17, 0.88, 0.32, 1.27) both, fadeIn 0.25s 0.5s ease-in both;
  }
  
  .title:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .titlewrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    /* min-height: 600px; */
  }
  
  .titlecontent-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  
  .titlecontent {
    margin-right: 650px;
    clear: both;
    overflow: auto;
    /* min-height: 600px; */
  }

  .titlecontent2 {
    margin-right: 450px;
    clear: both;
    overflow: auto;
    /* min-height: 600px; */
  }

  div#marginnnn {
    margin-top: 130px;
    margin-bottom: -150px;
  }

  div#marginsss {
    margin-bottom: 40px;
  }

  div#mbo {
    margin-bottom: -100px;
    margin-top: 230px;
  }

   .titleleft {
    float: left;
    width: 100px;
    min-height: 100px;
   }
  
  .titlesidebar {
    position: relative;
    width: 650px;
    margin-left: -650px;
    float: right;
    overflow: hidden;
    color: #333333;
    /* min-height: 600px; */
  }

  .titlesidebar2 {
    position: relative;
    width: 400px;
    margin-left: -450px;
    float: right;
    overflow: hidden;
    color: #333333;
    /* min-height: 600px; */
  }
  
  
  @media only screen and (max-width: 1000px) {
    .title {
      width: 90%;
      margin: 13% auto;
    }
    .titlesidebar {
      float: none;
      width: 100%;
      margin-left: 0;
      padding-top: 5%;
    }

    .titlesidebar2 {
      float: none;
      width: 100%;
      margin-left: 0;
      padding-top: 5%;
    }
    .titlecontent {
      margin-right: 0;
    }

    .titlecontent2 {
      margin-right: 0;
    }
    .titleleft {
      float: none;
      min-height: auto;
    }
    .titledate {
       padding-bottom: 30px;
       margin-top: 2px;
    }
    div#marginnnn {
      margin-bottom: -50px;
    }
  }

  h2 {
    font-family: Stolzl;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 43px;
    letter-spacing: -0.01em;
    margin: 0;
    color: #333333;
    padding-bottom: 30px;
  }

  .titlep {
    font-family: bio-sans, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    letter-spacing: 0.05px;
  }

  .highlights {
    font-family: Stolzl;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #7773F5;
    padding-right: 150px;
    padding-top: 10px;
  }

  #details {
    padding-right: 0;
    padding-top: 0;
  }

  @media only screen and (max-width: 1000px) {

    .highlights {
        padding-right: 0;
      }

  }

  .titledate {
    font-family: bio-sans, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #9DA1A8;
    margin-top: 2px;
  }

  .titlemajor {
    font-family: bio-sans, sans-serif;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
    color: #333333;
    margin: 0;
    letter-spacing: 0.05px
  }


  /* hero shot */

  .herepage {
    margin: 20px 0
  }
  
  .herepage:after {
    content: "";
    display: table;
    clear: both;
  }
  
  .herewrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
   /* min-height: 600px; */
   animation: slideUp 0.7s 0.5s cubic-bezier(0.17, 0.88, 0.32, 1.27) both, fadeIn 0.25s 0.5s ease-in both;
  }

  img.hero {
    width: 100%;
  }

  section.needbg {
    background-image: url("img/bg2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 250px;
    margin-bottom: 0%;
    position: relative;
    padding-bottom: 160px;
  }

  section.needbg2 {
    background-image: url("img/bgg.svg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin-bottom: 0%;
    position: relative;
    padding-bottom: 200px;
  }


  section.needbg3 {
    background-image: url("img/lasthro.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 2000px;
    padding-top: 200px;
    margin-bottom: 0%;
    position: relative;
  }
  
    div#secondhero {
        width: 50%;
        margin: 100px auto;
    }

    div#fix {
      width: 50%;
      padding-bottom: 30px;
    }

    div#secondhero2 {
      width: 50%;
      margin: 100px auto;
  }

    img#hero3 {
        margin-top: 3%;
    }

    div#amimals {
        margin: 50px auto;
        margin-top: 20px;
        margin-bottom: -30px;
    }

    span.grayarrow {
      color: #BDBDBD;
      font-weight: bolder;
    }

    h5.stopmargin {
      margin-top: 5px;
    }

    div#besmaller {
      width: 65%;
      padding-top: 2%;
    }

  @media only screen and (max-width: 1000px) {

    .content {
      margin-right: 0;
    }

    div#besmaller {
      width: 100%;
    }

    div#secondhero {
      width: 70%;
      margin: 70px auto;
    }

    div#fix {
      width: 90%;
    }

    div#secondhero {
      width: 90%;
  }

  div#secondhero2 {
    width: 90%;
    margin-bottom: 20px;
}

    div#amimals {
        width: 100%;
        margin: 0px auto;
        margin-top: 100px;
        margin-bottom: -50px;
      }
  }



  /* my role */
  #subject {
    font-family: Stolzl;
    font-style: normal;
    font-weight: 500;
    font-size: 21px;
    line-height: 37px;
    letter-spacing: -0.007em;  
    color: #333333;
    padding-right: 100px;
    margin-top: 0;
    padding-top: 0;
  }

  .centeredd {
    text-align: center;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  h3.paddingright {
    padding-right: 170px;
  }

  @media only screen and (max-width: 1000px) {
    h3.paddingright {
      padding-right: 0;
    }
  }

  #forpad {
      padding-top: 40px;
  }

  .undersubject {
    font-family: Stolzl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #BDBDBD;
  }

  div#margintop {
    margin-top: 90px;
    }

    div#marginbooo {
      margin-top: -100px;
    }

    div#marginboya {
      margin-bottom: 0px;
    }

    div#topandbottom {
      margin-top: 0px;
      margin-bottom: 0px;
    }

    div#learningmargin {
      margin-top: 90px;
      margin-bottom: 20px;
    }

    div#bbbbmaraaa {
      margin-bottom: 70px;
    }

  #bodytexts {
    max-width: 1000px;
  }

  .inbody {
    margin-top: -20px;
  }

  section#nopadng {
    padding-bottom: 0;
  }

  img.myrole {
      margin-top: 50px;
      width: 100%;
  }

  img.planeicon {
      width: 20%;
      margin-top: 50px;
  }

  @media only screen and (max-width: 1000px) {
    img#taaa {
      width: 50%;
      margin-top: 0px;
  }

  div#marginbooo {
    margin-top: 20px;
  }

  img.planeicon {
    width: 30%;
  }

  div#marginboya {
    margin-top: 50px;
  }

  }

  img.process {
    margin-top: 0px;
    width: 90%;
}

  img.pivotal {
    width: 100%;
}

  h5 {
    font-family: Stolzl;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 17px;
    color: #828282;
  }

  #nomargin {
      margin-top: 3px;
  }

  span.purple {
    color: #FF7C4D;
  }

  span.highlight {
    color: #FF7C4D;
    font-weight: bolder;
  }

  span.graypoint {
      font-weight: bolder;
      color: #9DA1A8;
  }

  p#needrightpadd {
    padding-right: 100px;
    font-family: Stolzl;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;

    color: #333333;

  }
  
  div#marginbb {
    margin-top: 0;
  }

  @media only screen and (max-width: 1000px) {
    img.myrole {
      width: 100%;
      margin-top: 30px;
    }

    img.process {
        width: 100%;
    }
  }


  /* target audience */
  div#target {
    margin-top: 200px;
    margin-bottom: 20px;
    }

    div#target2 {
      margin-top: 100px;
    }
    
    p#targett {
        width: 460px;
    }

    p#targett2 {
      width: 500px;
    }

    p#features {
      width: 550px;
    }

    @media only screen and (max-width: 1000px) {
      div#target {
        margin-top: 100px;
        margin-bottom: 20px;
        }

        p#targett {
        width: 100%;
        }

        p#targett2 {
          width: 100%;
          }
          p#features {
            width: 100%;
          }
    }


    /* persona */

    h6 {
        font-family: Stolzl;
        font-style: normal;
        font-size: 18px;
        line-height: 22px;
        color: #333333;
        font-weight: 300;
    }

    span.colors {
      color: #92C9A2;
      font-size: 16px;
      margin-left: 5px;
    }

    .ttit {
      width: 90%;
      margin: 0 auto;
      line-height: 55px;
    }

    @media only screen and (min-width: 1000px) {
      .ttit {
        width: 100%;
      }
  }

    .quote {
      font-family: bio-sans, sans-serif;
        font-style: italic;
        font-size: 13px;
        line-height: 18px;
        color: #7773F5;
        padding-right: 50px;
    }

    h6.mmmma {
      margin-bottom: 5px;
    }

    .qmark {
        font-family: Stolzl;
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        line-height: -30px;
        color: #DAE0E9;
    }

    div#personatop {
        margin-top: 140px;
        margin-bottom: 50px;
    }

    #needpadding {
        padding-right: 60px;
    }

    #assum {
      padding-right: 150px;
      font-family: Stolzl;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 20px;

      color: #9497AB;
    }

    #assum2 {
      padding-right: 70px;
      font-family: Stolzl;
      font-style: normal;
      font-weight: normal;
      font-size: 13px;
      line-height: 20px;

      color: #9497AB;
    }

    #ppgb {
      padding-top: 210px;
    }

    @media only screen and (max-width: 1000px) {
        #needpadding {
            padding-right: 0;
        }

        #ppgb {
          padding-top: 0;
        }

        #assum {
          padding-right: 0;
        }

        #assum2 {
          padding-right: 0;
        }

        img.pivotal {
            width: 100%;
        }

        div#personatop {
          margin-top: 100px;
          margin-bottom: 0px;
      }
    }

    img.wavee {
        width: 130px;
        padding-left: 15px;
        opacity: 0.5;
    }

    div#conimg {
        margin-top: 10%;
    }
    div#fpadding {
      padding-bottom: 50px;
    }
    div#fpadding2 {
      padding-bottom: 90px;
    }

    img#formargin2 {
      margin-bottom: 30px;
    }


    /*main learning*/

    div.learningpa {
      margin-top: 30px;
    }

    @media only screen and (max-width: 1000px) {
        #mainlearning {
            margin: 0;
        }
        p#formargin {
          padding-bottom: 100px;
        }
    }

    @media only screen and (min-width: 1000px) {
      div#learningtexts {
        width: 600px;
      }
    }

    p.learningmargin {
        margin-right: 70px;
        font-family: Stolzl;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 27px;
        letter-spacing: -0.01em;
        color: #333333;
    }


    p#learningtexts {
      padding-bottom: 30px;
    }

    div#mainlearning p {
      width: 90%;
    }

    @media only screen and (max-width: 1000px) {
      #mainlearning {
          margin: 0;
      }
      div.space {
        display: none;
      }
      div#fpadding2{
        padding-bottom: 0;
      }
  }

  /* mission */
      div#missionimg {
        width: 700px;
        margin: 70px auto;
        margin-bottom: -10px;
    }

    @media only screen and (max-width: 1000px) {
      div#missionimg {
        width: 80%;
        margin: 0 auto;
        margin-bottom: -30px;
      }
      }

    p.summary {  
      font-family: Stolzl;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 25px;
      color: #469C7A;
    }

    span.gray {
      color: #BDBDBD;
    }

    h5.bottompadding {
      margin-bottom: 10px;
      color: #333333;
    }

    img#flow {
      margin-top: 3%;
      margin-bottom: 100px;
  }

  /* boxes */

  @media only screen and (max-width: 1000px) {
    div#jourwrap {
      width: 100%;
      margin: 0 auto;
      overflow-y: scroll;
      height: 500px;
    }
    }
  
  div.kutu{
		background-color:white;
		width:160px;
		height:180px;
		float:left;
		margin:10px;
    text-align:left;
    
    overflow: hidden;
      }
      
    img.journey {
      width: 100%;
    }

    p.journeyp {
      font-family: bio-sans, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 10.5px;
      line-height: 13px;
      letter-spacing: 0.005em;
      padding: 10px;
      padding-top: 0;

      color: #000000;
    }

    span.number {
      font-family: bio-sans, sans-serif;
      font-style: normal;
      font-weight: bold;
      font-size: 10.5px;
      line-height: 13px;
      letter-spacing: 0.005em;

      color: #FF7C4D;
    }

    span.pink {
      font-family: bio-sans, sans-serif;
      font-style: normal;
      font-weight: normal;
      font-size: 9px;
      line-height: 11px;

      color: #EB5757;
    }

    div#toobig {
      margin-top: 0;
    }

    div#lowfi {
      margin-top: -100px;
    }


    h4#marginbo {
      margin-bottom: 50px;
    }

    #fieldh {
      font-family: Stolzl;
      font-style: normal;
      font-weight: 500;
      font-size: 20px;
      line-height: 29px;
      letter-spacing: -0.01em;  
      color: #333333;
      padding-top: 20px;
    }
    
    /* creazy 8 */
    div#givimgpadding {
        padding-left: 25px;
        margin-right: 600px;
    }

    div#smallimg {
      width: 550px;
      margin-left: -550px;
    }
    
    @media only screen and (max-width: 1000px) {
      div#smallimg {
        float: none;
        width: 100%;
        margin-left: 0;
        padding-top: 5%;
      }
      div#givimgpadding {
        margin-right: 0;
        padding-left: 0;
      }
    }

    div#shouldbmall {
      margin-top: -100px;
    }
    @media only screen and (max-width: 1000px) {
      div#shouldbmall {
        margin-top: 30px;
      }
      }

      /* how to fix */
      div#fixmargin {
        margin-top: 130px;
        margin-bottom: -50px;
      }

      h3.spacee {
        margin-top: 20px;
      }

      #navtitle {
        font-family: Stolzl;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.01em;

        color: #333333;
      }
      
      div#howtofix {
        margin-top: -90px;
        margin-bottom: 150px;
      }

      @media only screen and (max-width: 1000px) {
        div#howtofix {
          margin-top: -60px;
        }
      }

      /* features */
      img.featurede {
        margin-top: 20px;
        width: 100%;
      }

      div#ctrlm {
        margin-bottom: 50px;
      }

      div#feamargin {
        margin-top: 200px;
        margin-bottom: 60px;
      }

      div#bottomm {
        margin-bottom: 100px;
      }

      p#ppadd {
        padding-right: 100px;
      }

      @media only screen and (max-width: 1000px) {
        p#ppadd {
          padding-right: 0;
        }

        div#feamargin {
          margin-top: 100px;
          margin-bottom: 30px;
        }
      }

      /* branding */
      div#needmargggin {
        margin-bottom: 0px;
      }

      div#brandmargin {
        margin-top: 30px;
      }

      div#brandsk {
        width: 1050px;
        margin: 50px auto;
        margin-top: 30px;
    }

    @media only screen and (max-width: 1000px) {
      div#brandsk {
        width: 100%;
        margin: 50px auto;
        margin-top: 30px;
    }
    }

    
    div#neeedppadd {
      padding-left: 70px;
    }

    @media only screen and (max-width: 1000px) {
      div#neeedppadd {
        padding-left: 0;
    }
    }


    img#lasthero {
      margin-top: 50px;
    }

    

    



  /* slide up */
@keyframes slideUp {
    from {
      transform: translateY(20%);
    }
    to {
      transform: translateY(0%);
    }
  }
  @keyframes fadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }

  /* wave */
   svg {
    width: 5%;
    margin-left: -4.5px;
  }

  .wavyy {
    margin-top: 10px;
    margin-left: 200px;
 }

 .wavyyonthetext {
  margin-top: 40px;
  margin-left: 0;
}

  .squiggle {
    animation:shift 1s linear infinite;
  }
  
  @keyframes shift {
    from { transform:translateX(0); }
    to { transform:translateX(-20px); }
  }

  @media only screen and (max-width: 1100px) {
    .wavyy {
       margin-left: 170px;
    }
  }

  @media only screen and (max-width: 1000px) {
    .wavyy {
        margin-left: 0;
    }
  }
  

/* interview zoom in */
.img-magnifier-container {
    margin-bottom: 100px;
}

  .img-magnifier-glass {
    position: absolute;
    border: 3px solid #92C9A2;
    border-radius: 50%;
    cursor: none;
    /*Set the size of the magnifier glass:*/
    width: 150px;
    height: 150px;
  }

  @media only screen and (max-width: 1000px) {
    .img-magnifier-glass {
        width: 50px;
        height: 50px;
      }
  }

  /* footer */
.bottom-bar {
  text-align: center;
  font-size: 14px;
  font-family: Stolzl;
  font-style: normal;
  font-weight: 500;
  position: absolute;
  line-height: 22px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  /* margin-bottom: 3%; */
  }

  .bottom-bar a {
    text-decoration: none;
    color: #333333;
  }

  .copy {
    color: #469C7A;
  }


  /* footer nav */

  div.footernav {
    max-width: 1150px;
    margin: 0 auto;
  }

  div.fna {
    margin-top: 35px;
    float: left;
    width: 50%;

    font-family: Stolzl;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    color: #333333;
  }

  div.fna a {
    text-decoration: none;
    color: #333333;
  }

  div.fna a:hover {
    color: #FF7C4D;
    transition: all 300ms ease-in-out;
  }

  div.navright {
    text-align: right;
  }

  span.green {
    color: #FF7C4D;
  }

  .thinners {
    font-family: Bio Sans;
    font-style: normal;
    font-weight: normal;
    color: #FF7C4D;
  }

  a.hovaa:hover {
    color: #FF7C4D;
    transition: all 300ms ease-in-out;
  }



/* wave */
section.waveemotion {
	background-color: #F8EAE5;
  background-image: linear-gradient(to top, #F8EAE5, white);
  min-height: 35vh;
	position: relative;
	overflow: hidden;
  width: 100%;
  margin-top: 130px;
}

.waveemotion .wave {
	background-image: url('https://firebasestorage.googleapis.com/v0/b/fire-fotos-8e3f9.appspot.com/o/img%2Fwave.webp?alt=media&token=a655a7d6-c5d2-40eb-a5ed-2ed9a12d5364');
	background-size: 1000px 100px;
	bottom: 0;
	height: 100px;
	left: 0;
	position: absolute;
  width: 100%;
}

.waveemotion .wave.wave-one {
	animation: wave-one 30s linear infinite;
	z-index: 4;
}

.waveemotion .wave.wave-two {
	animation: wave-two 15s -5s linear infinite;
	bottom: 8px;
	opacity: 0.5;
	z-index: 3;
}

.waveemotion .wave.wave-three {
	animation: wave-one 30s -2s linear infinite;
	bottom: 13px;
	opacity: 0.2;
	z-index: 2;
}

.waveemotion .wave.wave-four {
	animation: wave-two 5s -5s linear infinite;
	bottom: 18px;
	opacity: 0.7;
	z-index: 1;
}

@keyframes wave-one {
	from {
		background-position-x: 0;
	}
	
	to {
		background-position-x: 1000px;
	}
}

@keyframes wave-two {
	from {
		background-position-x: 0;
	}
	
	to {
		background-position-x: -1000px;
	}
}
  
span.copyy {
  font-family: Bio Sans;
  font-style: normal;
  font-weight: normal;
}

#expl {
  padding-right: 630px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
  #expl {
    padding-right: 0;
  }
}
