body{
	background-color: rgb(252, 255, 255);
	padding: 0;
	margin: 0;
}

.small-nav{
	display: none;
}

@font-face{
	font-family: 'RaleWay';
	src: url('../fonts/raleway_thin-webfont.woff');
}

h1{
	font-size: 64px;
	height: 120px;
	padding: 120px 0 0 80px;
	color: rgb(252, 250, 250);
}

.site-nav{
	position: relative;
	width: 100%;
	height: 36px;
	background-color: rgb(110, 135, 160);
	background: cover;
}

.site-nav a:hover{
	font-family: 'RaleWay', sans-serif;
	color: white;
	border-bottom: 4px solid rgb(250, 250, 250);
	padding-bottom: 5px;
}

/*li div a:hover{
	height: 36px;
	color: rgba(255, 255, 255, 0.3);
}*/

#own{
	font-family: 'RaleWay', sans-serif;
	color: white;
	border-bottom: 4px solid rgb(250, 250, 250);
	padding-bottom: 5px;
}

.site-nav ul{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: auto;
}

.site-nav li{
	font-family: 'RaleWay', sans-serif;
	color: rgb(250, 250, 250);
	list-style: none;
	float: left;
	margin: 10px 30px 0px 30px;
}

li a{
	text-decoration: none;
	font-family: 'RaleWay', sans-serif;
	color: rgb(250, 250, 250);
}

.container{
	width: 980px;
	margin: auto;
}

.center{
	margin: auto;
    overflow: auto;
    width: 980px;
	float: auto;
}

.text-center{
	margin: auto;
	margin-top: 50px;
	float: auto;
}

h2{
	font-size: 28px;
	/*font-family: 'RaleWay', sans-serif;*/
	color: rgb(50, 55, 60);
}

.clear{
	clear: both;
}

footer{
	width: 100%;
	height: 100px;
	background-color: rgb(110, 135, 160);
	margin-top: 36px;
}

footer p{
	width: 24px;
	height: 30px;
	padding: 0;
	margin: auto;
}

footer p a{
	text-decoration: none;
	font-size: 50px;
	color: rgb(252, 255, 255);
}

#text{
	width: 306px;
	margin: 30px auto 0 auto;
	color: white;

}