.nav-bar {
    margin-top: 20px;
    margin-bottom: 20px;
}

article {
    padding-right: 10px;
}

.hero-section {
    background: url("https://static.pexels.com/photos/248064/pexels-photo-248064.jpeg") 50% no-repeat;
    background-size: cover;
    height: 100vh;
    text-align: center;

    /* display: -webkit-flex */
    /* display: -ms-flexbox */
    display: grid;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url('img/damon-hall-gZlycYbRtkk-unsplash.jpg');
}

.hero-section .hero-section-text {
    color: #fefefe;
    text-shadow: 2px 2px 3px #0a0a0a;
    margin-left: 5%;
    margin-right: 5%;
    background-color: rgba(0, 0, 0, 0.22);
    padding: 5%;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.content {
    background-color: #ffffff;
    margin-top: 0px;
    margin-left: 5%;
    margin-right: 5%;
}

.main-menu {
    background-position: left center;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-clip: padding-box;
    background-origin: padding-box;
    background-color: #2300ff;
    background-image: url('img/Bags-of-a-feather-header.jpg');
}

.product-img-box {
    overflow: hidden;
    resize: both;
    box-sizing: initial;
    object-fit: cover;
    height: 185px;
}

.product-title {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 30px;
    white-space: nowrap;
    margin-bottom: 0px;
}

.product-description {
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    text-align: left;
    white-space: nowrap;
}