HTML CSSResult Skip Results Iframe
@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
  
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight:600;
  letter-spacing: 2px;
  font-size:68px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: px;
  font-size:14px;
  color: #333333;
}

.header {
  position:relative;
  text-align:right;
  background: Linear-Gradient(0deg, rgb(255,255,255,.0) 95%, rgb(255,255,255,1) 100%), url(../../assets/images/secc.png);
  background-repeat:no-repeat;
  background-position:right bottom;
  background-size:84%;
  height:99%;
  color:white;
  margin:0;
  vertical-align:middle;

    
}

.logo {
  

  padding-right:0px;
  display:inline-block;
  vertical-align:bottom;
  alignment-adjust:right;
 align-items: right;
position:fixed;
      margin-top:40px;
  
}

.inner-header {
	
  height:100vh;
  width:100%;
  margin: 10;
  padding: 0;
  border-top-right-radius:50px;
  font-size:larger;
  vertical-align:middle;
   vertical-align:middle centeral;
  text-align: right;

}
.large {
  font-size: 1em;
}

.circle {

  padding: 3% 2% 0.2% 0%;

    border-bottom-right-radius:50px;
border-top-right-radius:50px;



  

  background-color:rgba(255,255,255,.9);
}

.flex { /*Flexbox for containers*/


  vertical-align:middle;
  text-align: right;

}
.close {
	position:absolute;
 





  margin-right:0;
  margin-left:95%;
  
	color: #060;
	background-color: transparent;
	float: right;
	font-size:26px;
	margin-top:.1%;

}
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-5px; /*Fix for safari gap*/
  min-height:10px;
  max-height:30px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
.header {
  position:relative;
  text-align:left;
  background: linear-gradient(90deg, rgb(0,153,0) 25.2%,  rgb(255,255,255) 25.2%);
  color:white;
  margin:0;
  vertical-align:middle;
  height:100%;
  zoom:-1;
  }
 .inner-header {
	  margin-left: 16.2%;
	  width:80%;
	  background:none;
  }
  .content {
    height:60vh;
  }
  h1 {
    font-size:24px;
  }
}


