body {
    overflow-x: hidden;
}

.top-nav {
    background-color: #dfdfdf;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

.top-nav img.logo {
    max-height: 54px;
    padding: 4px;
}

.top-nav .wrapper-phone {
    padding-right: 6px;
}

.top-nav .wrapper-phone h4 {
    margin-bottom: 0;
}

.main-stage {
    padding-top: 0.6rem;
}

.main-stage p, .main-stage h4 {
    font-family: 'Heebo', sans-serif;
}

.text-thin {
    font-weight: 300;
}

.text-gray-dark {
    color: #666666;
}

.main-stage.full-height {
    height: 100vh;
}

.footer p {
    font-size: 0.9rem;
}

.footer a:not(.social-networking-container a) {
    color: #3a3a57;
    text-decoration: underline;
}

.footer .contact-block-addtl {
    padding-top: 1rem;
}

.footer .social-networking-container img {
    background-color: #777777;
    margin: 0.4rem 0.4rem 1rem 0.4rem;
    width: 34px;
    height: 34px;
}

.footer a.sn-facebook img:hover {
    background-color: #4d70a8;
}

.footer a.sn-twitter img:hover {
    background-color: #00bbf2;
}

.footer a.sn-yelp img:hover {
    background-color: #d32323;
}

.footer a.sn-google-business img:hover {
    background-color: #4f79e4;
}

.footer a.sn-linkedin img:hover {
    background-color: #1687b1;
}

.footer a.sn-nextdoor img:hover {
    background-color: #00B246;
}

.footer a.sn-blog img:hover {
    background-color: #aad34f;
}