address {
    line-height: 175%;
}

a {
    color: #176395;
}

body, html {
    height: 100%;
}

.footer {
    width: 100%;
    background-color: #50869b;
    padding-top: 10px; 
    height: 120px;   
}

.logo img {
    padding-left: 14px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.map {
    width: 500px;
    height: 350px;
    border: none;
}

#map-canvas {
    height: 760px;
}

.navbar {
    border-radius: 0;
}

/* Wrapper for page content to push down footer */
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -120px;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    .footer {
        height: 300px;
    }
}