@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	background-color: #00acca;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#header {width: 960px;height:750px;margin:0 auto;text-align:center;}
#header .video-container {text-align:center;margin:10px 0 30px 0;}
#header p {color: #1B1464;
    font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-size: 22px;
	text-align:left;
	word-spacing:0.1em;
	line-height: 1.2em;}
#header h1 {color:#FFF;font-family: 'BebasNeueRegular';font-weight:
normal;text-align:left;line-height:1.1em;word-spacing:0.1em;}
#header .fb_iframe_widget {margin-top: 15px;text-align:left;}
.heading {text-align:center}
#body {width:960px;margin:0 auto;}
#body h1 {color: #FFF;
    font-family: 'BebasNeueRegular';
    font-size: 60px;
    font-weight: normal;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    text-align: center;
    text-shadow: 2px 2px 0 #1B1464;
    text-transform: uppercase;
	word-spacing: 0.1em;
}
#body div.left {display:inline-block;width:245px;}
#body div.center {display:inline-block;width:245px;}
#body div.right {display:inline-block;width:270px;}
#body div.last {display: inline-block;position: relative;top: -98px;width: 188px;}
#body .incenter {text-align:center;}
#body p {color: #1B1464;
    font-family: 'BebasNeueRegular';
	text-transform:uppercase;
	font-size: 22px;
	margin: 5px 0 0 0;
	word-spacing: 0.1em;}
#body .heading .fb_iframe_widget {text-align:center;}
.fb_iframe_widget {margin-bottom: 15px !important;}
#footer {}
a.boxbtn {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1B1464;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 6px;
	margin: 11px 3px 0 0;
	text-transform: uppercase;
	text-decoration: none;
}
a.boxbtn:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #1B1464;
	text-decoration:none;
}
.video-container iframe {box-shadow:5px 5px 5px #000;border-radius:3px;border:5px solid #fff;}