body{
font-family: Arial, Helvetica, sans-serif!important;
font-size: 13px;
line-height: 1.5;
color: #333333!important;
background-color: #ffffff!important;
-webkit-font-smoothing: antialiased; 
}
#logo {
float: left;
}
@media only screen and (min-width: 768px){
    .nav li {float:none!important;}
}

@media only screen and (max-width: 470px){
    #logo img{max-width:150px;}
}
nav{
 float: left;
margin-top: 100px;
margin-left: 40px; 
}
.nav li a{
 padding:0.30em!important;; 
}
.hentry {
background-color: rgb(255, 255, 255, 0.8);
background-color: rgba(255, 255, 255, 0.8);
border:0px!important;  
}
.hentry footer {
padding: 0em!important;
border-top: 0px!important;
}
.entry-content {
padding: 0em 1.5em 0!important;
}
/*Home**/
.home .hentry {background-color:transparent!important;border:0px!important;}
.homediv{
 display: inline-block;
 padding:20px;
 background-color: rgba(255, 255, 255, 0.8);
}

h1 {
margin: 0.47em 0!important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{font-weight:100!important;}

.one_half{padding:20px!important;}

/**Google**/
.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }