html {
    scroll-behavior: smooth;
}

.body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.parallax {
    /* The image used */

    background-image: url("/lib/images/Compress 7800LWM-garage-close.png");
    /* Set a specific height */
    min-height: 700px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(80%);
    position: relative;
}

a:hover {
    text-decoration: none;
}

.offerbtn {
    background-color: #09a06d;
    border-color: #09a06d;
}

    .offerbtn:hover {
        background-color: #07ac75;
        border-color: #09a06d;
    }

.sendbtn {
    background-color: #1e5e4a;
    border-color: #1e4238;
    padding: 5px 55px 5px 55px;
    margin-bottom: 40px;
}

    .sendbtn:hover {
        background-color: #1c795a;
        border-color: #195c46;
    }

.layer {
    background-color: rgba(34, 34, 34, 0.3);
 
    width: 100%;
    height: auto;
    margin-top: 5%;
    padding:25px;
}

h2 {
    font-weight: 500;
    font-size: 5rem;
}

h5 {
    color: white;
    font-weight: 200;
}

.jumbotronHeader {
    color: rgb(255, 255, 255);
    text-shadow: 2px 2px #2c2c2c;
    text-transform: capitalize;
}

.jumbotronSubHeader {
    color: rgb(255, 255, 255);
    font-weight: 300;
    font-size: 5rem;
    text-shadow: 2px 2px #2c2c2c;
}
.mob-img {
    width: 100%;
    height: 370px;
}
.contactUscontent {
    background-color: #124232;
}

.contactus {
    font-size: 1.5rem;
}

.aboutUs {
    margin-top: 30px;
    background-color: white;
}

.footer {
    background-color: #0e251e;
}


@media (max-width: 600px) {


    .jumbotronHeader {
        font-size: 1.4rem;
    }

    .jumbotronSubHeader {
        font-size: 1.1rem;
    }
    .middle-mob-img {
        max-height: 260px;
    }

    @media (max-width: 360px) {
        html {
            font-size: 1.1rem;
            min-width: 360px;
        }

        .mobile-logo {
            height: 45px;
        }

        .parallax {
            width: 360px;
        }

        h2 {
            font-size: 1.4rem;
        }

        .card-mobile {
            margin-right: 0px;
        }



        .jumbotronSubHeader {
            font-weight: 300;
            font-size: 1rem;
        }

        .offerbtn {
            font-size: 0.8rem;
            width: 200px;
            margin-top: 10px;
        }

        .sendbtn {
            margin-left: 120px;
        }

        .contactus {
            font-size: 0.8rem;
            margin-left: 40px;
        }

        .link {
            font-size: 0.6rem;
        }
    }
