@charset "utf-8";
*, html {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	color: #000;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif;	
	font-weight:400;
}
#main {
    bottom: 0;
    overflow: hidden; /* prevents extra space underneath from 33px-high menu items */
    margin: 0 auto;
}
#top {
	margin:5em auto;
	height:80%;
	
}
#top a {
	color:#000;
	text-decoration:underline;}
#bottom {
	color:#FFF;
	background:#395273;
	bottom: 0;
	height:20%;
    margin: 0 auto;
	padding:2em 0;
    position: fixed;
    width: 100%;
	display:table;
	
}
#bottom .content {
	display:table-cell;
	vertical-align:middle;}
	#bottom a {
		color:#FFF;
		text-decoration:none;}
.content {
	margin:0 auto;
	width:80%;
	text-align:center;
	
}
div.block {
	display:inline;}
#logo {
	text-align: center;
	margin: 0 auto 5%;
}
.marked {
	font-weight:600;}
	
	
	@media only screen and (max-width:600px) {

			div.block {
	display:block;}
	#logo img {
		width:100%;}

}