body  {
    background: white;
    font-family: "Open Sans", sans-serif;
    color: #535353;
    line-height: 1.65em;
}

section{
	clear: both;
	padding-top: 80px; 
	margin-top: -60px;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Lato", sans-serif;
	color: black;
}

footer{
    height:80px;
    padding-top:40px;
    text-align:center;
}

a {
    text-decoration: none;
    color: #006400;
}   

a:hover {
	text-decoration: underline;
    color: #006400;
}

.container {
    max-width:800px;
}

.navbar-brand, 
.navbar-brand:hover,
.navbar-brand a, 
.navbar-brand a:hover {
    text-decoration: none;
	font-family: 'Roboto', sans-serif;
    font-size: 34px;
    color: #006400;
	font-weight:400;
}

#navbar ul{
    list-style: none;
    margin: 0;
    padding:0px;
}

#navbar ul li{
    text-align: left;
    float: left;
    vertical-align: baseline;
    margin-right: 0;
    margin-left: 0.5em;
}

#navbar ul li a{
    color: #535353;
    text-decoration:none;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

#navbar ul li.active a,
#navbar ul li a:hover {
    color: #006400;
}

@media only screen and (max-device-width: 750px) {
	
	#map {
		width:320px;
		max-width:320px;
	}

}