/* Enter Your Custom CSS Here */

.google_map_controls {
	margin-bottom: 10px;
}

#bottom-bg iframe {
 	width: 100% !important; 
}
#navigation-menu ul.sf-menu > li > a {
 	padding-right:15px; 
}
#logo h1 a, #logo .site-name a
{
	background-position: center center!important;
    	background-size: contain!important;
}

body a.btn {
    background: #FE5E08;
  font-size:18px;
  font-weight: bold;
    color: white;
    display:block;
    padding:10px;
    text-align:center;
  clear:both;
  margin-top: 20px;
}
body a.btn:hover {
  background:white;
  color:#FE5E08;
}