    .navbar{
		  border: 0;
		  font-size: 15px;
		  letter-spacing:2px;
		  padding-bottom: 5px;
	 	  color: #000000;
		  opacity: 0.95;
	 }
	 @media only screen and (min-width: 320px){
	    .navbar {
   		 padding-bottom: 15px;
		}
		
	 }
	 .navbar-default .navbar-nav > li > a{
		 color: #000000;
		 font-weight: bold;
		 padding-top: 30px;
		 
	 }
	 .dropdown-item{
		  color: #000000;
	 }
	 body{
		 font-family: 'Abel', sans-serif;
		 font-size: 2.0em;
	 }
     h1{
	    color: #DA7937;
	 }
	h3{
	 	color:#4D2304;
	}
	img[usemap] {
		border: none;
		height: auto;
		max-width: 100%;
		width: auto;
	}
	 #banner{
		 padding:0;
	 }
	 #banner_mobile{
		 padding-top: 80px;
	 }
	 @media only screen and (min-device-width:1024px) and (max-device-width : 2500px){
		 #logo{
			 padding-top:-20px;
			 height: 60px;
	 	}
	 } 
	 @media screen and (min-device-width : 991px) and (max-device-width : 1024px) {
		 #banner_mobile{
		 padding-top:82px;
		 }	
		 #banner{
		 padding-top:145px;
		 }	 
		 #logo{
		 padding-top:-20px;
		 height: 60px;
	 	}
	 }
 	@media screen and (min-device-width : 768px) and (max-device-width : 991px) {
		  .navbar{
		  	font-size: 13px;
		 }
		  #logo{
			 padding-bottom:5px;
			 height: 60px;
		 }
		 #banner_mobile{
		 padding-top:100px;
		 }	
		 #banner{
		 padding-top:145px;
		 }	 
	}
/*	 @media screen and (max-width: 560px) {
		 #banner{
		 padding-top:65px;
		 }
		 #logo{
		 padding-bottom:25px;
		 height: 80px;
		 }
	 }*/
	@media screen and (min-device-width : 320px) and (max-device-width : 768px) {
		 #banner_mobile{
		 padding-top:82px;
		 }	 
		#banner{
		 padding-top:65px;
		 }
		 #logo{
		 padding-bottom:24px;
		 height: 70px;
		 }
	 }

	#footer{
		padding-bottom: 5px;
	}
#header-logo {
  height: 100px;
}