@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: 90%;
    height: auto;
    margin-top: 24px;
    float: left;
    margin-left: 5%;
}
#logo img {
    width: 100%;
    height: auto;
}
nav {
    width: 95%;
    float: left;
    margin-left: 2%;
    margin-top: 2.5%;
}
nav ul li {
    list-style-type: none;
    float: left;
    width: 45%;
    margin-left: 4%;
    margin-bottom: 24px;
}
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;
}
.present {
    border: 1px solid #B20B4F;
    color: #B20B4F;
}
#video1 {
    float: left;
    margin-left: 5%;
    width: 90%;
    height: auto;
    margin-top: 2%;
    margin-right: 0px;
    clear: left;
}
#video1 img {
    width: 100%;
    height: auto;
    -webkit-box-shadow: 3px 3px 6px #649285;
    box-shadow: 3px 3px 6px #649285;
}
#form {
    width: 95%;
    float: left;
    margin-top: 5%;
    font-size: 12pt;
    color: #649285;
    font-weight: 100;
    letter-spacing: 1px;
    line-height: 20pt;
    margin-left: 2.5%;
    margin-bottom: 5%;
}
#firstname {
    font-size: 12pt;
    width: 100%;
    font-weight: 300;
    color: #649285;
    border: 1px solid #B3D1CF;
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    line-height: 14pt;
}
#lastname {
    font-size: 12pt;
    width: 100%;
    font-weight: 100;
    color: #649285;
    border: 1px solid #B3D1CF;
    padding: 4px;
    line-height: 14pt;
}
#email {
    font-size: 12pt;
    width: 100%;
    font-weight: 100;
    color: #649285;
    border: 1px solid #B3D1CF;
    padding: 4px;
    line-height: 14pt;
}
#message {
    width: 100%;
    height: auto;
    font-size: 12pt;
    font-weight: 100;
    line-height: 16pt;
    padding: 3px;
    color: #649285;
    border-color: #B3D1CF;
    border-width: 1px;
}
button     {
    width: 25%;
    height: auto;
    background-color: #B3D1CF;
    font-size: 12pt;
    padding: 4px;
    font-weight: 300;
    line-height: 18pt;
    border: none;
    margin-top: 12px;
    display: inline-block;
    text-decoration: none;
    border-radius: 4px;
    color: #2E5442;
    cursor: pointer;
    -webkit-appearance: none;
}
button:hover {
    background-color: #B20B45;
    color: #EAF4F2;
}
footer  {
    text-align: center;
    width: 100%;
    float: left;
    color: #649285;
    font-size: 10pt;
    margin-top: 1%;
    letter-spacing: 1px;
    margin-bottom: 24PX;
}
