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

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

html.sr .load-hidden {
    visibility: hidden;
}

body {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: rgb(68, 80, 88);
    font-size: 1.1em;
}

a {
    color: #5f703f;
    text-decoration: none;
}

h1 {
    font-size: 3em;
    color: #5f703f;
    line-height: 1.5em;
    font-family: "Glittery", cursive;
    letter-spacing: 2px;

}

h2 {
    font-size: 3em;
    color: #5f703f;
    line-height: 1.5em;
    font-family: "Glittery", cursive;
    letter-spacing: 2px;

}

i.colored {
    color: #d0958e;
}

h3 {
    font-size: 1.1em;
    line-height: 1.5em;
    color: #5f703f;
    font-weight: bold;

}

p {
    margin-bottom: 1.5em;
}
/* header */
#header {
    padding-top: 2px;
    padding-bottom: 2px;
    background: white;
}

#header-logo {
    color: black;  
    /* text-transform: uppercase; */
    font-size: 1.3em;
}

#header-logo-img {
    height: 100px;
    width: 100px;
    padding:10px;
    /* background-color: #f6f6f6; */
    transition: transform 250ms ease-in-out 0s;
}

#header-logo:hover #header-logo-img {
    transform: scale(1.1);
}

#header-logo-text {
    margin-left: 10px;
    padding-top: 5px;
    line-height: 1.15em;
    font-size: 1.3em;
    font-family: "Glittery", cursive;
    color: #5f703f;
    letter-spacing: 2px;
}

#header-logo span {
    /* font-weight: bold; */
}

#header-menu-mobile-bars {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 4px;
    color: black;
    font-size: 1.2em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px
}

.header-menu-item {
    margin-left: 30px;
    padding-left: 5px;
    font-size: 0.85em;
}

.header-menu-item {
    /* text-transform: uppercase; */
}

.item-text {
    color: rgb(68, 80, 88);
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: normal;
    padding-top: 4px;
}

.header-menu-item:hover .item-text {
    text-decoration: underline;
    text-decoration-color: #5f703f;
    text-decoration-thickness: 2px;
}

.header-menu-item.active .item-text {
    font-weight: 700;
}

.header-menu-item-whatsapp a i {
    margin-top: 2px;
}

.header-menu-item-whatsapp a:hover i {
    color: white;
}


/* BOOTSTRAP modal */
.modal-vimeo .modal-content {
    height: 40% !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.modal-xl .modal-content {
    height: 80% !important;
}

/* width is auto */
@media (min-width: 576px) {
    .modal-dialog {
        width: 75% !important;
    }

    .modal-xl .modal-content {
        height: 40% !important;
    }  
    .modal-xl .modal-content {
        height: 75% !important;
    }      
}

.modal-body {
    padding: 0;
}

.modal-backdrop.show {
    opacity: 0.75 !important;
}

.recensies p {
    font-size: 0.9em;
}

/* theme colors */
.bg-color-1 {
    background-color: #f9efe9;
}

.bg-color-2 {
    background-color: #eacfcc;
}

.bg-color-3 {
    background-color: #586243;
}

.quote {
    font-size: 1.3em;
    font-style: italic;
    color: #c4776f;
    border: 2px solid #d0958e;
}