
body {
	margin: 0;
	padding: 0;
	}

.clearfix {
	display: block;
	clear: both;
}

body {
	font-size:18px;
	line-height: 32px;
	color: #333;
	word-wrap:break-word !important;
	font-family: 'Open Sans', sans-serif;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
	text-align: left;
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #FF5722
}

a:hover {
	text-decoration: underline; 
	color: #E64A19;
}

h1 {
	font-size: 40px;
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h2 {
	font-size: 30px;
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h3 {
	font-size: 24px;
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h4 {
	font-size: 20px;
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h5 {
	font-size: 18px;
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

h6 {
	font-size: 16px;
	color: #333;
	font-family: "Roboto Slab", sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 16px;
}

#container{
	margin: 0 auto;
	max-width: 1200px;
}

header {
	width: 94%;
	padding: 3%;
	background-color: #ffffff;
}

header #title {
	font-size: 50px;
	color: #000;
}

nav {
	width: 97%;
	background-color: #ffffff;
	padding: 0 1.5% 0 1.5%;
}

nav ul li {
	display: inline-block;
	padding: 15px 1.5% 15px 1.5% ;
}

nav ul li a {
	text-decoration: none;
	color: #000;
	font-size: 1.2em;
}

nav ul li a:hover {
	color: #000000;
	text-decoration: none;
}

#content {
	float: left;
	padding: 3%;
	width: 64%;
	background-color: #ffffff;
}

aside {
	float: right;
	padding: 3%;
	width: 24%;
	background-color: #ffffff;
}

footer{
	width: 94%;
	padding: 3%;
	background-color: #ffffff;
	border-top: 1px solid #000;
	color: #000;
	text-align: center;
}



/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

	header {
		text-align: center;
	}

	nav {
		text-align: center;
	}

	#content {
		width: 94%;
		padding: 3%;	
	}

	#sidebar {
		width: 94%;
		padding: 3%;
		border-top: 3px solid #E64A19;
	}

}

@media all and (max-width : 330px) {

	nav ul li {
		display:block;
		width: 94%;
	}

}
