body {
	background: #F1F1F1;
	color: #5e5e5e;
	font-family:'Lato', Arial;
	line-height:20px;
	padding: 20px 0;

}

a {
 color:#9B0F00;
 outline:0;
 text-decoration:none;
}

a:hover {
	text-decoration:none;
}

header, footer { text-align: center; }


h1 {
 	font-size: 2em;
    font-weight: 200;
    text-align: center;
}

h2 {
	font-size:1.5em;
	font-weight: 100;
}
p {
    font-size: 14px;
    line-height: 22px;	 
}

img { max-width: 25%; }


/* RESPONSIVE CSS */

@media (max-width: 768px) {
img { max-width: 40%; }

}
