html{
    font-size: 0.95em;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background-color: white;
    max-width: 100%;
}

body{
    margin: 0px;
}


.row{
    display: flex;
    width: 100%;
    margin: 0;
}
.col{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.safari .col{
    flex: 1 1 0;
}

.banner-words{
    height: 100%;
    width: 100dvw;
}
.banner-words h1{
    color: #000;
}

.imgspecialservice{
    height: 300px;
    overflow: hidden;
}

.imgspecialservice img{
    width: 100%;
    height: 100%;
    object-fit:cover;
    display: block;
}
.imgservice{
    height: 250px;
    overflow: hidden;
}

.imgservice img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
}

.pos0{
    object-position: center 0%;
}

.pos40{
    object-position: center 40%;
}

.pos50{
    object-position: center 50%;
}

.pos60{
    object-position: center 60%;
}

.pos100{
    object-position: center 100%;
}


.align-center{
    align-items: center;
}

.align-end{
    align-items: end;
}

.align-start{
    align-items: start;
}


.justify-space_around{
    justify-content: space-around;
}

.justify-space_between{
    justify-content: space-between;
}

.justify-space_evenly{
    justify-content: space-evenly;
}

.justify-center{
    justify-content: center;
}

.justify-end{
    justify-content: end;
}

.justify-column{
    flex-direction: column;
}

.shadow{
    box-shadow: 3px 3px 8px rgba(0,0,0,.25);
}
.text-shadow{
    text-shadow: 3px 3px 15px rgba(0,0,0,.75);
}

.card{
    margin: 15px;
    border-radius: 4px;
}

h3{
    background-color: #e6f8e8;
}
.header h3{
    background-color: transparent;
}
#Contact .phn p{
    margin:0px;
}

.w100{
    width: 100%;
}

.w90{
    width: 90%;
}

.w80{
    width: 80%;
}

.w75{
    width: 75%;
}

.w50{
    width: 50%;
}

.w40{
    width: 40%;
}

.w33{
    width: 33.33%;
}

.w30{
    width: 30%;
}

.w25{
    width: 25%;
}

.w20{
    width: 20%;
}

.w15{
    width: 15%;
}
.w10{
    width: 10%;
}
.w5{
    width: 5%;
}
.h100{
    height: 100%;
}

.h75{
    height: 75%;
}

.h70{
    height: 70%;
}

.h60{
    height: 60%;
}

.h50{
    height: 50%;
}

.h40{
    height: 40%;
}

.h30{
    height: 30%;
}

.h25{
    height: 25%;
}

.gap150{
    padding-top: 150px;
}
.gap0{
    padding-top: 0px;
}
.gap100{
    margin-bottom: 150px;
}

@media (min-width: 900px) {
    html {
      font-size: 0.95rem;
      transition: all ease-out 0.3s;
    }

    #logo{
        width: 12.102rem;
    }
}

@media (max-width: 900px) {
    html {
      font-size: 0.75rem;
      transition: all ease-out 0.3s;

    }

    #logo{
        width: 12.45rem;
    }
}

@media (max-width: 775px) {
    html {
      font-size: 0.5rem;
      transition: all ease-out 0.3s;

    }

    #logo{
        width: 13.287rem;
    }

}

@media (min-width: 635.1px){
    .mobile{
        display: none;
    }

    #dropdown-menu a{
        display: none;
    }

    #mobile-location{
        display: none;
    }

    .header{
        height: 100px;
        transition: all ease-out 0.3s;
        padding-top: 0px;
    }

    .header-start{
        height: 100px;
        transition: all ease-out 0.3s;
        padding-top: 0px;
    }

    .header-backdrop{
        height: 100px;
        padding-top: 0px;
    }
}

/*mobile*/

@media (max-width: 635px) {

    .gap150{
        padding-top: 75px;
    }
    #Services p{
        font-size: 1.6rem;
    }

    #Services h3{
        font-size: 2rem;
    }

    #Contact p{
        font-size: 1.6rem;
    }

    #Contact h3{
        font-size: 2rem;
    }

    #AboutUs h4{
        font-size: 1.2rem;
    }

    #AboutUs p{
        font-size: 1.6rem;
    }

    .desktop{
        display: none;
    }

    #links{
        display: none;
    }

    #location{
        display: none;
    }

    .header{
        height: 50px;
        transition: all ease-out 0.3s;
    }

    .header-start{
        height: 50px;
        transition: all ease-out 0.3s;
    }

    .header-backdrop{
        height: 50px;
    }

    .header h1{
        font-size: 2rem;
        transition: all ease-out 0.3s;
    }

    .header h3{
        font-size: 1.2rem;
        transition: all ease-out 0.3s;
    }
    #logo{
        width: 50px;
        height: 50px;
    }
    
}

@media (max-width: 300px) {
    .header h1{
        font-size: 1.6rem;
        transition: all ease-out 0.3s;
    }

    .header h3{
        font-size: 1rem;
        transition: all ease-out 0.3s;
    }

    #Contact .phn p{
        font-size: 1.5rem;
        transition: all ease-out 0.3s;
    }

    #Contact .phn a div{
        width: 1.5rem;
        height: 1.5rem;
        transition: all ease-out 0.3s;
    }
}







