@charset "UTF-8";
html {  
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	background-color: rgba(255,255,255,1.00);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: left top;
	width: 100%;
}
#home-container {
	position: relative;
	top: 1.0em;
	width: 100%; 
	margin: 1em auto; 
	padding: 0; 
}
.navlist {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.navlist img {
	width: 65%;
	max-width: 600px;
	height:auto;
	margin: 1.25em 0 0.5em 0;
}
.clear {clear:both; font-size:1px;
}

