/*!
 * Start Bootstrap - Shop Homepage (https://startbootstrap.com/template-overviews/shop-homepage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-homepage/blob/master/LICENSE)
 */

/*
 @font-face {
    font-family: BrandonGrotesque;
    src: url(../../fonts/brandon-grotesque-regular.woff2);
  }

  @font-face {
    font-family: BrandonGrotesqueBold;
    src: url(../../fonts/brandon-grotesque-bold.woff2);
  }
*/

@font-face {
    font-family: Decimal;
    src: url("../fonts/Decimal-Book.otf") format('opentype');
}

@font-face {
    font-family: Zocalo;
    src: url("../fonts/ZocaloDisplayRegular.otf") format('opentype');
}

html, body
{
    min-height:100%;
}

body {
    padding-top: 56px;
    /*background: #FFFEF7;*/
    background: #ffffff;
    font-family: Zocalo, sans-serif;
    color: #2b1a0c;
}

.col-lg-3.my-4 {
    font-size: 36px;
    font-weight: 700;
}

.bg-#2b1a0c {
    background: #2b1a0c !important;
}

.add-to-cart-btn {
    background: #c5b9b9;
    border-style: none;
    color: white;
    font-family: BrandonGrotesque;
    /*float: right;*/
}

.btn-wide {
    width: 100%;
}

.btn-big {
    font-size: 26px;
}

.navbar-brand img {
    width: 226px;
    margin-left: 20px !important;
    webkit-filter: hue-rotate(50deg) saturate(8) brightness(90%);
    filter: hue-rotate(50deg) saturate(8) brightness(90%);
}

.navbar-shadow {
    box-shadow: 0 0 15px #231f20;
}

.container.content-container {
    margin-top: 25px;
    min-height:100vh;
}

.navbar>.container {
    padding: 2px 0px;
    max-width: 100% !important;
}

.navbar {
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #c5b9b9;
}

.nav-link {
    color: black !important;
}

.nav-item {
    font-weight: normal;
}

@media only screen and (min-width: 992px) {

    .nav-link-padding {
        padding-top: 50px !important;
    }

    #nav-item-logo {
        display: list-item;
    }

    #header {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    #nav-item-logo {
        display: none;
    }

    #header {
        display: block;
    }

    .nav-link-padding {
        padding-top: 8px !important;
    }
}

.list-group-item {
    color: #000000;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.618;
    font-family: BrandonGrotesque, Serif;
    background: #FFFEF7;
}

.list-group-item:hover {
    background: #000000;
    color: #ffffff;
    text-decoration: none;
}

.list-group-item.on {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
    border-color: none;
}

.card-img-top {
    width: 75%;
    margin: 0 auto;
    margin-top: 5px;
    display: block;
    /*max-height: 300px;*/
}

.card-title>a {
    color: #449fac;
}

.card-title>a:hover {
    text-decoration: none;
}

.card-text.product
{
    font-size: 14px;
}

.card-body-override{
    max-height: 125px;
}

.card-override {
    background-color: #f8f8f9;
    border: none;
}

.card-footer-override {
    background-color: #f8f8f9;
    border: none;
}

.carousel-item.custom-item > div {
    width: 60%;
    float: left;
    font-family: BrandonGrotesque;
    font-size: 30px;
    margin-top: 110px;
}

.carousel-item.custom-item>div>div {
    font-family: initial;
    font-size: 16px;
    text-align: center;
}

.carousel-item>img {
    width: 100%;
    float: right;
    /*max-height: 300px;*/
}

.carousel-item.custom-item {
  /*  background: #F5F3E7;*/
    padding: 20px;
    text-align: center;
}

.custom-item-2>img {
    width: auto;
}

.custom-item-2 {
    background: #f9f5e2 !important;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .carousel-item.custom-item>div {
        margin-top: 90px;
        font-size: 24px;
    }
    .carousel-item.custom-item>div>div {
        font-size: 14px;
    }
    .custom-item>img {
        max-height: 250px;
    }
}

@media (max-width: 767px) and (min-width: 576px) {
    .carousel-item.custom-item>div {
        margin-top: 70px;
        font-size: 18px;
    }
    .carousel-item.custom-item>div>div {
        font-size: 12px;
    }
    .custom-item>img {
        max-height: 184px;
    }
}

@media (max-width: 575px) {
    .carousel-item.custom-item>div {
        margin-top: 30px;
        font-size: 16px;
    }
    .carousel-item.custom-item>div>div {
        font-size: 10px;
    }
    .custom-item>img {
        max-height: 139px;
    }
}

.h4,
h4 {
    font-size: 1.4rem;
}

.card-img-top.img-fluid.mag {
    width: 45%;
}

#footer {
    background-color: #000000;
    padding: 40px;
    color: white;
}

.footer-nav:hover {
    color: #FFFFFF !important;
}
