body {
    background-image: url('../images/orange ornament.png');
    background-repeat: no-repeat;
    background-position-x: -850px;
    background-position-y: 1200px;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    table-layout: fixed;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    padding-right: 30px;
    padding-left: 10px;
}

nav.navbar-transparent {
    background-color: rgba(0, 0, 0, .55);
}

#banner {
    margin-top: -73px;
}

#about .left {
    font-size: 18px;
    padding-left: 160px;
    padding-right: 45px;
}

#about .text-danger {
    color: #911c15 !important;
}

#aboutus-text {
    width: 300px;
}

#product>.container-fluid>h2 {
    font-size: 72px;
}

#product>.container-fluid>p {
    font-size: 20px;
}

#product .row {
    flex-wrap: wrap;
}

#product .row>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

footer {
    border-top: 20px solid #767676;
    background-color: #444444;
    color: #fff;
    margin-top: 20px;
}

footer img.logo {
    width: 150px;
}

.bullets {
    display: flex;
    justify-content: space-between;
}

.bullet {
    background-color: #fff;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-right: 5px;
}


@media screen and (max-width: 992px) {
    footer .logo-wrapper {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin-bottom: 15px;
        text-align: center;
    }

    footer img.logo {
        width: 75px;
        margin-bottom: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #aboutus-text {
        margin-top: 10px;
        width: 200px;
    }

    #about .left {
        padding-left: 15px;
        padding-right: 15px;
    }

    footer .social-link {
        border-top: 1px solid rgba(0, 0, 0, .1);
        padding-top: 15px;
        margin-top: 15px;
        justify-content: center;
    }
}
