@media (min-width: 768px) {
    .hero-section .container {
        left: -9rem;
        top: -3rem;
    }
}

.banner-text {
    font-family: times new roman, times, serif;
    font-weight: 100;
    text-align: center;
    font-size: 60px;
}

.banner-text {
    color: white;
    text-shadow: -1px -1px 0 #000, 4px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

a.navbar-brand > img {
    max-height: 150px !important;
}

@media (max-width: 767px) {
    .banner-links-bar .social-media-links, .banner-links-bar .address-link, .banner-links-right .social-media-links, .banner-links-right .address-link {
        display: block;
    }
}