/* ~~ Top Navigation Bar ~~ */
.topnav {
  overflow: inherit;
  background-color: #293277;
}

.topnav a {

  float: left;
  display: block;
  width: 100px;
  height: 100px;
  color: white;
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: auto;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

.topnav a:hover {
  background-color: #69F483;
  width: 100px;
  color: white;
  text-align: center;
  font-size: 100%;
  font-family: 'Lato', sans-serif;
  transition: 0.5s;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate3d(0, 0, 1, -360deg);
  transform: rotate3d(0, 0, 1, -360deg);
  opacity: 1;
  
}

.active {
	background-color: #00B8FB;
  	color: white;
  	font-size: 100%;
  	text-align: center;
  	font-family: 'Lato', sans-serif;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {position: static;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: inherit;
    display: block;
  }
}

/* /* /* /* /* /* // */


.marge-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 65px;
	float: right;
}

.marge-partners {
	margin-top: 40%;
	margin-bottom: 40%;
}

.icon {
	float: center;
	margin-top: 10%;
	margin-left: 42%;
	margin-right: 42%;
	margin-bottom: 2%;
	width: 10%;
}

.icon:hover {
	float: center;
	margin-top: 10%;
	margin-left: 42%;
	margin-right: 42%;
	transition: 0.5s;
	width: 10%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  
  
.icon-2 {
	float: center;
	margin-top: 10%;
	margin-left: 40%;
	margin-right: 40%;
	margin-bottom: 5%;
}

.icon-2:hover {
	float: center;
	margin-top: 10%;
	margin-left: 40%;
	margin-right: 30%;
	margin-bottom: 5%;
	transition: 1s;
    opacity: ;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(50%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
 
  
.icon-footer {
	float: left;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: 10%;
	width: 8%;
}

.icon-footer:hover {
	float: left;
	margin-top: 10%;
	margin-bottom: 10%;
	margin-left: 10%;
	width: 5%;
	transition: 0.5s;
	width: 8%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  
 
.icon-ocean {
	float: center;
	margin-top: 30%;
	margin-left: 30%;
	margin-right: 30%;
	width: 40%;
}

.icon-ocean:hover {
	float: center;
	margin-top: 30%;
	margin-left: 30%;
	margin-right: 30%;
	width: 40%;
	transition: 0.5s;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  
  .icon-contact {
	float: left;
	margin-top: 20%;
	margin-bottom: 20%;
	margin-left: 10%;
	width: 15%;
}

.icon-contact:hover {
	float: left;
	margin-top: 20%;
	margin-bottom: 20%;
	margin-left: 10%;
	width: 5%;
	transition: 0.5s;
	width: 15%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }


.marge-line {
	float: center;
	margin-top: 5%;
	margin-left: 42%;
	margin-bottom: 5%;
}

.marge-line-white {
	float: left;
	margin-top: 5%;
	margin-left: 42%;
	margin-bottom: 5%;
}

.marge-line-footer {
	float: left;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 7%;
	margin-right: 50%;
}


/* / */ /* / */ /* / */ /* / */

.background-image-home{
	background-image: url(../images/blue-blur-color-932638.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-home-2{
	background-image: url(../images/Background_Image_Home_2.jpg);
	background-size: cover;
	background-position: top;
}

.background-image-about{
	background-image: url(../images/javardh-1053568-unsplash.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.background-image-milestones{
	background-image: url(../images/beach-dawn-depth-of-field-1139541.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.background-image-problems{
	background-image: url(../images/beach-close-up-cold-1533720.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.background-image-press{
	background-image: url(../images/Background_Press_1);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.background-image-partners{
	background-image: url(../images/arch-bridge-beach-big-sur-1532471.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.background-image-contact{
	background-image: url(../images/beautiful-view-bird-s-eye-view-boardwalk-1535525.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}

.background-image-footer{
	background-image: url(../images/Image_Home_3.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: bottom;
}


/* / */ /* / */ /* / */ /* / */

.background-image-quotes-1{
	background-image: url(../images/abstract-background-beach-355288.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-2{
	background-image: url(../images/adventure-amazing-awesome-726298.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-3{
	background-image: url(../images/android-wallpaper-beach-dawn-189349.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-4{
	background-image: url(../images/android-wallpaper-beach-foam-533923.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-5{
	background-image: url(../images/animal-aquatic-corals-847393.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-6{
	background-image: url(../images/beach-cliff-coast-428353.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-7{
	background-image: url(../images/animals-deep-ocean-deep-sea-130621.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-8{
	background-image: url(../images/pexels-photo-1295332.jpeg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-9{
	background-image: url(../images/sky-2910165_1920.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-10{
	background-image: url(../images/scott-van-hoy-591000-unsplash.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

.background-image-quotes-11{
	background-image: url(../images/dustan-woodhouse-675082-unsplash.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: top;
}

/* / */ /* / */ /* / */ /* / */

.background-color-1{
	background-color: #69F483;
}

.background-color-2{
	background-color: #293277;
}

.background-color-3{
	background-color: #00B8FB;
}

/* /* /* /* /* /* // */




.Headliner{
	font-family: 'Lato', sans-serif;
	font-size: 250%;
	color: white;
	text-justify: inherit;
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 10%;
		
}

.Quotes{
	font-family: 'Archivo Black', sans-serif;
	font-size: 300%;
	color: white;
	text-justify: inherit;
	text-align: center;
	margin-top: 10%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 10%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 2s;
    
  }

.Quotes:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.10, 1.10, 1.10);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}





.h1{
	font-family: 'Archivo Black', sans-serif;
	font-size: 300%;
	font-variant: small-caps;
	color: #293277;
	text-align: center;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 2s;
    
  }

.h1:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.10, 1.10, 1.10);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

.h1-tiny{
	font-family: 'Archivo Black', sans-serif;
	font-size: 300%;
	font-variant: small-caps;
	color: #293277;
	text-align: center;
	margin-top: 20%;
	 -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 1s;
	
		
	}
	
.h1-tiny:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  
  .h2-tiny{
	font-family: 'Archivo Black', sans-serif;
	font-size: 250%;
	font-variant: small-caps;
	color: #293277;
	text-align: center;
	margin-top: 20%;
	 -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 1s;
		
	}
	
.h2-tiny:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
	
.h2{
	font-family: 'Archivo Black', sans-serif;
	font-size: 350%;
	font-variant: small-caps;
	color: #69F483;
	text-align: center;
	margin-top: 10%;
		
	}
	
h3{
	font-family: 'Archivo Black', sans-serif;
	font-size: 250%;
	font-variant: small-caps;
	color: white;
	text-align: left;
	margin-left: 10%;
	margin-top: 20%;
	
	}

.h3-tiny{
	font-family: 'Archivo Black', sans-serif;
	font-size: 200%;
	font-variant: small-caps;
	color: #293277;
	text-align: center;
	margin-top: 10%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 20%;
	 -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 1s;
	
		
	}
	
.h3-tiny:hover {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.15, 1.15, 1.15);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }



h4{
	font-family: 'Archivo Black', sans-serif;
	font-size: 200%;
	font-variant: small-caps;
	color: white;
	text-align: left;
	margin-left: 10%;
	}
	
	
.h5{
	font-family: 'Archivo Black', sans-serif;
	font-size: 300%;
	font-variant: small-caps;
	color: #69F483;
	text-align: left;
	margin-left: 7%;
	margin-top: 10%;
	margin-bottom: 10%;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-animation-name: pulse;
    animation-name: pulse;
    transition: 2s;
	
		
	}
	
p {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	font-variant: normal;
	color: #bebebe;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 20%;
	
	}
	
.p2 {
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	font-variant: normal;
	color: white;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
	margin-bottom: 5%;
	padding: 3%;
	
	}
	
.p3 {
	font-family: 'Lato', sans-serif;
	color: white;
	text-align: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-bottom: 20%;
	
.p3 ul {
  	text-align: left;
}

.p3 li {
  	height: 0px;
  	width: 0px;
}

.p3 li a {
  	color: white;
  	font-size: 100px;
  	font-family: 'Lato', sans-serif;
  	line-height: 100px;
}

.p3 li hover{
  	font-size: 16px;
  	font-family: 'Lato', sans-serif;
  	color: white;

}


/* /* /* /* /* /* // */

img {
    width:200px;
    height:200px;
}

.images-left{
	background-image: url(../images/aquatic-1836183_1920.jpg) ;
	background-attachment: inherit;
	width: 100%;
	height: auto;

}

.images-right{
	background-image: url(../images/android-wallpaper-beach-foam-533923.jpg);
	background-attachment: inherit;
	width: 100%;
	height: auto;

}

.images-footer{
	background-image: url(../images/benjamin-patin-722117-unsplash.jpg);
	background-attachment: inherit;
	background-size: cover;
	background-position: left;
	height: 100%;

}

.images-right-about{
	background-image: url(../images/27624631_1972483426114607_6780467701735099957_o.jpg);
	background-attachment: fixed;
	width: 100%;
	height: auto;

}

.images-left-about{
		background-image: url(../images/Olan.jpg);
		background-attachment: fixed;
		width: 100%;
		height: auto;

}

.images-left-milestones{
		background-image: url(../images/30728315_2068941599802122_5293857190174523392_o.jpg);
		background-attachment: fixed;
		width: 100%;
		height: auto;

}

.icons {
	float: center;
	margin-top: 10%;
	margin-left: 42%;
	margin-right: 42%;
	width: 10%;
}

.icons:hover {
	float: center;
	margin-top: 10%;
	margin-left: 42%;
	margin-right: 42%;
	transition: 0.5s;
	width: 10%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
    transform: rotate3d(0, 0, 1, -360deg);
    opacity: 1;  
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }


/* /* /* /* /* /* // *//* /* /* /* /* /* // *//* /* /* /* /* /* // *//* /* /* /* /* /* // *//* /* /* /* /* /* // */

.milestones{
	margin-left: 10%;
	margin-right: 10%;
	width: 300px;
	height: auto;
	background-color: #00B8FB;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
  	text-decoration: underline #69F483;
  	color: white;

}

.milestones:hover{
	margin-left: 10%;
	margin-right: 10%;
	width: 300px;
	height: auto;
	background-color: #293277;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 100%;
  	text-decoration: underline #69F483;
  	color: white;

}

.center{
	position: fixed;
	top: 50%;
	left: 5%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 160px;
	border-left: 6px dashed rgba(227,42,18,0.61);
	opacity: 1;
	
}

.arrow{
	position: absolute;
	top: 0;
	left: 20px;
	height: 60px;
	width: 6px;
	background: #e42c12;
	animation: animate 4s infinite;
}

.arrow:before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0px;
	width: 20px;
	height: 20px;
	border-bottom: 6px solid #ff0404;
	border-right: 6px solid #ff0404;
	left: -7px;
	transform: rotate(45deg);
}
