body {
	font-family:'Lato';
	font-weight:300;
}

a {
	color:#0086b8;
	transition:color 250ms;
}

a:hover {
	color:#db4800;
}

section.content hr {
	margin:3em 0;
}

section.content p {
	margin:0 0 1.75em;
	font-size:1em;
	line-height:2em;
}

section.content h1 {
	font-size:1.75em;
	color:#db4800;
	margin:0 0 0.5em;
}

section.content h2 {
	font-size:1.75em;
	color:#db4800;
	margin:0 0 0.5em;
}

section.content h3 {
	color:#0086b8;
	text-transform:uppercase;
	font-size:0.875em;
	font-weight:600;
	margin:0 0 0.5em;
}

section.content h4 {
	color:#777;
	font-size:2em;
	line-height:1.75em;
	text-align:center;
	margin:0 0 1.5em;
}

section.content img {
	float:right;
	width:30%;
	margin:0 0 1em 2%;
}

@media only screen and (max-width: 1280px) {
	
	body {
		font-size:0.875em;
	}	
	
}

@media only screen and (max-width: 1100px) {
	
	body {
		font-size:0.75em;
	}	
	
	section.content h4 {
		font-size:1.75em;
	}
	
}