header span {
    font-size: 40px;

}


.nav-pills a {
    color: black;
}

.nav-pills a:hover {
    color: rgb(3, 104, 129);
    /* transition-delay: 0ms; */
    border: 1px solid black;
    background-color: rgb(249, 250, 250);
}

.home a:hover {
    font-weight: 600;
}

.aboutus a:hover {
    font-weight: 600;
}

.contactus a:hover {
    font-weight: 600;
}

.products a:hover {
    font-weight: 600;
}

.slide .carousel-inner {
    width: 100%;
    height: 1485px;
    margin-bottom: 100px;
    background-position: center center;
}

/* .slide .carousel-inner {
    width: 100%;
    height: 290px;
    margin-bottom: 100px;
    background-position: center center;
} */

div.scroll-container {
    background-color: #333;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

div.scroll-container img {
    padding: 10px;
}


.gallery {
    background-image: url(https://i.pinimg.com/736x/53/21/37/5321370efca90f0a37eebe2bbb28eac9.jpg);
    background-size: contain;
}

.gallery h2 {
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: gray;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 70%;
    top: 7px;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block;
}


#info-btn {
    display: none;
}

#head {
    display: flex;
    justify-content: center;
}

.two img {
    height: 400px;
}

.three img {
    width: 410px;
    height: 643px;
}

.four img {
    height: 500px;
}

.five img {
    height: 395px;
}

.six img {
    height: 205px;
}

.seven img {
    width: 450px;
    height: 450px;
}

.eight img {
    height: 375px;
}

.nine img {
    height: 320px;
}

.ten img {
    height: 600px;
}

.eleven img {
    height: 800px;
}

.twelve img {
    height: 350px;
}

.thirteen img {
    height: 350px;
}

.fourteen img {
    width: 450px;
    height: 615px;
}

@media(max-width:455px) {
    header img {
        height: 70px;
        width: 60px;
    }

    #home-btn,
    #aboutus-btn,
    #products-btn,
    #contact-btn {
        display: none;
    }

    #info-btn {
        display: flex;

    }

    #head {
        /* margin-bottom: 2px;
        padding-bottom: 2px; */
        justify-content: space-between;
    }

    #dropmurals {
        border: 1px solid rgb(11, 19, 59);
        /* border-radius: 4px; */
        color: #036881;
        font-weight: bold;
    }

    header span {
        font-size: 30px;
    }
}

@media(max-width:1366px) {
    footer {
        padding-top: 25px;
    }
}

@media(max-width:1024px) {}

@media(max-width:768px) {
    .contactfooter {
        width: 300px;
    }

    footer {
        padding-top: 25px;
    }

}

@media(max-width:428px) {}

@media(max-width:412px) {}

@media(max-width:390px) {
    footer {
        padding-top: 20px;
    }

    footer h5 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    footer a {
        font-size: 12px;
    }

    footer address {
        font-size: 12px;
    }
}

@media(max-width:384px) {}


@media(max-width:375px) {}

@media(max-width:360px) {}