/*!
 * Specific  Responsive Styles
 *
 */
 
 
/*==========  Non-Mobile First Method  ==========*/

/* Special Case Logo */
@media only screen and (max-width : 1300px) {


}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}




/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	

#bdh-navigation ul {
	padding-right: 0px !Important;
}

#bdh-content {
	background-size: auto 100%;
}




}




/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	

#bdh-navigation ul {
	padding-right: 0px !Important;
}




}


/* iphone 6 landscape */ 
@media only screen and (max-width : 736px) {


#bdh-navigation .navbar-inverse .navbar-nav > li > a {
	padding: 12px 17px 12px 17px;
	line-height: 13px;
	font-size: 13px;
}

}



/* iphone 6 landscape */ 
@media only screen and (max-width : 667px) {

#bdh-navigation ul {
	padding-right: 0px !Important;
}


#bdh-content {
	background-size: cover;
}




}



/* iphone 5 landscape */ 
@media only screen and (max-width : 568px) {


}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {


h1.site-title {
	margin: 3px 0 0 0;
	font-size: 16px;
	line-height: 16px;
}


}




/* Smallest */ 
@media only screen and (max-width : 319px) {

h1.site-title {
	margin: 4px 0 0 0;
	font-size: 12px;
	line-height: 12px;
}	
	
		
}



 
 
 
 







