@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;
    }
}

@media only screen and (max-width: 767px) {
    div.banner-text {
        font-size: 65%;
    }
    .nav a, .navbar-default .navbar-brand {
       position: relative;
       right: calc(100% - 33rem);
    }
#element-8cd56754e2c44719bb5b56f12f50d194 h1 span {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    font-weight: bold;
}
.sub-heading {
    font-size: 20px;
}
}

@media (max-width: 767.98px) {
    .hero-section {
        min-height: 800px;
    }
    .hero-section .container {
        top: 15%;
    }
}