@charset "utf-8";
/* Notes: The body,td,th somehow allows me to scroll vertically. */


a:link {text-decoration:none; color: #CCCCCC; }
a:visited {text-decoration:none; color:#CCCCCC;}
a:hover {text-decoration:none; color: #8D0213;}
a:active {text-decoration:none; color: #8D0213;}


a.two:link {text-decoration:none; color: #8D0213; }
a.two:visited {text-decoration:none; color:#8D0213;}
a.two:hover {text-decoration:none; color: #CCCCCC;}
a.two:active {text-decoration:none; color: #CCCCCC;}

a.foot:link {text-decoration:none; color: #999999; }
a.foot:visited {text-decoration:none; color:#999999;}
a.foot:hover {text-decoration:none; color: #f06e00;}
a.foot:active {text-decoration:none; color: #999999;}


img {
	border:0;
}

body {
	background-repeat: no-repeat;
	background-position:center;
	background-position:top;
	width:100%;
	position:relative;
	margin:0 auto;
}

#wrapper {
	min-width:1000px;
	margin: 0 auto;
}

#logo-hdr{
	min-width:100%;
	height:400px;
	margin:0 auto;
	background-color:#d6fa6f;
	opacity: 0.9;
}

#logo-txt{
	min-width:100%;
	font-size:200px;
	margin:0 auto;
	text-align:center;
}

#body-bg-vid{
	width:100%;
}

#body-box-container{
	width:870px;
	margin:0 auto;
	text-align:center;
	padding-top:20px;
	float:none;
}

#body-box-1{
	width:200px;
	height:200px;
	margin-left:25px;
	text-align:center;
	background-color:#4bcfff;
	border-radius: 20px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	opacity: 0.95;
}

#body-box-2{
	width:200px;
	height:200px;
	margin-left:50px;
	text-align:center;
	background-color:#4bcfff;
	border-radius: 20px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	opacity: 0.95;
}

#body-box-3{
	width:200px;
	height:200px;
	margin-left:50px;
	text-align:center;
	background-color:#4bcfff;
	border-radius: 20px;
	padding-top:10px;
	padding-left:20px;
	padding-right:20px;
	float:left;
	opacity: 0.95;
}

#blurb{
	width:800px;
	margin-top:20px;
	margin:0 auto;
	text-align:center
}

#footer-container{
	width:100%;
	height:200px;
	margin-top:40px;
	background-color:#1f1f1f;
}

/* Classes */

.logo-font{
	font-family: 'Pacifico', cursive;
	color:#171717;
}

.copy-font {
	font-family: 'Lato', sans-serif;
	color:#ffffff;
}

.copy-font-blk {
	font-family: 'Lato', sans-serif;
	color:#000000;
}

.copy-hdr {
	font-family: 'Oswald', sans-serif;
	color:#166674;
}

.copy-hdr-blk {
	font-family: 'Oswald', sans-serif;
	color:#000000;
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: fixed;
    top: 0;
    min-width:100%;
	min-height:100%;
}

.down-under{
	clear:both;
}

.breaker{
	width:800px;
	height:5px;
	background-color:#d6fa6f;
	margin:0 auto;
	opacity: 0.9;
}

.ng-bg{
	background-color:#d6fa6f;
	opacity: 0.9;
	padding:10px;
	border-radius: 5px;
}

.sb-bg{
	background-color:#4bcfff;
	padding:20px;
	border-radius: 15px;
	opacity: 0.95;
}

/* Footer iFrame Stuff */

#footer{
	width:1000px;
	margin:0 auto;
	line-height:10px;
	text-align:center;
	color:#CCCCCC;
	font-family: 'Oswald', sans-serif;
	font-size:13px;
}

#social-media-bar{
	width:1000px;
	height:86px;
	margin:0 auto;
}

#fb-plm{
	height:86px;
	width:95px;
	margin-top:10px;
}

#social-table{
	width:70px;
	height:70px;
	margin-left:125px;
	margin-top:-90px;
	text-align:center;
}

#social-txt{
	width:70px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#0099FF;
}

#chrome{
	height:80px;
	width:200px;
	margin-left:770px;
	margin-top:-70px;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:14px;
}

#website-wrapper{
	min-width:1000px;
	height:1100px;
	margin:0 auto;
	background-color:#171717;
}