/* main style sheet */

.navbar-brand {
    margin-left: 200px;
    font-weight: bold;
    font-size: 1.5rem;
}

.introduction h1 {
    margin-top: 15px;
}

.introduction p {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 1.5;
}

.callNow {
    display: none;
}

/* Marketing */
h1.menu-wash {
    padding: 80px;
}

.marketing-wholebox {
    width: 1300px;
    margin: 0;

}

.marketing-box {
    position: relative;
    border: 1px solid black;
    background-color: #f4f1f1;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 25px;
    margin: 5px;
    width: 24%;
    height: 120%;
}

.marketing-box>h2 {
    padding-top: 55px;
    font-size: 1.7rem;
    text-align: center;
    margin-top: 10px;
    text-shadow: -4px 2px 3px black;
    color: #3caeff;
}

.marketing-box>p {
    margin-top: 20px;
    font-weight: bold;
}

.marketing>h1 {
    text-align: center;
    margin: 20px;
    letter-spacing: 10px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.marketing ul {
    font-weight: bold;
    position: relative;
}

/* ----------Price CSS ----------- */

.price-img {
    position: absolute;
    width: 40%;
    top: -65px;
    left: 27%;

}


/* Navigation */
.d-flex i {
    margin: 15px 10px;
    font-size: 24px;
    color: red;
    font-weight: bold;

}

.d-flex p {
    font-size: .9em;
    font-weight: 500;

}

.d-flex a {
    text-decoration: none;
    color: black;
}

.nav-link.active {
    color: #a92424 !important;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: underline;
}

.logo {
    width: 10%;
    z-index: 100;
    position: absolute;
    margin-top: 50px;
}

/* Location CSS */
.location>h1 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    margin: 20px;
    letter-spacing: 10px;
}

.location>iframe {
    border: 1px solid black;
    width: 100%;
}

.customer-care {
    margin-top: 80px;
}

.videoFrame {
    text-align: center;
    height: 139%;

}

.videoFrame>video {
    width: 95%;
    height: 50%;
    /* padding-top: 20px; */
}

/* footer */
.termAndUse p {
    line-height: 1;
}

.social li {
    padding-bottom: 10px;
    list-style: none;
    font-size: 1rem;
}

.social img {
    width: 5%;
    padding-right: 10px;

}

.ssl-logo {
    margin-top: 60px;
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .navbar-brand {
        margin-left: 100px;
        font-weight: bold;
        font-size: 1rem;

    }

    .navbar-nav {
        flex-direction: row;
    }

    .navbar-nav li {
        padding-right: 10px;
    }


    .d-flex {
        visibility: hidden;
        position: absolute;
        z-index: -100;
    }


    .logo {
        width: 20%;
        position: absolute;
        left: 10px;
        top: -35px;
    }
    .carousel-caption{
        top: 120px;
        text-align: left;
    }
    .carousel-caption > h1{
        font-size: 100%;
    }
    .carousel-caption > p{
        font-size: 80%;
    }

    .callNow {
        width: 20%;
        background-color: rgb(59, 135, 233);
        display: inline-block;
        border: 1px solid black;
        border-radius: 5px;
        position: absolute;
        padding: 1px 5px;
        top: 65px;
        right: 5px;
        z-index: 1000;
    }

    .callNow a {
        font-size: 1rem;
        color: black;
        text-decoration: none;
        color: white;
        text-shadow: 2px 2px 4px #000;

    }

    .introduction p {
        font-size: 1rem;
        margin-top: 25px;
        margin-bottom: 25px;
        line-height: 1.5;
    }

    /* Marketing */
    .marketing {
        text-align: center;
    }

    .marketing h1 {
        font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        font-size: 2.5rem;
        color: #3caeff;
        font-weight: bold;
        margin-top: -70px;
        margin-bottom: -50px;
       

    }

    .marketing-wholebox {
        width: auto;
    }

    .marketing-box {
        width: 250px;
        margin: 50px 50px 25px;
        box-shadow: 3px 6px;
    }

    .marketing li {

        text-align: left;
        margin-left: 20px;
    }
    .price-img{
        width: 50%;
    }

    .map {
        width: 100%;
    }

    .customer-care {
        margin-top: 15px;
    }

    /* ------Video---- */

    .videoFrame>iframe {
        text-align: center;
        margin-top: 20px;
        width: 100%;

    }



    /* footer */

    footer {
        position: relative;
        margin-top: 50px;
        text-align: center;
    }

    footer p {
        font-size: .8rem;
        line-height: 1;

    }

    footer>p:nth-child(3) {
        margin-top: -8px;

    }

    footer .float-end {
        display: none;
    }

    .social {
        position: relative;
        top: -100px;
        z-index: 1000;

    }

    .social ul {
        margin-left: -60px;
    }

    .social li {
        display: inline;
        padding-left: 5px;

    }
    .ssl-logo{
        margin-top: -60px;
        width: 50%;
    }


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    .navbar-brand {
        font-size: 2.5rem;
        margin-left: 80px;
    }

    .logo {
        margin-top: 2px;
    }

    .callNow {
        display: none;
    }

    .map {
        width: 100%;
    }


    /* Marketing */
    .marketing-box {
        width: 450px;
    }


}