a{
    padding:  2rem;
    margin: auto;
    justify-content: center;
}

body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 255)), url('mercerfront.jpg');
    display: grid;
    place-items: center;
    max-height: 100%;
    max-width: 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;
}
.bodyText{
    text-align: center;
    width: 100%;
    margin-top: 3%;
    font-weight: bold;
    color:white;
}
.navBar{
    width: 100%;
    display: grid;
}
#fontSize{
    font-size:xx-large ;
}
li{
    text-decoration: none;
}
.smallText{
    text-align: center;
    font-size: x-large;
    width: 100%;
    margin-top: 5%;
    font-weight: bold;
    color:white;
    margin-bottom: -2rem;
}
.aboutUs{
    text-align: center;
    color: white;
    font-weight: bold;
}
.aboutUsLi{
    color: white;
    font-size: large;

}
.aboutUsLiContainer{
    color: white;
    font-size: large;
    
}
.container{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: -5rem;
}
#cards{
    margin-left: 9rem;
    max-width: 65%;
    max-height: 65%;
}
#Tyler{
    max-width: 25%;
    max-height: 5%;
    margin-top: 5rem;
    margin-bottom: -2rem;
    
}
#aboutSections{
    text-align: center;
    color: white;
    margin-top: -10rem;
    max-width: 65%;
    margin-left: 8.5rem;
    margin-bottom: 5rem;
}
#aboutSectionsTyler{
    color: white;
    max-width: 30%;
}

#vehicleSelection{
    margin-top: 5rem;
}
.locateHours{
    color:aliceblue;
    margin-bottom: -3rem;
}
#hours{
    color:aliceblue;
    text-align: center;
    font-size: x-large;

}
.ulHours{
    list-style-type: none;
}
#lobby{
    margin-left: 9rem;
    width: 70%;
    height: 75%;
}
.containerLower{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
}
@media (max-width: 1200px) {
    #fontSize{font-size:x-large}
    #phoneNumber{font-size:x-large}
}
@media (min-width: 1200px) {
    #phoneNumber{
    font-size: xx-large;
}}
@media (max-width: 1500px) {
    .smallText{font-size: large}
    .bodyText{font-size: large;
    margin-top: 0rem;}
}
@media (max-width: 1500px) {
    .smallText{display: inline-block;
    margin-top: 0.5rem;
    padding-right: 1.5rem;}
    .nav{
        display: inline;
    }
}
@media (max-width: 1199px) {
    .container{
        margin-bottom: 1rem;
    }
}
@media (max-width: 755px) {
    .container{
        display: inline-block;
    }
    #lobby{
        display: none;
    }
}
.navbar-toggler{
    background-color: aliceblue;
}
#buttonToggler{
    background-color: aliceblue;
}
.mobilePhoneView{
    display: none;
    font-weight: bold;
    color:white;
    font-size: x-large;
    margin-top: 1.5rem;
    margin-bottom: -3.5rem;
}
@media (max-width: 767px) {
    .mobilePhoneView{
        display: inline-block;
    }
}
@media (max-width: 900px) {
    .containerLower{
        display: inline-block;
    }
    #map{
        margin-left: 5rem;
    }
}
@media (max-width: 725px) {
    .container,.containerLower{
       max-width: 70%;
       max-height: 70%;
       font-size: medium;
    }
    .bodyText, .smallText{
        font-size: medium;
    }
}
@media (max-width: 720px) {
   .map{
   display: block;
   width: 130%;
   margin-left: -4rem;
    }
    .locateHours{
        margin-top: 2rem;
        margin-bottom: -8rem;
        display: inline-block;
        text-align: center;
    }
    .ulHours{
        font-size: 20px;
        margin-right: 1rem;
    }
    .smallText{
        text-align: center;
        margin-left: 0.8rem;
    }
}
@media (max-width: 915px) {
    #fontSize, #phoneNumber{font-size: 19px}
}
@media (max-width: 600px) {
    .mobilePhoneView{
        margin-bottom: -15rem;
        margin-top: -5rem;
    }
    .container{
        min-width: 100%;
    }
}
@media (max-width: 985px) {
    #cards{width: 100%;
    height: 100%;}
}