@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	max-width: 1280px;
	margin: auto;
	background-color: #EAF4F2;
	width: 100%;
	overflow: auto;
}
body {
	font-family: 'Raleway', "sans-serif;";
	background-color: #B3D1CF;
}
#logo {
    width: 38%;
    height: auto;
    margin-top: 24px;
    float: left;
    margin-left: 2.5%;
}
#logo img {
    width: 100%;
    height: auto;
}
nav {
    width: 55%;
    float: left;
    margin-left: 4%;
    margin-top: 36px;
}
nav ul li {
    list-style-type: none;
    float: left;
    width: 30%;
    margin-left: 0px;
    margin-bottom: 24px;
    margin-right: 14px;
}
nav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #B20B4F;
    color: #2E5442;
    font-size: 14pt;
    line-height: 24pt;
    text-align: center;
    font-weight: 300;
	-webkit-box-shadow: 4px 4px 6px #C9E2DF;
    box-shadow: 4px 4px 6px #C9E2DF;
}
nav ul li a:hover {
    box-shadow: 4px 4px 6px #FFF;
}
#video1 {
    float: left;
    margin-left: 5%;
    width: 40%;
    height: auto;
    margin-right: 0px;
}
#video1 img {
    width: 100%;
    height: auto;
}
footer  {
    text-align: center;
    width: 100%;
    float: left;
    color: #649285;
    font-size: 10pt;
    margin-top: 2%;
    letter-spacing: 1px;
    margin-bottom: 24PX;
}
