p {font-size: 1.2rem;}

/* nav */
.nav-pills .nav-link {
    color: #212529 !important;
    border-radius: 0 !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: rgb(248 249 250) !important;
    background-color: #212529 !important;
    border-radius: 0 !important;
}

/* hero */
.col-hero {
    height: 97vh;
}
    @media only screen and (max-width: 600px) {
        .col-hero { height: 93vh; }
    }

/* buttons */
.btn {
   border-radius: 0 !important; 
}

.btn-outline-light {
    border-radius: 0;
}
.btn-outline-dark{
    border-radius: 0;
}

/* offcanvas */
.offcanvas {
    width: 60% !important;
}
    @media only screen and (max-width: 600px) {
        .offcanvas { width: 90% !important; }
    }
.btn-close:focus {
    
    box-shadow: none !important;
}

/* horizontal page wrapper */
.store-scrolling-wrapper-inner {
        min-height: 80vh;
    }
    @media only screen and (min-width: 1200px) {
        .store-scrolling-wrapper-inner {
            min-height: 92vh;
        }    
    }