
@font-face {
  font-family: Barlow;
  src: url(fonts/Barlow-Regular.ttf);
}

body, html {
	font-family: Barlow !important;
}

#sub-header {
    background: url(../images/top-bkg-banner.jpg);
    color: #fafafa;
    background-size: cover;
}

a.navbar-toggler i {
    font-size: 25px;
    color: #d01111;
}

#header {
	background: #3f3f3f;
    min-height: 4rem;
    color: #fafafa;
    vertical-align: middle !important;
    background: #333 !important;
}

.sub-header-logo {
    width: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.navbar {
    background: #333 !important;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: space-around;
}

.nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff !important;
    line-height: 1.5rem !important;
    display: inline-block;
    padding-bottom:8px;
    background-image: linear-gradient(#d01111 0 0);
    background-position: 0 100%;
    background-size: 0% 4px;
    background-repeat: no-repeat;
    transition:
    background-size 0.2s,
    background-position 0s 0.2s;
}

@media only screen and (max-width: 767px) {
    .nav-link {
        padding: 10px !important;
    }
}

.nav-item {
    padding: 0 20px;
}

.nav-link:hover {
    color: #fff !important;
    background-position: 100% 100%;
    background-size: 100% 2px;
}

.nav-link.active {
    color: #fff !important;
    background-image: linear-gradient(#d01111 0 0);
    background-position: 100% 100%;
    background-size: 100% 2px;
    background-repeat: no-repeat;
}

.navbar-toggler {
    color: rgb(255 255 255 / 100%) !important;
    border: none !important;
    transition: var(--bs-navbar-toggler-transition);
}

.btn.btn-primary {
    background: #d01111;
    border-radius: 0;
    font-weight: 600;
    border: 2px solid #fff;
}

@keyframes shine {
    0% {
    transform: translateX(-30px) rotate(-25deg);
    }

    100% {
    transform: translateX(250px) rotate(-25deg);
    }
}

.shine {
    background: #1693A5;
    color: #FFFFFF;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 100ms linear;
    padding: 10px 40px !important;
}

.shine:hover {
    transform: scale(1.05);
}

.shine:hover::after {
    content: '';
    display: block;
    width: 75px;
    height: 175%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 75%, rgba(255,255,255,0) 100%);
    opacity: 0.5;
    position: absolute;
    top: -20px;
    left: 0;
    animation: shine 200ms linear;
    transform: translateX(250px);
}

.banner-logo {
    width: 260px;
}
.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgb(0 0 0 / 10%), inset 0 0.125em 0.5em rgb(0 0 0 / 15%);
}

footer {
    background: url('../images/bottom-bkg-banner.jpg');
    background-size: cover;
    color: #fff;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #eaeaea;
    text-decoration: underline;
}
.footer-logo {
    height: 120px;
    margin: 0 auto 20px auto;
}
@media only screen and (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}
.socials a {
    font-size: 1.8rem;
    padding: 0 10px 0 0;
}
.retailer-logo {
    width: 120px;
}
.about-pic {
    width: 100%;
}
.contact-icons {
    font-size: 2rem;
    color: #d01110;
}