html, body {
    background-color: white;
}

header {
    margin-top: 1rem;
}

.nav-link {
    color: black !important;
    margin: 0 1.5rem;
    font-size: 1.75rem;
}
.nav-link:hover {
    text-decoration: underline;
}

#Logo{
    height: auto;
    width: 150px;
    margin-left: 2rem;
}

#footerLogo{
    height: auto;
    width: 150px;
    margin-left: 2rem;
}

#quickNav, #quickNav2, #quickNav3, #quickNav4 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

#laborAwards {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

#navButton1, #navButton2, #navButton3 {
    color: white;
    background-color: red;
}

#navButton1:hover, #navButton2:hover, #navButton3:hover {
    background-color: darkred;
}

.solid {
    border-top: 2.5px solid black;
}

#solidLine {
    margin-top: 5rem;
    margin-bottom: 2rem;
}

#vetAward1, #vetAward2 {
    width: 7rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#footerHeader1, #footerHeader2 {
    margin-top: 3rem;
    font-size: large;
    font-weight: bolder;
}

#awardContainer {
    margin-top: 2rem;
}

#fbIcon {
    width: 2.5rem;
    height: auto;
    margin-left: 5.25rem;
    margin-top: 1.5rem;
}

#fbIcon2 {
    width: 2.5rem;
    height: auto;
    margin-top: 1.5rem;
}

#contact1, #contact2, #contact3, #contact4, #contact5, #contact6, #contact7, #contact8, #contact9, #contact10, #contact11, #contact12 {
    font-weight: bold;
}

.text-center {
    margin-top: 1.5rem;
}

#vetAward2019, #vetAward2020 {
    width: 20rem;
}

#CompanyBuilding {
    margin-top: 2rem;
}

#contactInfo, .aboutInfo, .aboutInfo2 {
    font-size: large;
}

#flagImg{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

@media screen and (min-width: 751px) and (max-width: 780px) {
    #footerLogo {
        width: 125px;
    }

    #fbIcon {
        margin-left: 4.5rem;
    }
}

@media screen and (min-width: 701px) and (max-width: 750px) {
    #endStatement {
        font-size: small;
    }

    .footer-hours p:not(#footerHeader1), .footer-contact p:not(#footerHeader2) {
        font-size: 70%;
    }

    #footerLogo {
        width: 125px;
    }

    #fbIcon {
        margin-left: 4.5rem;
    }
}

@media screen and (min-width: 601px) and (max-width: 700px) {
    #endStatement {
        font-size: x-small;
    }

    .footer-hours p:not(#footerHeader1), .footer-contact p:not(#footerHeader2) {
        font-size: 65%;
    }

    #footerLogo {
        width: 125px;
    }

    #fbIcon {
        margin-left: 4.5rem;
    }
}

@media only screen and (max-width: 600px) {

    #Logo {
        width: 100px;
    }

    #footerLogo {
        width: 125px;
    }

    #fbIcon {
        margin-left: 4.5rem;
    }

    #navButton {
        margin-bottom: 2rem;
    }

    #vetAward2019, #vetAward2020 {
    width: 10rem;
    }

    #endStatement {
        font-size: 50%;
    }

    .footer-hours p:not(#footerHeader1), .footer-contact p:not(#footerHeader2) {
        font-size: 60%;
    }

} 
    
