article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}



@font-face {
	font-family: myFirstFont;
	font-family : myFirstFont;
	src : url('fonts/OpenSans-Regular.ttf'), url('fonts/OpenSans-Regular.html') /* IE9+ */
}



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

a img {
	 border:none;
}


a:hover {
	color:#fff;
	text-decoration:none;
}



button {
	background-color: transparent;
	border:none;
	cursor:pointer;
}



#icons {
	padding-top: 15px;
  	float: right;
  	margin-right: 15px;
	
}
	
.clear {        /* stops the float */
  	clear: both;

}


footer {
   	background:#373737;
	padding: 0px 0px 15px 0px;
	
    
}



footer p {
	font-family: myFirstFont;
	letter-spacing: 0.05em;
	color: #fff;
	font-size: 11px;
	text-align: center;
	border-top-color: #000;
    
}



@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}