body {
    font-family: 'Montserrat', sans-serif;
}

p {
    font-size: 1.2rem;
    line-height: 1.5;
}

.basic-line-h {
    line-height: 1.5 !important;
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

.navigacija {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition: all 0.5s ease;
}

.main-brown {
    color: #7c4a32;
}

.main-brown-bkg {
    background-color: #7c4a32;
}

.light-brown {
    color: #c49974;
}

.light-brown-bkg {
    background-color: #c49974;
}

.main-green {
    color: #95a823;
}

.main-green-bkg {
    background-color: #95a823;
}

.light-green {
    color: #BCCF5D;
}

.light-green-bkg {
    background-color: #BCCF5D;
}

.mid-color {
    color: #797a66;
}

.mid-color-bkg {
    background-color: #797a66;
}

.darker-bkg-trans {
    background-color: rgba(18, 18, 18, 0.58);
}

.navigacija.scrolled {
    background-color: rgba(18, 18, 18, 0.60);
}

.icon-flat.large-icon::before {
    font-size: 5em;
}

.icon-flat.sm-icon::before {
    font-size: 1em;
}

.icon-flat.med-icon::before {
    font-size: 2.5em;
}

.neviden {
    opacity: 0;
}

.paralaxing {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bott-bord-sm::after {
    content: '';
    width: 10%;
    height: 3px;
    background-color: #c49974;
    display: block;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

.img_hov_ozad {
    position: relative;
    overflow: hidden;
}

.absolut-cat {
    bottom: 20%;
    left: 10%;
    right: 10%;
}

.trans-bk-img {
    opacity: 60%;
    transition: all 0.3s ease;
}

.trans-bk-img:hover {
    transform: scale(1.05);
    opacity: 80%;
}

.stor-column .wrpdiv {
    overflow: hidden;
}

.stor-column img {
    overflow: hidden;
    transition: all 0.3s ease;
}

.stor-column img:hover {
    transform: scale(1.05);
    opacity: 80%;
}

.wh75 {
    height: 75vh;
}

.wh70 {
    height: 70vh;
}

.izdelek-data-cont {
    border-top: 1px solid #b6b6b6;
}

.izdelek-tabs a.nav-link {
    color: #ffffff;
    background: #87ab33;
    border-radius: 0px;
    border: none;
    font-size: 1.4rem;
    padding: 1.2rem 1.5rem;
}

.izdelek-tabs a.nav-link.active {
    background: #f4ede1;
    font-size: em;
}

.izdelek-tabs .tab-content {
    background: #f4ede1;
    color: #000000;
}

.light-grey-bkg {
    background-color: #e0e0e0;
}

.modal {
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b4b4b4' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b4b4b4' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

@media (max-width: 575.98px)
    {
    .small-tit-xs {
        font-size: 2.2rem;
    }
}