/*
  1. Use a more-intuitive box-sizing model.
*/
*, *::before, *::after {
	box-sizing: border-box;
  }
  /*
	2. Remove default margin
  */
  * {
	margin: 0;
  }
  /*
	3. Allow percentage-based heights in the application
  */
  html, body {
	height: 100%;
  }
  /*
	Typographic tweaks!
	4. Add accessible line-height
	5. Improve text rendering
  */
  body {
	/* line-height: 1.5; */
	-webkit-font-smoothing: antialiased;
  }
  /*
	6. Improve media defaults
  */
  img, picture, video, canvas, svg {
	display: block;
	max-width: 100%;
  }
  /*
	7. Remove built-in form typography styles
  */
  input, button, textarea, select {
	font: inherit;
  }
  /*
	8. Avoid text overflows
  */
  p, h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
  }
  /*
	9. Create a root stacking context
  */
  #root, #__next {
	isolation: isolate;
  }

/*  SECTIONS  */

/* GRID OF ONE */
.span_1_of_1 {width: 100%;
margin: 0;}

/*  GRID OF FIVE */
.span_5_of_5 {width: 100%;}
.span_4_of_5 {width: 80%;}
.span_3_of_5 {width: 60%;}
.span_2_of_5 {width: 40%;}
.span_1_of_5 {width: 20%;}

.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 0;
    /*	margin: 1% 0 1% 1.6%; */
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

/*  SITE  */
body {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 1)
}
 #home{
    scroll-margin-top: 30px;
 }
/* === HEADER === */
#header {
    margin: 30px auto 10px auto;
    max-width: 900px;
    position: relative;
}

#header #top {
    text-align: center;
}

#header #top a {
    text-decoration: none;
    font-size: 4em;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(110, 110, 110, 1);
}

/* === HAMBURGER FIXED CONTAINER (always visible on top) === */
#hamburger-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
    pointer-events: none; /* allow clicks to pass through */
    background: transparent;
}

/* Inner flex container for layout */
.layout-flex {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: flex-end;
    background: transparent;
}

/* Only the hamburger icon should receive clicks */
#hamburger-icon {
    pointer-events: auto;
    font-size: 2.5em;
    color: white;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    user-select: none;
}


/* === DROPDOWN MENU OVERLAY === */
#dropdown-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: black;
    z-index: 1000; /* under hamburger */
    padding-top: 20px; 
    padding-bottom: 20px;
}

/* 900px centered content */
.layout-block {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
    display: block;
    text-align: center;
}

/* Dropdown links */
#dropdown-menu a {
    display: block;
    color: white;
    text-decoration: none;
    font-size: 1.5em;
    margin: 20px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Show dropdown */
#dropdown-menu.show {
    display: block;
}

/* Optional smooth scroll */
html {
    scroll-behavior: smooth;
}


/* CONTENT */
#content {
    max-width: 900px;
    margin-top: 0;
    margin: auto;
}
.block{
    margin-top: 1rem;
}
.block p {
    text-decoration: none;
    font-size: 2rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(224, 175, 103, 1);
    text-align: center;
    margin: 2rem 0 1rem 0;
}
.spacer-up{
    height: 2rem;
}
#block-art-back {
    background-color: rgba(41, 41, 41, 1);
}

#block-woob-back {
    background-color: rgba(26, 26, 26, 1);
}


#block-dutch-back {
    background-color: rgba(75, 75, 75, 1);
}    

#block-contact-back {
    background-color: rgba(0, 0, 0, 1);
}

#block-art,
#block-dutch,
#block-woob {
    max-width: 900px;
    margin: auto;
}

#block-art h2,
#block-dutch h2,
#block-woob h2 {
    font-size: 1.7rem;
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 0.64rem;
    padding: 0px 10px;
    line-height: 2.4rem;
}

#block-art p,
#block-dutch p,
#block-woob p {
    line-height: 1.75rem;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 1);
}

#block-art a,
#block-dutch a,
#block-woob a {
    line-height: 1.6em;
    text-decoration: none;
    font-size: 1.2em;
    font-family: 'Raleway', sans-serif;
    color: rgba(224, 175, 103, 1);
    font-weight: bold
}

#block-art .cl1,
#block-dutch .cl1,
#block-woob .cl1 {
    margin: 100px auto auto auto;
    text-align: center;
}

#block-art .cl2,
#block-dutch .cl2,
#block-woob .cl2
{
    padding: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#block-art .cl3,
#block-dutch .cl3,
#block-woob .cl3 {
    padding: 20px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#block-art .cl4,
#block-dutch .cl4,
#block-woob .cl4 {
    padding: 0px 20px;
    margin-top: 100px;
}


#block-art .cl5,
#block-dutch .cl5,
#block-woob .cl5 {
    margin-top: 50px;
    padding: 0 20px;
}

#block-art img,
#block-dutch img,
#block-woob img {
    width: 100%;
    display: block;
}

/* BLOCK FOUR */

#block-contact {
    max-width: 900px;
    margin: auto;
    text-align: center;
    padding: 0 1rem;
}

#block-contact .cl6 {
    margin-top: 50px;
}

#block-contact h2 {
    font-size: 1.2rem;
    line-height: 1.75rem;
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}

#block-contact p {
    line-height: 1.75rem;
    font-size: 1rem;
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

#privacy-one {
    /* max-width: 900px; */
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
    max-width: 80%;
    color: rgba(255, 255, 255, 1);
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    line-height: 1.75rem;
   


}
#privacy-one h3 {   
   padding-top: 20px;
   font-size: 1.25rem;
    text-align: center;
    display: block;
   
    
}
#privacy-one h4 {  
    padding-top: 20px; 
    font-size: 1rem;  
    text-align: center;
    display: block;
   
}
#privacy-one p {   
    font-size: 0.825rem;  
    text-align: center;
    display: block;
    
}


/* FOOTER */
footer {
    margin-top: 40px;
    margin-bottom: 30px;
    text-align: center
}

footer p {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
}

footer a{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
footer a:active{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
footer a:hover{
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
a.email-link {
    color: inherit;
    text-decoration: none;
}

#scrollToTopBtn {
  position: fixed;
  /* Align to right edge of 900px-wide #content container */
  right: calc((100% - 900px) / 2);
  bottom: 40px;

  display: none;
  z-index: 999;
  background-color: rgba(100,100,100,0.5);
  color: white;
  border: none;
  padding: 10px 10px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
  transition: opacity 0.3s ease;
}
#scrollToTopBtn:hover {
   background-color: rgba(100,100,100,1);
}
