body {
    font-family: Roboto, Cambria;
    padding: 0px;
    margin: 0px;
}

.header {
    margin: 0px;
    padding: 0px;
    background-color: #FFFFFF;
    color: #000000;
}

.headerBanner {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
}

.bannerLink {
    text-decoration: none;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
}

.bannerLink:hover {
    color: #bebebe;
    text-decoration: underline;
}

.mainHeaderContainer {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px 10px 25px;
    margin-bottom: 20px;
}

.logoImage {
    width: 250px;
}

.businessInfo {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-top: 25px;
}

.nav {
    display: flex;
    justify-content: space-evenly;
    align-items:center;
    width: 30vw;
}

.menuLink {
    text-decoration: none;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.menuLink:hover {
    color: #bebebe;
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    .nav {
        justify-content: space-between;
        margin-right: 20px;
        width: 40vw;
    }
    
    /* .menuLink {
        font-size: 24px;
    } */
}

@media screen and (max-width: 1024px) {
    .nav {
        width: 50vw;
    }

    .menuLink {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .bannerLink {
        font-size: 16px;
    }

    .mainHeaderContainer{
        display: block;
        text-align: center;
        padding: 10px 5px 0px;
    }

    .nav {
        margin-top: 20px;
        width: 100%;
        justify-content: space-evenly
    }
}

@media screen and (max-width: 425px) {
    .headerBanner {
        display:block;
        text-align: center;
        padding: 15px 0px;
    }

    .bannerLink {
        font-size: 18px;
        line-height: 30px;
        text-wrap: nowrap;
    }
}

.heroContainer {
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.heroImg {
    width: 100%;
    opacity: .6;
}

.heroOverlayContainer {
    isolation: isolate;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 22px;
    margin-top: 12vw;
    margin-left: 150px;
    z-index: 5;
    width: 450px;
    padding: 0px 20px 20px;
    /* border: 5px solid #FFF; */
}

.heroText {
    font-size: 32px;
}

.heroButton {
    background-color: #ba8645;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    border: 2px solid #000000;
    border-radius: 10px;
    width: 175px;
    text-align: center;
}

.heroButtonContainer:hover {
    background-color: #996e39;
    text-decoration: underline;
}

@media screen and (max-width: 1440px) {
    .heroOverlayContainer {
        margin-top:8vw;
    }
}

@media screen and (max-width: 1024px) {
    .heroOverlayContainer {
        margin-left: 75px;
    }

    .heroText {
        font-size: 24px;
    }

    .heroButton {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .heroImg {
        width: auto;
        height: 300px;
        min-height: 300px;
    }

    .heroOverlayContainer {
        margin-top: 12vw;
        margin-left: 30px;
        width: 300px;
    }
}

@media screen and (max-width: 425px) {
    .heroOverlayContainer {
        margin-left: 10px;
    }
}

@media screen and (max-width: 375px) {
    .heroOverlayContainer {
        width: 80%;
        margin: 12vw 10px;
    }
}

.aboutHeaderContainer {
    isolation: isolate;
    background-color: #000000;
    color: #ffffff;
    border-bottom: 5px solid #ffffff;
}

.borderLayer{
    border-bottom: 5px solid #000000;
}

.sectionHeader {
    margin: 0px;
    padding: 15px 0px;
    text-align: center;
    font-size: 36px;
}

.aboutInnerContainer {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto;
    color: #000;
    width: 1200px;
}

.aboutContainer {
    width: 70vw;
    margin: 60px auto;
    display:flex;
    justify-content: space-around;
}

.aboutText {
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    width: 30vw;
}

.aboutImg {
    width: 350px;
    border-radius: 20px;
}

@media screen and (max-width: 1024px) {
    .aboutContainer {
        width: 90vw;
        justify-content: space-between;
    }

    .aboutText {
        width: 40vw;
    }
}

@media screen and (max-width: 768px) {
    .aboutContainer {
        margin-top: 30px;
        display: block;
        text-align: center;
    }

    .aboutText {
        width: 90vw;
    }
}

@media screen and (max-width: 425px) {
    .aboutImg {
        width: 90%;
    }

    .aboutText {
        font-size: 18px;
    }
}

.locationBorder {
    border-top: 5px solid #000000;
    border-bottom: 5px solid #000000;
}

.locationContainer {
    border-top: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
    background-color:#000;
    padding: 20px;
    text-align: center;
}

.locationHeader {
    color:#ffffff;
    font-size: 36px;
    margin-top: 0px;
}

.hessMillsMap {
    width: 75vw;
    height: 500px;
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .hessMillsMap {
        width: 90%;
        height: 300px;
    }
}

.footer {
    display: flex;
    justify-content: space-evenly;
    padding-top: 40px;
}

.footerLogo {
    width: 250px;
}

.belowLogoText{
    margin: 30px 0px;
    text-align: center;
}

.hoursText{
    font-size: 22px;
    font-weight: 600;
    line-height: 38px;
}

.footerNav {
    text-align: center;
}

.footerMenuLink {
    font-size: 24px;
    font-weight: 600;
    line-height: 70px;
    text-decoration:none;
    color: #000000;
}

.footerMenuLink:hover {
    color: #bebebe;
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {
    .footerLogo {
        width: 200px;
    }

    .hoursText {
        font-size: 18px;
    }
}

@media screen and (max-width: 425px) {
    .footer {
        display: block;
        text-align: center;
    }

    .footerMenuLink {
        font-size: 18px;
        line-height: 50px;
    }
}