@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;1,900&family=Square+Peg&display=swap');

@font-face {
    font-family: ZingBase;
    src: url("../fonts/ZingBase.otf") format("opentype");
}

@font-face {
    font-family: Lato;
    src: url("../fonts/Lato.ttf") format("opentype");
}

@font-face {
    font-family: SquarePeg;
    src: url("../fonts/SquarePeg.ttf") format("opentype");
}

body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.dark {
    background-color: #343419;
    color: white;
}

.light {
    background-color: #F8F8F8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'ZingBase';
    font-weight: normal;
    line-height: 1;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    color: #38431A;
    font-weight: normal;
}

h1,
.h1 {
    font-size: 120px;
    text-decoration: underline;
    text-decoration-color: #FFCD00;
    text-decoration-skip-ink: none;
    text-underline-offset: -12pt;
    text-decoration-thickness: 12pt;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    width: 100%;
    min-width: fit-content;
}

h2 {
    font-size: 80px;
}

h2.title {
    font-size: 80px;
}

h3 {
    font-size: 30px;
    text-decoration: underline;
    text-decoration-color: #FFCD00;
    text-decoration-skip-ink: none;
    text-underline-offset: -3pt;
    text-decoration-thickness: 3pt;
}

h4 {
    font-size: 40px;
}

h5 {
    color: #DC5B00 !important;
    font-size: 26px !important;
}

h6 {
    font-size: 18px;
}

a:hover {
    color: #DC5B00 !important;
}

a,
.et_clickable,
.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

a::after,
.et_clickable::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

a:hover::after,
.et_clickable:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

a {
    color: #68762E !important;
    font-family: 'Lato';
    font-size: 18px;
    line-height: 26px;
    font-weight: 900;
    font-style: italic;
    text-decoration: underline;
    text-decoration-color: #DC5B00;
    text-decoration-skip-ink: none;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}

.button,
button {
    font-family: 'Lato';
    text-decoration: unset !important;
    font-style: unset !important;
    font-weight: bolder;
    color: white !important;
    background-color: #DC5B00;
    border-color: #DC5B00;
    border-radius: 3pt;
    border-width: 1px;
    border-style: solid;
    display: inline-block;
    padding: 15px 20px;
    font-size: 10pt;
    line-height: initial;
}

.button:hover,
button:hover {
    box-shadow: 0px 0px 5px -2px #373737;
    color: #373737 !important;
    cursor: pointer;
}

input {
    font-family: 'Lato';
    /* font-size: 18px; */
    border-radius: 2px;
    padding: 15px;
    border: 1px solid black;
}

.brand,
.qr {
    width: 150px;
    height: 150px;
}

.brand,
.qr,
.achtergrond,
iframe {
    transition: all 0.7s;
    margin: 10px;
    object-fit: contain;
}

a img:hover {
    background: repeating-linear-gradient(-45deg,
            #38431A,
            #38431A 10px,
            #F8F8F8 10px,
            #F8F8F8 20px);
}

.logo-extern {
    width: auto;
    height: 80px;
    transition: all 0.7s;
    margin: 10px;
}

.icon.logo-extern {
    width: auto;
    height: 18px;
    margin: 0 5px 0 0;
}


.profielfoto {
    border-radius: 50%;
}

.profielfoto:hover {
    border-radius: 0%;
}

.achtergrond {
    max-width: 320px;
    height: 180px;
    object-fit: cover;
}

iframe {
    width: 480px;
    height: 270px;
    object-fit: cover;
    pointer-events: none;
}

.achtergrond,
.color img {
    box-shadow: 0px 0px 10px -2px #373737;
}

#logos.jpg .dark,
#logos.jpg .light {
    display: none;
}

#intro {
    text-align: center;
    border-bottom: #FFCD00 solid 10px;
}

#navigatie, #navigatie li{
    list-style: none;
    display: inline;
    padding-left: 11px;
    padding-right: 11px;
}
#navigatie a {
    font-family: 'ZingBase';
    font-style: normal;
    color: #38431A !important;
    line-height: normal;
    font-weight: normal;
    text-decoration: none;
}
#navigatie a:hover {
    text-decoration: underline;
    text-decoration-color: #DC5B00;
    text-decoration-skip-ink: none;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}

/* Pagina styling */

section,
.light,
.dark,
.color .green .yellow {
    padding: 25px 50px;
}

section .section-container {
    max-width: 1200px;
    margin: auto;
}

/* section:nth-of-type(5n+4) {
    background-color: #FFCD00;
    color: black;
}

section:nth-of-type(5n+5) {
    background-color: #F8F8F8;
    color: black;
}

section:nth-of-type(5n+1) {
    background-color: #FFFFFF;
    color: black;
}

section:nth-of-type(5n+2) {
    background-color: #38431A;
    color: white;
}

section:nth-of-type(5n+3) {
    background-color: #FFFFFF;
    color: black;
} */
