@font-face {
    font-family: 'PF Bague Sans Pro';
    src: local('PF Bague Sans Pro Bold'), local('PF-Bague-Sans-Pro-Bold'),
        url('../fonts/PFBagueSansPro-Bold.woff2') format('woff2'),
        url('../fonts/PFBagueSansPro-Bold.woff') format('woff'),
        url('../fonts/PFBagueSansPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PF Bague Sans Pro';
}

html,
body {
    font-family: "Raleway", sans-serif !important;
}

@media (max-width: 768px) {
    .container, .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
}

img.semi-transparent {
    opacity: 0.5;
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
  ------------------------- */

.featurette-divider {
    margin: 5rem 0;
    /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
  -------------------------------------------------- */

@media (min-width: 40em) {

    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .order-md-1 {
        margin-top: 2rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #B47C5E;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: #ffffff; 
    --bs-btn-hover-bg: #a36248; 
    --bs-btn-hover-border-color: #B47C5E;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #B47C5E;
    --bs-btn-active-border-color: #B47C5E;
    border-radius: 20px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn-light {
    border-radius: 30px;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #B47C5E;
    --bs-btn-hover-color: #B47C5E;
    --bs-btn-hover-bg: #efe3dd;
    font-weight: bold;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

#home {
    background-color: black;
    background-image: url(../img/topaz.jpg);
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    min-height: 700px;
}

.navbar.bg-dark {
    background-color: rgba(0, 0, 0, .2) !important;
}

.hero-visuals {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.hero-visuals .hv-graphic {
    width: 220px;
    height: auto;
}

.hero-visuals .hv-title {
    width: 315px;
    height: auto;
}

@media (max-width: 768px) {
    .hero-visuals {
        flex-direction: column;
    }

    .hero-visuals .hv-graphic {
        width: 130px;
        margin-bottom: 20px;
    }
    
    .hero-visuals .hv-title {
        width: 252px;
    }

    #home {
        background-position: 32% 50%;
    }
}

header .navbar-nav .nav-link {
    font-weight: bold;
    color: white;
}

@media (min-width: 768px) {
    header .navbar-nav .nav-link {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

#about {
    background-color: #F6F3EF;
    padding-top: 140px;
    padding-bottom: 140px;
}

#about h2 {
    font-size: 55px;
    color: #B47C5E;
    margin-bottom: 32px;
}

#about p {
    color: #585857;
    line-height: 28px;
}

@media (max-width: 768px) {
    #about {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #about h2 {
        font-size: 35px;
        margin-bottom: 32px;
    }
}

.text-primary {
    color: #B47C5E !important;
    font-weight: bold;
}

.pre-heading {
    font-size: 20px;
}

.about-heading-2 {
    font-size: 45px !important;
    margin-top: 16px;
}

.about-spacing {
    margin-top: 100px !important;
}

@media (max-width: 768px) {
    .about-heading-2 {
        font-size: 30px !important;
    }
    .pre-heading {
        margin-bottom: 7px;
    }
    .hilandar-visual {
        pointer-events: none;
        margin-top: 16px;
    }
    .about-spacing {
        margin-top: 60px !important;
    }
}

#recipe {
    background-color: #B47C5E;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../img/pattern-recipe.png);
    background-repeat: repeat;
}

#recipe h2, #recipe p {
    color: white;
}

#recipe h2 {
    font-size: 45px;
    margin-bottom: 32px;
}

#recipe p {
    line-height: 28px;
}

@media (max-width: 768px) {
    #recipe {
        padding-top: 70px;
        padding-bottom: 55px;
    }

    #recipe h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }
}

#monksbread {
    background-color: #333132;
    padding-top: 110px;
    padding-bottom: 110px;
}

#monksbread h2, #monksbread p {
    color: white;
}

#monksbread h2 {
    font-size: 45px;
    margin-bottom: 32px;
}

#monksbread p {
    line-height: 28px;
}
.mb-heading {
    margin-top: 32px;
}
.mb-heading span {
    font-size: 20px;
}

#monksbread hr {
    height: 1.5px;
    background-color: #B47C5E;
    border: none; 
    opacity: 1;
}

@media (max-width: 768px) {
    #monksbread {
        padding-top: 70px;
        padding-bottom: 55px;
    }

    #monksbread h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .mb-heading span {
        font-size: 20px;
        margin-bottom: 16px;
    }
}

#stores {
    background-color: #F6F3EF;
    padding-top: 80px;
    padding-bottom: 80px;
}

#stores h2 {
    font-size: 40px;
    color: #B47C5E;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    #stores {
        background-color: #F6F3EF;
        padding-top: 55px;
        padding-bottom: 60px;
    }
    
    #stores h2 {
        font-size: 30px;
        color: #B47C5E;
        margin-bottom: 26px;
    }
}

#inspiration {
    background-color: black;
    background-image: url(../img/nadahnuce_desktop.jpg);
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
    color: white;
}

#inspiration h2 {
    font-size: 45px;
    margin-bottom: 32px;
}

#inspiration p:not(.lead) {
    line-height: 28px;
}

#inspiration .lead {
    font-size: 28px;
}
@media (max-width: 768px) {
    #inspiration {
        background-color: black;
        background-image: url(../img/nadahnuce_mob.jpg);
        background-size: cover;
        padding-top: 55px;
        padding-bottom: 340px;
        background-position: center bottom;
    }

    #inspiration h2 {
        font-size: 30px;
        margin-bottom: 32px;
    }

    #inspiration .lead {
        font-size: 20px;
    }
}


#expectance {
    background-color: white;
    background-image: url(../img/expectance.png);
    background-size: cover;
    padding-top: 90px;
    padding-bottom: 90px;
}

#expectance h2 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #B47C5E;
}

#expectance p {
    line-height: 28px;
}


@media (max-width: 768px) {
    #expectance {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    
    #expectance h2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    #expectance {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    
    #expectance h2 {
        font-size: 30px;
    }
}

#responsibility {
    background-color: #F6F3EF;
    padding-top: 100px;
    padding-bottom: 100px;
}

#responsibility h2 {
    font-size: 45px;
    color: #B47C5E;
    margin-bottom: 32px;
}

#responsibility p:not(.lead) {
    color: #585857;
    line-height: 28px;
}

#responsibility .lead {
    font-size: 26px;
}


@media (max-width: 768px) {
    #responsibility {
        padding-top: 25px;
        padding-bottom: 45px;
    }
    
    #responsibility .lead {
        font-size: 20px;
    }
	
	#responsibility h2 {
		font-size: 30px;
	}
}

#donators {
    background-color: #E7E0D7;
    padding-top: 100px;
    padding-bottom: 100px;
}

#donators h2 {
    font-size: 45px;
    color: #B47C5E;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    #donators {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    
    #donators h2 {
        font-size: 30px;
        margin-bottom: 32px;
        text-align: center;
    } 

    .donator-logos {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }

    .donator-logos img {
        height: 60px;
    }
}



#newsletter {
    background-color: #B47C5E;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../img/pattern-recipe.png);
    background-repeat: repeat;
}

#newsletter h2, #newsletter p {
    color: white;
}

#newsletter h2 {
    font-size: 45px;
    margin-bottom: 16px;
}

#newsletter p {
    line-height: 28px;
}

#newsletter .form-control {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-color: white;
}

#newsletter .btn {
    --bs-btn-hover-color: #B47C5E;
    --bs-btn-hover-bg: #ffffff;
    font-weight: bold;
    background-color: #E7E0D7;
    border-color: #E7E0D7;
}


@media (max-width: 768px) {
    #newsletter {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #newsletter h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    #newsletter form {
        margin-top: 16px;
    }
}


footer {
    background-color: #E7E0D7;
    padding-top: 100px;
    padding-bottom: 30px;
    color: #585857;
}


footer h2 {
    font-size: 45px;
    color: #B47C5E;
    margin-bottom: 32px;
}

footer i {
    color: #B47C5E;
}

footer a{
    color: #585857; 
	text-decoration: none !important
}

footer .copyright {
    color: #B47C5E;
    margin-top: 32px;
}

footer .copyright a{
	color: #B47C5E;
	text-decoration: none;
}

footer .copyright a:hover{
	text-decoration: underline !important;
}

@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    .teofil1198-footer-logo {
        width: 150px;
        margin-top: 50px;
    }
	
	footer h2 { 
		font-size: 30px
	}
	
	footer .copyright {
		font-size: 14px !important
	}
}


.model-header-custom {
    border-bottom: none;
}

.cursor-pointer {
    cursor: pointer
}

.modal-content-work {
    background-color: #F6F3EF !important;
    padding: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.modal-content-work .modal-title {
    color: #B47C5E;
    font-size: 34px;
}

.modal-content-work .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}

@media (max-width: 768px) {
    .modal-content-work .modal-title {
        font-size: 18px;
    } 
    .modal-content-work {
        background-color: #F6F3EF !important;
        padding: 0.5rem;
        padding-bottom: 0.5em;
        padding-top: 0.5rem;
    }
}

.navbar-toggler {
    border: none;
}

.cs-logo {
    padding-right: 1rem;
}

@media (min-width: 768px) {
    .coming-soon {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .where {
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .where .cs-logo {
        padding-right: 3rem;
    } 
}

.offcanvas {
    width: 101% !important;
    background-color: #333132;
    background-repeat: no-repeat;
    background-image: url(../img/sidebar-bg.png);
    background-position: center center;
}

.sidebar-close {
    filter: invert(100%) !important;
    opacity: 1;
    margin-right: 20px !important;
    margin-top: 1px !important;
}


.offcanvas hr {
    height: 1px;
    background-color: #B47C5E;
    border: none; 
    opacity: 1;
}

.offcanvas-menu li {
    margin-top: 1rem;
}

.sharing-offcanvas {
    text-align: center;
    color: white;
    margin-top: 4rem;
}

.offcanvas-body {
    padding-top: 0;
}

.offcanvas .navbar-brand {
    position: relative;
    left: 6px;
    top: -1px;
}

#newsletterSuccessModal .modal-title {
    text-align: center;
    color: #B47C5E;
    font-size: 36px;
    line-height: 44px;
}

#newsletterSuccessModal .modal-content{
	background-color: #E7E0D7;
    padding: 2rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

#close-mailchimp-modal {
	position: absolute;
    top: 10px;
    right: 10px;
}

@media (max-width: 768px) {
	#newsletterSuccessModal .modal-title {
		text-align: center;
		color: #B47C5E;
		font-size: 24px;
		line-height: 30px;
	}
}

#reports {
    background-color: #B47C5E;
}

#reports h2,
#reports h3 {
    font-family: 'PF Bague Sans Pro';
}

.report-box {
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    background-color: #B47C5E;
    color: #FFFFFF;
}

.report-title {
    font-size: 24px;
    font-family: 'PF Bague Sans Pro';
    margin-bottom: 10px;
}

.report-amount {
    font-size: 20px;
    font-family: 'PF Bague Sans Pro';
}

.report-link {
    font-size: 18px;
    font-family: 'PF Bague Sans Pro';
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.report-link:hover {
    text-decoration: underline;
}