@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: 60%;
    height: auto;
    margin-top: 18px;
    float: left;
    margin-left: 20%;
}
#logo img {
    width: 100%;
    height: auto;
}
nav {
    width: 100%;
    float: left;
}
nav ul li {
    list-style-type: none;
    float: left;
    width: 25%;
    margin-left: 8px;
    margin-bottom: 24px;
    margin-right: 18px;
}
nav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #B20B4F;
    color: #2E5442;
    font-size: 12pt;
    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: 10%;
    width: 80%;
    height: auto;
    margin-top: 3%;
    margin-right: 0px;
    clear: left;
}
#video1 img {
    width: 100%;
    height: auto;
	-webkit-box-shadow: 4px 4px 6px #B3D1CF;
    box-shadow: 4px 4px 6px #B3D1CF;
}
#video1 img:hover {
    -webkit-box-shadow: 12px 12px 16px #C9E2DF;
    box-shadow: 12px 12px 16px #C9E2DF;
}
#video1caption {
    text-align: center;
    margin-top: 6px;
}

#video1caption a{
    color: #649285;
    line-height: 12pt;
    font-size: 11pt;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}
#video1caption a:hover {
    color: #2E5442;
}
#video2 {
    width: 80%;
    float: left;
    margin-left: 10%;
    margin-top: 3%;
    height: auto;
}
#video2 img {
    width: 100%;
    height: auto;
	-webkit-box-shadow: 4px 4px 6px #B3D1CF;
    box-shadow: 4px 4px 6px #B3D1CF;
}
#video2 img:hover {
    -webkit-box-shadow: 12px 12px 16px #C9E2DF;
    box-shadow: 12px 12px 16px #C9E2DF;
}
#video2caption {
    text-align: center;
    margin-top: 6px;
}
#video2caption a{
    color: #649285;
    line-height: 12pt;
    font-size: 11pt;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}
#video2caption a:hover {
    color: #2E5442;
}
#video3 {
    float: left;
    margin-left: 10%;
    width: 80%;
    height: auto;
    margin-top: 3%;
    margin-right: 0px;
}
#video3 img {
    width: 100%;
    height: auto;
	-webkit-box-shadow: 4px 4px 6px #B3D1CF;
    box-shadow: 4px 4px 6px #B3D1CF;
}
#video3 img:hover {
    -webkit-box-shadow: 12px 12px 16px #C9E2DF;
    box-shadow: 12px 12px 16px #C9E2DF;
}
#video3caption {
    text-align: center;
    margin-top: 6px;
}
#video3caption a{
    color: #649285;
    line-height: 12pt;
    font-size: 11pt;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}
#video3caption a:hover {
    color: #2E5442;
}
#video4 {
    float: left;
    margin-left: 10%;
    width: 80%;
    height: auto;
    margin-top: 3%;
    margin-right: 0px;
}
#video4 img {
    width: 100%;
    height: auto;
	-webkit-box-shadow: 4px 4px 6px #B3D1CF;
    box-shadow: 4px 4px 6px #B3D1CF;
}
#video4 img:hover {
    -webkit-box-shadow: 12px 12px 16px #C9E2DF;
    box-shadow: 12px 12px 16px #C9E2DF;
}
#video4caption {
    text-align: center;
    margin-top: 6px;
}
#video4caption a{
    color: #649285;
    line-height: 12pt;
    font-size: 11pt;
    letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}
#video4caption a:hover {
    color: #2E5442;
}
footer  {
    text-align: center;
    width: 90%;
    float: left;
    color: #649285;
    font-size: 10pt;
    margin-top: 5%;
    letter-spacing: 1px;
    margin-bottom: 24PX;
    margin-left: 5%;
}
