* {
	margin: 0;
	padding: 0;
    font-size: 20px;
	/*cursor: url('images/Cursor5.svg'), auto;*/
}

@font-face {
	font-family: CinzelDecorative;
	src: url(text-styles/Cinzel_Decorative/CinzelDecorative-Regular.ttf);
}

@font-face {
	font-family: Cinzel;
	src: url(text-styles/Cinzel/Cinzel-Regular.ttf);
}

@font-face {
	font-family: EBGaramond;
	src: url(text-styles/EB_Garamond/EBGaramond-Regular.ttf);
}



/*Definiëring van H1*/

h1 {
	font-family: CinzelDecorative;
	position: relative;
	color: #fff;
	font-weight: normal;
	font-size: 65px;
	margin-bottom: 20px;
	margin-top: 20px;
}

/*Definiëring van H2*/

h2 {
	font-family: Cinzel;
	position: relative;
	color: #fff;
	font-weight: normal;
    font-size: 24px;
}

/*Definiëring van H3*/

h3 {
	font-family: Cinzel;
	position: relative;
	color: #fff;
	font-weight: normal;
    font-size: 24px;
}

/*Definiëring van paragraaf p*/

p {
	font-family: EBGaramond;
	position: relative;
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	font-size: 24px;
}

/*Definiëring van paragraaf lists*/

ul {
	list-style-type: circle;

  }


ul li {
	list-style-position: outside;
	font-family: EBGaramond;
	position: relative;
	font-weight: normal;
	line-height: 28px;
	font-size: 18px;
	padding-left: -20px;
	margin-left: 20px;
	color: #656756;
	opacity: 80%;
	line-height: 32px;
}


/*Definiëring van links a*/

a {
	font-family: EBGaramond;
	/*color: #656756;*/
	color: #393a32;
	font-weight: bold;
	text-decoration: none;
}


.underlineHover:hover {
	text-decoration: underline;
}








/* responsive text */

/*@media (min-width: 0px) {
	h1 { font-size: 2.5rem; line-height: 70px; }
	h2 { font-size: 1rem; }
	h3 { font-size: 0.9rem; }
	p { font-size: 10px;}
	
  }*/

  @media (max-width: 450px) {
	.disclaimer a { font-size: 0.7rem !important; }
	.disclaimer p { font-size: 12px; }
	p { font-size: 18px; }
	h2 { font-size: 20px; }
}
  
  /*@media (min-width: 450px) {
	h1 { font-size: calc(3rem + 1vw); }
	h2 { font-size: 1.2rem; }
	h3 { font-size: 1rem; }
	p { font-size: 1rem; }
  }*/
  
  @media (min-width: 1001px){
	h1 { font-size: 4rem; }
	h2 { font-size: 1.4rem; }
	h3 { font-size: 1.2rem; }
	p { font-size: 1.1rem; }
  }

/* POPUP */

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    z-index: 99999;

    opacity: 0;
    visibility: hidden;
    overflow-y: auto;

    transition: opacity 0.35s ease, background 0.35s ease;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
    background: rgba(0, 0, 0, 0.55);
}


.popup-box {
    background: #2b2b2b;
    color: #bdbdbd;

    width: 100%;
    max-width: 520px;
    max-height: calc(100vh - 40px);

    padding: 32px;
    border-radius: 10px;
    box-sizing: border-box;

    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.4);

    overflow-y: auto;

    transform: translateY(25px) scale(0.92);
    opacity: 0;

    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}


.popup-overlay.show .popup-box {
    transform: translateY(0) scale(1);
    opacity: 1;
}


/* TITEL */

.popup-box h2 {
    margin: 0 0 20px;
    color: #ffffff;

    font-size: 26px;
    line-height: 1.3;
    font-weight: 500;
}


/* TEKST */

.popup-content {
    margin-top: 10px;
}

.popup-content p {
    margin: 0 0 18px;

    font-size: 16px;
    line-height: 1.7;

    text-align: left;
}


/* HIGHLIGHTS */

.popup-highlights {
    display: grid;
    gap: 14px;

    margin: 25px 0;
}


.highlight-item {

    background: rgba(255,255,255,0.06);

    padding: 18px;

    border-radius: 8px;

    text-align: left;

    border-left: 3px solid rgba(255,255,255,0.35);
}


.highlight-item h3 {

    margin: 0 0 8px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 500;
}


.highlight-item p {

    margin: 0;

    font-size: 14px;
    line-height: 1.5;
}


/* INSTAGRAM */

.popup-instagram {

    margin-top: 25px;
    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,0.15);

    text-align: center;

    font-size: 15px;
    line-height: 1.6;
}


.popup-instagram a {

    color: inherit;

    text-decoration: none;
}


.popup-instagram strong {

    display: inline-block;

    margin: 8px 0;

    color: #ffffff;

    font-weight: 500;
}


.popup-instagram a:hover strong {

    opacity: 0.75;
}



/* MOBIEL */

@media (max-width: 600px) {

    .popup-overlay {

        align-items: flex-start;

        padding: 15px;
    }


    .popup-box {

        max-width: 100%;

        max-height: calc(100vh - 30px);

        padding: 22px;

        margin: auto 0;

        border-radius: 8px;
    }


    .popup-box h2 {

        font-size: 21px;

        margin-bottom: 15px;
    }


    .popup-content p {

        font-size: 14px;

        line-height: 1.55;

        margin-bottom: 14px;
    }


    .highlight-item {

        padding: 14px;
    }


    .highlight-item h3 {

        font-size: 16px;
    }


    .highlight-item p {

        font-size: 13px;
    }


    .popup-instagram {

        font-size: 14px;
    }

}