html,body {
  background-color: #333;
  font-family: 'Rubik', arial, sans-serif; 
  line-height: 1.3;
}

body.whiteBg {
  background-color: #fff;
}

a:link {
	color: #0099cc;
}

a:hover {
	color: #66ccff;
;
}

a:visited {
	color: #cc66ff;
}

a:active {
	color: #FFF679;
}

#navigation {
	background-color: black;
}

.sectionTitles { 
	font-family:'Rubik', serif; 
  color: #ccc;
  font-size: 1.6em; 
  font-weight: 100 !important;
  line-height: .5em;
  margin-top: 2em;
}


h1 {
	font-size: 3em;
	line-height: 1em;
	text-transform: uppercase;
  font-family: 'Rubik', arial, sans-serif; 
  font-weight: 700;
	color: #fff;
	 margin: 1em 0 .2em 0;
	 max-width: 70%;
	}



h1.blackFont,
h2.blackFont
 { color: #000; }



h2 { 
	font-family:'Rubik', serif; 
	color: #fff;
	font-size: 1.5em; 
	line-height: 1.4em;
  	margin: 0 0 20px 0; 
  	max-width: 700px;
  	font-weight: 400;
  	margin: .6em 0 1.5em 0;
}

h4 { 
	font-family:'Rubik', serif; 
	color: #999;
	font-size: 1.2em; 
	line-height: 1em;
  font-weight: 400;
  margin: -.5em 0 .5em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p {
	color: #fff;
	font-family:'Rubik', serif; 
	color: #fff;
	font-size: 1.1em; 
	line-height: 1.5em;
  	margin: 0 0 20px 0; 
  	max-width: 700px;
  	font-weight: 400;
  	margin: 20px 0 0 0;
}

.vertical {
  margin: 15px 0 15px 0;
}

.horizontal {
  margin: 0 0 15px 0;
}

.notes {
	font-size: .9em;
	color: #fff;
}

#footer.black {
  border-top: 1px solid #666;
}

#footer.black li {
  color: #ccc;
}

img {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 10px 0 0 0;

}

@media screen and (max-width: 44em) {

	#navigation {     
	    border-bottom: none;
	  }

	#navigation li {     
	    width: 50%;
	  }

	#navigation li:nth-child(odd) {
	  border-bottom: 1px solid #666; 
	  border-right: 1px solid #666;
	  box-sizing: border-box;

	}
	#navigation li:nth-child(even) {
	  border: none;
	  box-sizing: content-box;
	  border-bottom: 1px solid #666; 
	  border-right: none;
	}
	
	img {
		max-width: 100%;
		width: 100%;
	}

h1 {
	 max-width: 100%;
	}
		
#footer.black {
		background-color: #222222;
	}
}
