body	{
	margin:0;
	padding:0;
	background-color:#000;
}

html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-text-size-adjust: 100%;
}

a {
	outline:none;
	color: inherit; 
	text-decoration: none; 
}

a:hover {
	text-decoration:none;
}

h1 {
	font-family: 'Oswald', sans-serif;
	font-size:36pt;
	font-weight: bold;
	color:#FFF;
	margin: 10px 0 0 0;
	padding: 0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-size:36pt;
	font-weight: bold;
	color:#FFF;
	margin: 10px 0 40px 0;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size:14pt;
	font-weight: bold;
	color:#FFF;
	margin: 0 0 40px 0;
	padding: 0;
}

p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size:14pt;
	line-height: 30px;
	color:#FFF;
	padding: 0;
	margin: 10px 0 10px 0;
}

.bigger p {
	font-size: 20pt;
}

.menu1 p {
	font-size: 12pt;
}

.menu2 p {
	font-size: 11pt;
	color: #FFF;
	margin: 0 0 5px 0;
}

.holder p {
	font-size: 12pt;
}

img {
	border:0;
}

.slide {
	background-size: cover;
}

#container	{
	position:relative;
	width:100%;
}

.holder {
	float: left;
	width: 98%;
	background: #FFF;
	margin: 1% 1% 8% 1%;
}

.box1 {
	float: left;
	width: 100%;
	background: #163875;
}

#logo {
	float: left;
	width: 80%;
	margin: 40px 10%;
}

.box2 {
	float: left;
	width: 84%;
	text-align: center;
	padding: 40px 8% 40px 8%;
	background: #163875;
}

.box3 {
	float: left;
	width: 84%;
	text-align: center;
	padding: 40px 8% 40px 8%;
	background: #163875;
}

#social_holder {
	width:100px;
	text-align: left;
	margin: 20px auto 0 auto;
}

.social {
	float: left;
	width: 40px;
	height: 40px;
	margin: 10px 5px 40px 5px;
}

#siteby {
	float:left;
	width:100%;
	text-align: center;
	padding: 0.5% 0 0.5% 0;
	margin: 0;
}

#siteby p {
	color: #666;
	font-size: 9pt;
}