html, body {
    font-family: 'Prompt', sans-serif;
    color: #444;
    scroll-behavior: smooth;
}

#cover-image {
    height: 60vh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

@media (max-width: 1024px) {
    #cover-image {
        height: 70vh;
        background-size: cover;
        background-position: top;
        background-repeat: no-repeat;
    }
}

.top-navbar {
    float: right;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    list-style: none;

}

.navbar-item {
    margin: .5rem .5rem;
}

.navbar-item__link {
    padding: .5rem 1rem;
}

.navbar-item .navbar-item__link {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}


.navbar-item__link:link,
.navbar-item__link:visited {
    border-bottom: 2px solid transparent;
    transition: border-bottom 0.3s;
}

.navbar-item__link:hover,
.navbar-item__link:active {
    border-bottom: 2px solid #fff;
}

/* Sidebar */
#temp-1-sidebar {
    padding: 1rem;
    height: 100%;
    float: left;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    z-index: 100;
    transition: all .3s;
}

#temp-1-sidebar-btn {
    float: left;
    margin: 15px 0;
    font-size: 2rem;
    cursor: pointer;
}

#temp-1-sidebar-btn-on-sidebar {
    font-size: 2rem;
    text-align: right;
    color: #fff;
    cursor: pointer;
}

#temp-1-sidebar-nav {
    padding: 0;
    list-style: none;
}

.temp-1-sidebar-nav__item {
    padding: 1rem
}

.temp-1-sidebar-nav__item a {
    font-size: 1.125rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.temp-1-sidebar-nav__item a:visited,
.temp-1-sidebar-nav__item a:link {
    border-bottom: 2px solid transparent;
}

.temp-1-sidebar-nav__item a:hover,
.temp-1-sidebar-nav__item a:active {
    border-bottom: 2px solid #fff;
    transition: border-bottom 0.3s;
}

/*override css*/
.nav-link {
    display: block;
    padding: 0.1rem 1rem;
}
.btn-outline-primary {
    color: #93B7BE;
    border-color: #93B7BE;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #839788;
    border-color: #93B7BE;
}

.template-show {
    background-color: #839788 !important;
}
.product-details {
    background-color: #BFD7EA !important;
}
.product-services {
    background-color: #EEE0CB !important;
}
.product-reviews {
    background-color: #EEE0CB !important;
}
.order-btn {
    background-color: darkseagreen !important;
    color: white;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #839788;
    border-color: #839788;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #cad5cd;
}

.nav-head {
    background-image: linear-gradient(141deg, #839788 28%, #4caf50 31%, #ffffff 40%);
}
.navbar-brand {
    color: white !important;
}
.jumbotron {
    /*padding: 2rem 1rem;*/
    /*margin-bottom: 2rem;*/
    /*background-color: #e9ecef;*/
    border-radius: 0.7rem;
}
.img-thumbnail {
    padding: 0.15rem;
}

.comment-img {
    border-radius: 50%;
    border: solid 1px white;
    object-fit: cover;
    height: 64px;
    width: 64px;
}
.comment-text {
    background: white;
    padding: 1rem;
    border-radius: 10px;
    opacity: 80%;
}
