html{
	background-color:#D9FFF2;
	font-family: 'Montserrat', sans-serif;
}

.menu{
	background-size: 100%;
	position: absolute;
	margin-left: 0;
	margin-top: 0;
	padding-top: 0;
	left: 40px;
	width: 524px;
	height: 150px;
	/*top:175px;*/
	z-index: 2;
}
div.headers{
	
	font-size:11vw;
	height: auto;
	border-bottom: 0px;
	z-index: 3;
	position: relative;
	top:290px;


}

div.headers h1{
	font-family:'Montserrat';
	
	margin-bottom: 90px;
	color:white;
	margin-top: 0;
	border-top:0;
	
	text-align: center;
	word-spacing: .2rem;
}

.intro{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
    z-index: 99999;
}

.button:hover{
	color:#80dfff;

}
ul {
    list-style-type: none;
    margin-bottom:0;
    padding-bottom: 0;
    /*top:75%;*/
    overflow: hidden;
    /*background-color: lavender;*/
    padding-left: 3px;
  
}

li {
    float: left;
}

li a {
    display: inline-block;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Montserrat';
    font-size:15px;
}


/*ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding-left: 20px;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Montserrat';
}*/
img{
	width: 100%;
	position: absolute;
	background: cover;
	top:0;
	left:0;
	z-index: -999;
	
}
.first_image{
	
	width: 100%;
	padding-top: 0;
	margin-top: 0;
	position: absolute;
	z-index: -999;

	
   }
.caption{
	font-style: 'Montserrat';
	margin-top: 0;
	padding-top: 0px;
	margin-bottom: 40px
}

h2{
	font-size: 8vw;
	position: relative;
	color:#264949;
	margin-top: 40px;
	margin-bottom: 40px;
	padding-left: 0;
	text-align: center;

}

.container{
	width:740px;
	display: block;
	margin: 0 auto;
	padding-bottom: 60px;
	padding-top: 300px;
	margin-top: 75px;
	border-top: 0;
	border-bottom: 0;
	font-size: 18px;

	}

.container_two{
	width:740px;
	display: block;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 30px;
	
	border-top: 0;
	border-bottom: 0;
	font-size: 18px;

	}
.second_image img{
	position: relative;
	padding-bottom: 15px;
}


.text{
	line-height: 1.5;
	font-family:'Montserrat';
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 0px;
	color: #264949;
	margin-bottom: 0;
	margin: 0 auto;
}	

.text_bottom{
	font-family:'Montserrat';
	font-weight: normal;
	font-size: 14px;
	padding-bottom: 0px;
	color: #264949;
	margin-bottom: 0;
	margin: 0 auto;

}
.first_section_video{
	background: cover;
	width: 100%;
	margin-top: 0;
	padding-top: 0;}
