* {
    margin: 0;
    font-family: Montserrat;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color:rgba(145, 125, 112, 0.1);
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: black;
}



canvas {
    background-color: rgb(78, 78, 78);
}

#dropDown {
    height: 6vmin;
    width: 6vmin;
    margin-right: 20px;
}

.header-content{
    justify-content: end;
}

#TitleLogo {
    font-family: 'Libre Baskerville', serif;
    font-size: 7.15vmin;
    color: #03316f;
    text-shadow: 2px 2px 4px #7e7e81;
    text-align: center;
}

div{
    display: flex;
    /* width: 100%; */
}

.mainHeader {
    width: 100%;
    justify-content: space-evenly;
    margin-bottom: 10px;

}



#bbb {
    width: 18vmin;
    height: 10vmin;
}

.header img {
    width: 16.2vmin;
    height: 9vmin;
    border-radius: 5px;
}



.biggerText {
    font-size: 7.15vmin;
    font-family: 'Libre Baskerville', serif;
}

.header {
    z-index: 1;
    /* position: sticky; */
    top: 0;
    flex-direction: column;
    justify-content: center;
    height: 45vmin;
    padding-top: 5vmax;
    padding-bottom: 6vmax;
    background-color: hsla(214, 24%, 41%, 0.68);

}

.verify {
    height: 100%;
    width: 25%;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    
}

.verifyIMG {
    margin-top: 5px;
    justify-content: space-evenly;
}

.verify h2 {
    font-size: 2.5vmin;
}

#cross {
    width: 2vmin;
    height: 4vmin;
}

.header-logo {
    width: 50%;
    flex-direction: column;

    align-items: center;
}

.header h2 {
    font-size: 2.3vmin;
    text-align: center;
    
}

.h2BoxHead {
    padding: 10px;
    border: 1px black outset;
    max-lines: 2;
}

#sugarLandText {
    font-family: 'Libre Baskerville', serif;
    color: rgb(120, 45, 0);
    text-align: center;
    text-shadow: 2px 2px 4px #7e7e81;
    font-size: 5.5vmin;

}

.makeAppointment {
    text-align: center;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 25%;
}

.callUs {
    cursor: pointer;
    margin-top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 4px solid black;
    padding: 2vmin;
    border-radius: 10px;
}

#FOO {
    color: white;
}


.navBar {
    z-index: 1;
    width: 100%;
    position: sticky;
    top: 0;
    padding: 20px;
    background-color: #5e5e5e;
    justify-content: space-evenly;
    align-items: center;
    height: 12vmin;
    opacity: .95;
}

.navButton {
    cursor: pointer;
    width: 14vmin;
    height: 7vmin;
    font-size: 2vmin;
    background-color: #5e5e5e;
    border: none;
    color:rgb(250, 250, 250);
    transition: .3s;
}

.navButton:hover {
    
    color: #03316f
}


#firstIMG {
    width: 100%;
    height: 55vmin;
}

#familyOwnText {
    padding: 10px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: rgb(255, 255, 255);
    font-size: 3vmin;
    text-shadow: 2px 2px 4px #000000;
    width: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    
}

.imgANDContact {
    flex-direction: column;
}


#firstIMG {
    border-radius: 3px;
}


.truckCont {
    position: relative;
}

.main {
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}

.contact {
    border-radius: 3px;
    height: 30vmin;
    background-color: #f6f9ff;
    width: 100%;
    flex-direction: column;
    font-size: 2.5vmin;
    
    
}




.contact-content {
    display: flex;
    flex-direction: column;
    margin-left: 6vmin;
    margin-top: 6vmin;
    margin-bottom: 6vmin;
}

#headerPhoneNum a{
    text-shadow: 2px 2px 4px #7e7e81;
    color: white;
    font-size: 3vmin;
    

}

.phoneNumber a{
    cursor: pointer;
    color:rgb(120, 45, 0);
    font-weight: bold;
}

.requestButton {
    width: 18vmin;
    background-color: #03316f;
    border-radius: 10px;
    color: white;
    font-size: 2.3vmin;

    
}

#map {
    height: 40vmin; /* Or whatever height you need */
    width: 100%;   /* Adjust width if necessary */
    z-index: 0;
}

.mapDiv {
    background-color: #f6f9ff;
    margin-top: 50px;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.hrDiv {
    background-color: #03316f;
    height: 2px;
    width: 80%;
    margin: 5px;
}

.mapDiv h2{
    margin-bottom: 10px;
    font-size: 3.3vmin;
    text-align: center;
}

#map {
    width: 100%;

}

.mapCont {
    flex-direction: column;
    width: 60%;
    margin-bottom: 50px;
}

.textCont {
    display: flex;
    width: 85%;
    flex-direction: column;
}

.serviceText {
    text-align: start;
    font-size: 4.5vmin;
    margin-left: 5%;
    color:rgb(120, 45, 0);
    margin-bottom: 20px;
    margin-top: 50px;
}

.pTextCont {
    flex-direction: column;
    margin-left: 7%;
    
}

.pTextCont h2 {
    font-size: 3.5vmin;
    width: fit-content;
    margin-bottom: 1vmax;
    color: #03316f
}

.pTextCont p {
    margin-top: 1.5vmin;
    margin-bottom: 1.5vmin;
    font-size: 2.3vmin;
}

.textContIMG {
    flex-direction: column;
}

.textCont-first {
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.textContCont {
    width: 100%;
    margin-top: 2vmin;
    margin-bottom: 2vmin;
}

.textCont-second {
    justify-content: start;
    align-items: center;
    width: 50%;
}

.normalIMG {
    height: 30vmin;
    width: 40vmin;
    border-radius: 3px;
}

.footer {
    width: 100%;
    background-color: #5e5e5e;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer h2 {
    font-size: 2.5vmin;
    color: white
}

.footer p {
    font-size: 1.8vmin;
    color: rgb(177, 177, 177);
}

.footer h3 {
    font-size:  2vmin;
    color: rgb(177, 177, 177);
}


.footer-main {
    margin-top: 30px;
    width: 100%;
    justify-content: space-evenly;
}


.footer-review {
    flex-direction: column;
    justify-content: space-around;
    align-items: start;

}

.footer-review button {
    width: 16vmin;
    font-size: 1.7vmin;
    color:rgb(0, 0, 0);
    height: 6vmin;
    cursor: pointer;
    transition: all  0.5s;
    cursor: pointer;

}

.footer-review button span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.footer-review button span::after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.footer-review button:hover span{
    padding-right: 25px;
}

.footer-review button:hover span:after{
    opacity: 1;
    right: 0;
}


.footer-mobile {
    justify-content: center;
    align-items: center;
    text-align: center;
}


.findUS {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.footer-location {
    width: 60%;
    flex-direction: column;
    height: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.footer-location-list {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.footer-location-list p {
    color: rgb(177, 177, 177);
    margin: 10px;
    font-size: 1.8vmin;
}

.hoursCont {
    display: flex;
    width: 80%;
    justify-content: space-evenly
}

.hoursText{
    display: flex;
    flex-direction: column;
}

.HoursFlex {
    margin-top: 5vmin;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.HoursFlex h2{
    font-size: 3.5vmin;
    width: fit-content;
    margin-bottom: 1vmax;
    color: #03316f;
}

.HoursFlex p {
    margin-top: 1.5vmin;
    margin-bottom: 1.5vmin;
    font-size: 2.3vmin;
}

#repair {
    margin-bottom: 5vmax;
}

@media screen and (min-width: 1250px){

    .navBar {
        margin-bottom: 100px;
    }

    

    .imgANDContact {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .truckCont {
        width: 60%;
        height: auto;
    }

    #firstIMG {
        height: auto;
    }

    .contact {
        width: 30%;
        height: auto;
        justify-content: center;
        align-items: center;
    }

    .contact-content{
        justify-content: center;
        align-items: center;
        margin: 0;
        text-align: center;
    }

    .contact-content p{
        font-size: 1.5vmax;
    }

    .contact-content h2 {
        font-size: 2.5vmax
    }

    .contact-content button {
        width: 10vmax;
        font-size: 1.5vmax;
    }
    
    .pTextCont h2 {
        font-size: 1.8vmax;
    }

    .pTextCont p {
        font-size: 1.3vmax;
    }

    .serviceText {
        font-size: 3vmax;
    }

    .normalIMG {
        width: 30vmax;
        height: 20vmax;
    }

    #TitleLogo {
        font-size: 4.5vmax;
    }

    #sugarLandText {
        font-size: 3.5vmax;
    }
    .biggerText {
        font-size: 4.5vmax;
    }
}