body{
	font-family: 'Lato', sans-serif;
}

h1, h2, h3, ul, li, p{
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div.container {
	min-width: 270px;
	max-width: 960px;
	margin: 0 auto;
	padding: 15px 5%;
}

h1, h2 {
	text-transform: uppercase;
	font-weight: 300;
	color: #19B5FE;
}

section{
	height: 300px;
}

section article{
	max-width: 300px;
}

section article h1 {
	color: #DADFE1;
	font-weight: 100;
}

section article p {
	font-weight: 300;
	margin: 20px 0 0;
	color: #BDC3C7;
}

header {
	height: 80px;
	background-color: #2C3E50;
}

header h1 {
	display: block;
	width: 200px;
	height: 30px;
	margin-top: 10px;
	text-indent: -99999px;
	overflow: hidden;
	background: url("../img/octaweb.jpg") no-repeat;
}

section article{
	margin-top: 15px;
	margin-bottom: 15px;
}

footer p,
footer a {
	font-weight: 300;
	color: #BDC3C7;
}

footer a:hover {
	color: #19B5FE;
}

@media (min-width: 600px) {
	section article {
		float: right;
	}
}