/* General Demo Style */
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700);


html {
	box-sizing: border-box;
	width: 95%;
	padding: 5px;
	color: Black;
	font-family: 'Lato', Calibri, Arial, sans-serif;	
	font-weight: 300;
	font-size: 20px;	
}


body {


    overflow-x: scroll;
    overflow-y: scroll;
   
}

a {
	text-decoration: none;
}


header {
	width: 90%;
	max-width: 1240px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	padding: 0 30px 50px 30px;
}



header  h1  a {
	font-size: 2em;
	line-height: 1.5em;
	margin: 0 auto;
	font-weight: 700;
	text-align: center;
}

header h1 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
}

header h2 {
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
}


.pagenav {
    text-align: left;
    margin-left: 10%;
    width:80%;
}

.main > p {
	text-align: left;
	padding: 50px 20px;
}
