/* Typography  */


h1, .tsh1 {
	font-size: clamp(3.5rem, 1.4rem + 4.2136vw, 12rem) !important;
} 

h2, .tsh2 {
    font-size: clamp(1.375rem, 1.1483rem + 1.9068vw, 2.0338rem) !important;
}

h3, .tsh3 {
    font-size: clamp(1.275438rem, 1.0854rem + 1.8335vw, 1.9rem) !important;
}


h4, .tsh4 {
    font-size: clamp(1.175rem, 0.9483rem + 1.7068vw, 1.75338rem) !important;
}

h5, .tsh5 {
	font-size: clamp(1.5625rem, 1.1236rem + 1.7557vw, 2.5281rem)!important;
}

h6, .tsh6 {
	font-size: clamp(1.4063rem, 1.0112rem + 1.5801vw, 2.2753rem)!important;
}


h1, h2, h3, h4, h5, h6 {
    line-height: 2em;
}

/* basis balance in de tekst stukjes */
p {
 text-wrap: balance;
}  


@media only screen and (max-width: 690px) {
    .row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3, #slide-out-widget-area .nectar-ext-menu-item .inherit-h3, #mobile-menu .nectar-ext-menu-item .inherit-h3, #ajax-content-wrap .nectar-inherit-h3, .nectar-category-grid[data-style="mouse_follow_image"][data-h-tag="h3"] .content {
    line-height: 2em;    
        
    }
}


.nectar-split-heading[data-animation-type="line-reveal-by-space"] span {
    line-height: 1.3;
}

/* first Letter */

h2::first-letter, h3::first-letter {
    color: #bfbfbf;
    /* font-size: clamp(2.65rem, 1.0766rem + 1.5136vw, 3.5675rem) !important; */
    font-size: clamp(2.20rem, 0.89rem + 1.26vw, 2.66rem) !important;
}

h4::first-letter, h5::first-letter, h6::first-letter {
        font-size: clamp(1.275rem, 1.09483rem + 1.7068vw, 2.75338rem) !important;
}

.nectar-rotating-words-title.element_stagger_words .text-wrap>span::first-letter {
    color: #8b7b74 /*#9b9595 */;
}


 p, .fs-p, .nectar-icon-list, .nectar-hor-list-item>.nectar-list-item {
    font-size: clamp(1.2rem, 0.7rem + 0.45vw, 0.6rem) !important;
    line-height: 1.5em;
}

p::first-letter {
    font-size: clamp(1.3rem, 0.75rem + 1.381vw, 1.3rem)!important;
    vertical-align: baseline;
    letter-spacing: 2px;
   /* font-family: 'Cinzel', 'Lato'; */
}
