body{
	background-color:#111111;
	padding:0 !important;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
	font-weight:100;
	line-height:normal;
}

h1,h2,h3,h4,h5{
	font-weight:100;
}

.full-section{
	padding-top:80px;
	padding-bottom:80px;	
	padding-left:15px;
	padding-right:15px;
}

.logo-section, .main-content{
	background-color:#EEEEEE;
}	

.logo{
	background-image:url('../logo.png');
	background-position:center center;
	background-repeat:no-repeat;	
	width:249px;
	height:69px;
	margin:0 auto;
}

.main-content{
	text-align:center;	
	padding-top:10px;
}

.trophy-button{
	width:60%;
	color:#FFF;
	text-shadow:none;
	font-size:29px;
	margin:0 auto;
	display:block;
	padding:20px;
	background-color:#4BB3FE;
	background-image:none;
}

	.trophy-button:hover{
		background-color:#0A96FE;
		color:#FFF;	
	}

.question{
	font-weight:800;	
}

.answer{
	font-weight:100;	
}

.pre-footer{
	background-color:#93C556;
	color:#EEEEEE;
}

	.pre-footer h3{
		border-bottom-style:dotted;
		border-bottom-width:1px;
		border-bottom-color:#EEE;	
	}
	
.footer-links{
	text-align:center;	
	margin-top:40px;
}

	.footer-links a{
	 color:#2B4B12;
	}