@charset "UTF-8";
/* Body */
@font-face {
  font-family: mainFont;
 src: url("../SourceSansPro-Light.ttf");	
}

body {
	font-family: mainFont;
	background-color: #ffffff;
	margin:auto;
	font-style: normal;
	font-weight: bold;
	font-size: medium;
	color: 333333;
}



a {
  color: coral;
}
/* Container */
.container {
	
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}

.newsletter{	
 	background-image: url("../images/bg_newsletter.jpg");
 	background-repeat: no-repeat;
  	background-attachment: fixed;
    background-size: cover;
}
/* Navigation */
header {
	width: 100%;
	background-color: #000000;
	border-bottom: 1px solid #2C9AB7;	
	position: relative;
	display: flex;
 	justify-content: space-between;
 	align-items: center;
  	padding: 0px 0px;
}

.privacypolicy_content{
	margin-left: 10%;
	margin-right:10;
	text-align: left;
}
.logo {
	color: #fff;
	text-align: undefined;
	letter-spacing: 4px;
	padding-left: 40px;
}
/*nav ul {
	  display:grid;
  grid-auto-flow: column;
  list-style-type: none;
  column-gap: 60px;
  grid-gap: 40px;
  padding: 0px;
}*/

.list {
  display:grid;
  grid-auto-flow: column;
  list-style-type: none;
  column-gap: 60px;
  grid-gap: 30px;
  padding-right: 40px;
}

.listItem {
	width: min-content;
    white-space: nowrap;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #FFA92E;
}

.hamburger {
  display: none;
}

.hero_header {	 
font-weight: lighter;
	text-align: center;
	font-size: 300%;
	margin-top: 50px;
	margin-bottom: 50px;
	letter-spacing: 1px;
}
@keyframes example {
  0%   {background-color:red; left:0px; top:0px;}
  25%  {background-color:yellow; left:200px; top:0px;}
  50%  {background-color:blue; left:200px; top:200px;}
  75%  {background-color:green; left:0px; top:200px;}
  100% {background-color:red; left:0px; top:0px;}
}
@keyframes mymove {
  25% {box-shadow: inset 0 0 0 1000px rgba(0,0,50,0.7);}
	50% {box-shadow: inset 0 0 0 1000px rgba(50,0,0,0.7);}
	75% {box-shadow: inset 0 0 0 1000px rgba(0,50,0,0.7);}
}

@keyframes changeBg{
   0%,100%  {background-image: url("../images/DSC01918.jpg");}
   25% {background-image: url("../images/DSC02162.jpg");}
   50% {background-image: url("../images/DSC02147.jpg");}
   75% {background-image: url("../images/DSC02051.jpg");}
}

/* Hero Section */
.hero {
	/*background-color: #ffffff;*/
	background: url("../images/DSC01918.jpg");
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.6);
    background-size: cover;
	padding-top: 150px;
	padding-bottom: 150px;
	animation: changeBg 30s infinite;
}

.hero img {

	align-self: center;
	max-width: 800px;
	}

.light {
	font-weight: bold;
	color: #717070;
	 /*background-color: rgba(0, 0, 0, 0.5);*/
}
.tagline {
	max-width: 800px; 
	background-color: #FFFFFF;
	text-align: left;
	color: #333333;
	margin-top: 20px;
	margin-bottom: 80px;
	margin-left:  auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	font-size: large;
	font-weight: bold;
	letter-spacing: 1px;
}
/* About Section */
.text_column {
	min-width: 400px;
	max-width:500px;
	height:auto;
	text-align: left;
	margin-top: 15px;
	margin-left: 40px;
	margin-right: 40px;
	color: #333333;
	display: inline-flex;
}

.about {
	width:90%;
	margin: auto;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	padding-bottom: 35px;
	text-align: center;
	background-color: #FFFFFF;

}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	text-align: center;
	width:90%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/  margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 35px;
	padding-top: 20px;

}
.thumbnail {
	min-width: 200px;
	max-width: 500px;
	height:160px;
	
	text-align: left;
	
	margin-left: 40px;
	margin-right: 40px;
	
	padding-top: 15px;
	padding-bottom: 15px;
	display: inline-block;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #52BAD5;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333333;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url(../images/bg_WAF_blurred.jpg);
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: center;

	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: center;

	
	
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* Video */
.video {
	
	background-image: url(../images/bg_WAF_blurred.jpg);

	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	color: #FFFFFF;
	align-content: center;
	font-size: large;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 20px;
	padding-bottom: 20px;
}

timeline {
	
	background-color: #FFFFFF;
	padding-bottom: 50px;
}

timeline img{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 50px;
	margin-right: 50px;
}

.big_image {
	max-width:1000px;
	width:90%;
}

.center {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
	text-align: center;
	font-size:85%;
}

.row {
width:90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  
}

.col {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
	text-align: left;
	margin-top: auto;
	margin-bottom: auto;
}



h4, .h4 {
	color: darkblue;
  font-size: 1.2rem;
	float: right;
	padding-right: 24px;
	font-weight: bolder;
}

.timeline_column_left {
	color: #666666;
	font-weight: bolder;
	width: 35%;
	line-height: auto;
	
	font-size: 150%;
	text-align: right;
	float: left;
}
.timeline_column_right {
	width: 63%;
	line-height: auto;

	font-size: 110%;
	text-align: left;
	float: right;
}


/* More info */
footer {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 30px;
}
.footer_column {
	display:inline-block;
	max-width: 700px;
	height: 400px;
	
}

footer .footer_column p {
	text-align: left;
	color: #717070;
	background-color: #FFFFFF;
	font-weight: bold;
}
footer .footer_column img {
	margin-top: 20px;
	max-width: 540px;
	max-height: 302px;
}
footer .footer_column p {
  	display: table;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	margin-left: 20px;
	margin-right: 20px;
}
.button {
	display: none;
	width: 200px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 15px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	background: #21A003;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #333333;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #23292F;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {

	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}
@media screen and (min-width: 801px) {
  .menu {
    display: block !important;
  }
}
/* Small Tablets */
@media screen and (max-width: 800px) {
	
.header {
      flex-direction: column;
      padding: 20px;
    }
  
    .mobileHeader {
      width: 100%;
      display: flex;
      justify-content: space-between;
    }
  
    .menu {
       display: none;
    }
  .hamburger {
    display: block;
	margin-right: 40px;	
	margin-top: auto;
	margin-bottom: auto;

	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;

	background:#000000;
	color: #FFFFFF;
	transition: all 0.3s linear;
    }
	
    .list {
      list-style-type: none;
      row-gap: 40px;
      column-gap: 20px;
	  grid-auto-flow:dense;
      justify-items: center;
    }
	
	.listItem {
	width: min-content;
    white-space: nowrap;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
}
	
.logo {	
	/*display: none;
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
.container header nav {
	/*margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #52bad5; 
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}*/
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media ( min-width : 768px ) and (max-width : 903px ){
.text_column {
	width: 100%;
}
.thumbnail {
	width: 50%;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
.left {
}
