@import url(//fonts.googleapis.com/css?family=Lato:300:400);

body {
  margin:0;
}

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

.header {
  position:relative;
  text-align:center;
  background: linear-gradient(60deg, rgba(84,193,140,1) 0%, rgba(140,206,168,1) 100%);
  color:white;
}
.logo {
  width:50px;
  fill:white;
  padding-right:15px;
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:65vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.iconImage {
  width:250px;
}

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

.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;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format("truetype"), url("fonts/Montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-weight: lighter;
}
@font-face {
  font-family: "Nunito_Sans";
  src: url("fonts/Nunito_Sans/NunitoSans-Regular.ttf") format("truetype"), url("fonts/Nunito_Sans/NunitoSans-Italic.ttf") format("truetype"), url("fonts/Nunito_Sans/NunitoSans-Bold.ttf") format("truetype");
  font-weight: lighter;
}
footer{
	width: 100%;
	background-color: none;
	display: inline;
	text-align: center;
}


#textf{
	text-align: center;
	font-family: "Spline Sans", sans-serif;
	font-size: 15px;
}

#one{
	width: 100%;
	background-color: none;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
}
#one img{
	width: 20%;
}

#textf2{
	text-align: center;
	color: white;
	font-family: "Spline Sans", sans-serif;
	font-size: 15px;
}


#two{
	width: 70%;
	height: 200px;
	background-color: #151C31;
	
}



#firm{
	width: 100%;
	height: auto;
	background-color: gray;
	text-align: center;
	font-size: 20px;
	color: white;
	margin-top: 0px;
	font-family: "Spline Sans", sans-serif;

}