ul,
h1,
h4 {
    font-size: 27px;
    font-family: rift-soft, sans-serif;
    font-weight: 700;
    font-style: normal;
}

#navbarNav a:hover {
    color: #bf9d0f;
}

nav {
    height: 120px
}

.img-height {
    height: 80px;
}

#navbarNav a:before,
#navbarNav a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 2px;
    content: '';
    background: #bf9d0f;
    transition: all 0.3s;
}

#navbarNav a:before {
    left: 0px;
    top: 0px;
}

#navbarNav a:after {
    right: 0px;
    bottom: 0px;
}

#navbarNav a:hover:before,
#navbarNav a:hover:after {
    opacity: 1;
    width: 100%;
}

#behandelingen {
    background-color: #bf9d0f;
}

h1 {
    text-align: center;
}

.bg-faded {
    background-color: #f6e1c5;
}

.section-heading {
    text-transform: uppercase;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.75;
}

.rounded {
    border-radius: 0.25rem !important;
}

@media (min-width: 992px) {
    .product-item .product-item-img {
        position: relative;
        z-index: 0;
        max-width: 60vw;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-description {
        position: relative;
        z-index: 1;
        margin-top: -3rem;
        max-width: 50vw;
    }
}

@media (min-width: 992px) {
    .product-item .product-item-title {
        position: relative;
        z-index: 1;
        margin-bottom: -3rem;
    }
}

div {
    display: block;
}

.section-height {
    padding-top: 170px;
}

p {
    font-family: nunito-sans, sans-serif;
    font-weight: 200;
    font-style: italic;
}