@charset "UTF-8";
body {
	background-color: #EEEEEE;
}

nav {
	margin: 0px;
	padding: 0px;
}
#menu {
	background-color: #FFFFFF;
	height: 50px;
	max-width: 990px;
	min-width: 480px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 0px;
}
main {
	max-width: 990px;
	min-width: 480px;
	min-height: 500px;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#menu a {
	font-family: 'Russo One', sans-serif;
	height: 48px;
	width: 100px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	font-size: 18px;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding: 0px;
	float: right;
	background-image: url(images/button.svg);
	background-size: 100% 48px;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu a:hover {
	font-family: 'Russo One', sans-serif;
	height: 48px;
	width: 100px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 5px;
	font-size: 17px;
	line-height: 48px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	padding: 0px;
	float: right;
	background-image: url(images/button-over.svg);
	background-size: 100% 48px;
	background-repeat: no-repeat;
}
h1 {
	font-family: 'Russo One', sans-serif;
	color: #495A87;
	font-size: 24px;
	margin: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #495A87;
}
#menu #home {
	background-image: url(images/home.svg);
	float: left;
	width: 48px;
	background-size: 100% 48px;
	font-size: 44px;
}
#menu #home:hover {
	background-image: url(images/home-over.svg);
	float: left;
	width: 48px;
	background-size: 100% 48px;
	font-size: 43px;
}

section p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333333;	
}
footer {
	max-width: 990px;
	min-width: 480px;
	color: white;
	background-color: #666666;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	font-family:Verdana, Geneva, sans-serif;
	clear: both;
	height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#stopper {
	height: 10px;
	width: 100%;
	float:left;
	clear:both;
	margin: 0px;
	padding: 0px;
}
@media only screen and (max-width: 481px) {
	#menu {
		width: 100%;
	}
	
	footer {
	width: 100%;
	}
	 5px 5px #999;
}
main {
	min-height: 620px;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
footer {
	width: 100%;
}
	section p {
	font-size: 16px;
	}
}

@media only screen and (max-width: 769px) {
	#menu {
		width: 100%;
	}
	section p {
	font-size: 14px;
	}
	main {
	min-height: 620px;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	footer {
	width: 100%;
	}
}
