@charset "utf-8";

/* Reset */
	* {margin: 0; padding: 0;}
	img {border-style: none;}
	
	@font-face {
	font-family: OpenSansCon;
	src: url(font/OpenSans-CondLight.woff);
	}

/* Structure */	
	body, html {
	background-image: url(images/bgrdimg.gif); 
	height: 100%;
	margin: 0;
	}
	
	header, section, footer, aside, nav, main, article, figure, img { 
	display: block; 
	}
	
	a {border: none;}
	
	#wrapper {
	width: 85%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0 15px 20px 15px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	background-color: white;
	min-height: 100%; /* min. height for modern browser */
    height: auto !important; /* important rule for modern Browser */
    height: 100%; /* min. height for IE */
    overflow: hidden !important; /* FF scroll-bar */
	box-sizing: border-box;
	}

	header {
	background-color: #fff;
	width: 100%;
	padding-top: 9%;
	margin: 0;
	background-image: url(images/my-logo-928.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	}
	
	img.divider {
	width: 100%;}
	
	
/* Rules for Navigation */	
	nav {
	width: 100%;
	margin: 20px auto 30px auto;
	padding: 0;
	text-align: center;
	}
	
	nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
	nav ul li {
	display: inline;
	}
	
	nav ul li a {
	text-decoration: none;
	padding: 0 0.75em 0 0.75em;
	text-transform: uppercase;
  	font-family:  OpenSansCon, Arial Narrow, sans-serif;
	font-size: 1.5em;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #90989e;
	opacity: 1.0;
	-webkit-transition: opacity 0.3s ease-in-out;
  	-moz-transition: opacity 0.3s ease-in-out;
  	-o-transition: opacity 0.3s ease-in-out;
 	transition: opacity 0.3s ease-in-out;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  	}

	nav ul li a:hover {
	opacity: 0.4;
	 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}
	
	span.bullet {
	font-size: 1.5em;
	color: #90989e;
	}
	
	nav#bottom {
	clear: both;
	margin: 20px auto 30px auto;
	}
	

/* Rules for Sections */
	main {
	width: 100%;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	}
	
	section {
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	}
	
	.illustrations {
	display: block;
	width: 100%;
	border: none;
	}
	
	section.explanation {
	text-align: center;
	float: left;
	width: 33.3333%;
	margin: 0 auto 20px auto;
	padding: 10px;
	box-sizing: border-box;
	}
	
	p.illoblurb {
	width: 55%;
	margin: .5em auto 0 auto;
	text-align: center;
	font-family: OpenSansCon, Arial Narrow, sans-serif;
	font-size: 1.1em;
	line-height: 135%;
	letter-spacing: 0.8px;
	color: #767c81;
	}
	
	
/* Rules for Footer */	
	div#bottomdivider {
	clear: both;
	padding-top: 30px;
	}

	footer {
	margin: 0;
	}
	
	
/* Media Queries 768px */
@media only screen and (max-width: 768px) {
	
	header {
	background-color: #fff;
	width: 100%;
	padding-top: 9%;
	margin: 0;
	background-image: url(images/my-logo-768.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center top;
	}
	
	p.illoblurb {
	width: 75%;
	margin: .5em auto 0 auto;
	text-align: center;
	font-family: OpenSansCon, Arial Narrow, sans-serif;
	font-size: 0.8em;
	line-height: 135%;
	letter-spacing: 0.8px;
	color: #90989e;
	}
	
	nav ul li a {
	font-size: 1.1em;
  	}
	
	span.bullet {
	font-size: 1.1em;
	color: #90989e;
	}
}


/* Media Queries 360px */
@media only screen and (max-width: 360px) {
	
	header {
	padding-top: 16%;
	background-image: url(images/mylogo-380.jpg);
	}
	
	p.illoblurb {
	width: 90%;
	margin: 0 auto 0 auto;
	font-size: 0.85em;
	line-height: 135%;
	letter-spacing: 0.8px;
	color: #767c81;
	}
	
/* Rules for Navigation */	
	nav {
	margin: 10px auto 20px auto;
	}
	
	nav ul li {
	display: inline;
	}
	
	nav ul li a {
	padding: 0;
	font-size: 1.0em;
	line-height: 120%;
	font-weight: normal;
	}

	nav ul li a:hover {
	opacity: 1;
	 -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	}
	
	span.bullet {
	padding: 0 0 0 0.2em;
	display: inline;
	font-size: 0.85em;
	}
	
	nav#bottom {
	clear: both;
	margin: 10px auto 30px auto;
	}

}
