@media all and (max-width: 799px) {
	
	body {
		min-width: 500px;
	}
	
	.hero {
		padding-bottom: 25px;		
		border-bottom: 3px solid #e0e0e0;
	}

	.heroTitle {
		width: 70%;
		margin-left: 15%;
		margin-right: 15%;
		padding-bottom: 20px;
		clear: both;
		text-align: center;
	}

	#nav {
		font-size: 16px; 
		text-align: center;
	}
	
	article {
		margin: 0% 12%;
	}
	
}

@media all and (min-width: 800px) {

	body {
		min-width: 700px;
		position: relative;
	}

	.hero {
		overflow: hidden;
		padding-bottom: 11px;
		height: 80px;
	}

	.heroTitle {
		padding-left: 5%;
		float: left;
		line-height: 1.8em;
	}

	img {
		vertical-align: text-top;
	}
	
	#nav {
		font-size: 16px; 
		text-align: right;
		padding-right: 5%;
		padding-top: 5px;
		width: 400px;
		float: right;
	}

	article {
		margin: 0% 18%;
	}
}

body {
	font-family: "museo", Georgia, serif;
	background: #e0f2fa;
}

/* Sticky footer styling */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	padding: 0px;
}

#body {
	padding: 0px;
	padding-bottom: 80px;
}
	

/* End of sticky footer styling */

.hero {
	background: #fff;
	padding-top: 25px;
	border-bottom: 2px solid #e0e0e0;
}

#title1 {
	font-weight: bold;
	font-size: 30px;
	color: #707070;
}

#title2 {
	font-size: 26px;
	font-weight: bold;
	color: #A8A8AB;
}

a {
	text-decoration: none;	
	font-weight: bold;
	background-color:transparent;
}

a:link {
	color: #878787;
}

a:hover {
	color: #8eb0af;
}

a:visited {
	color: #8eb0af;
}

/* Start of nav specific link styling */

#nav a {
	text-decoration: none;
	font-weight: 500;	
	background-color:transparent;
}

#nav a:link {
	color: #000;
}

#nav a:hover {
	color: #8eb0af;
}

#nav a:visited {
	color: #000;
}

.buttonNavActive {
	padding: 8px;
	border-radius: 10px;
	border: 1px solid #8eb0af;
	background: #fff;
	opacity: 0.70;
	background: #fffd77;
	margin: 7px;
}

.buttonNav {
	padding: 8px;
	opacity: 0.70;
	margin: 7px;
}	

/* End of nav specific link styling */

article {
	background: #fff;
	border-right: 1px solid #fffd77;
	border-left: 1px solid #fffd77;
	border-bottom: 1px solid #fffd77;
	padding: 1px 0 20px 0;
	text-align: center;
	line-height: 1.5em;
	font-family: "museo sans", helvetica, arial, sans-serif;	
}

h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #666;
	margin: 7% 30% 5% 30%;
	line-height: 1.3em;
	font-family: "museo", Georgia, serif;
}

#aboutArticle {
	text-align: left;
	padding-right: 3%;
	padding-left: 3%;
}

.aboutTitle {
	font-size: 1.5em;
	border-bottom: 1px solid #666;
	margin: 0;
	margin-top: 7%;
	border: 0;
	line-height: 1.3em;
	text-align: left;
}

i {
	font-weight: bold;
}

footer {
	text-align: center;
	line-height: 1.5em;
	font: 0.5em;
	padding-top: 20px;
	font-family: "museo sans", helvetica, arial, sans-serif;
}

/* More sticky footer styling */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 80px;
}

/* End sticky footer styling */
