body { 
text-align: center; 
padding: 10%; 
color: #333; 
}
#wrapper {
margin: 0 auto;
}  

h1 { 
font-size: 30px; 
color: #488ECE; 
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}


p  { 	
font-family: 'Quattrocento Sans', Arial;
/* line-height: 15px;*/
font-size: 20px;  
color: #7a7a7b; 
}

a { 
color: #F49426; 
text-decoration: underline;
}

a:hover { 
text-decoration: none; 
}
@media only screen and (max-width : 480px) 
{
h1 { font-size: 20px; }
p { font-size: 15px; }
}
#logo {
margin-bottom: 40px; 
}
#logo img {
max-width: 100%;
height: auto !important;
}

@media only screen and (max-width: 650px) {
	#logo {
		height: 75px; 
	}
}
