html{
    font-size: 25px;
    overflow-x: hidden;

}

@font-face {
  font-family: "Safiro";
  /* src: url("./fonts/Gottak/Gottak-SemiBold.woff") format("woff"); */
  src: url("./fonts/Safiro/safiro-semibolditalic-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
    border:0; padding:0; margin:0;
    display: grid;
    grid-template-columns: 30vw 40vw 30vw;
    grid-template-rows: 58vh auto;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    background-color: antiquewhite;
    color: antiquewhite;
    overflow-x: hidden;

}


/* NAV LINKS */
.link{
    /* all: unset; */
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
}


#ournameis{
    width: 275px;
    height: 20px;
    background-image: URL("./images/ournameis.png");
    background-position:left;
    background-size: cover;
    background-repeat: no-repeat;
}

#body1{
    grid-column: 1/4;
    grid-row: 1/2;
    background-image: URL("./images/studio_2025_03.webp");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: background-position 15s ease-in-out, background-size 15s ease-in-out;

    display: grid;
    grid-template-columns: 100vw;
    /* grid-template-rows: 2vh 20vh 55vh; */
    color: antiquewhite;

    border-radius: 2px;
}

#nav-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: left;
    font-size: 0.5rem;
}

#nav {
    position:fixed;
    width: 100vw;
    /* opacity: 0.7; */
    /* transition: opacity 0.5s; */
    font-weight: 100;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    color: antiquewhite;
    padding-bottom: 0.5em;

    background-color: #382A1B;
    /* border: 1px solid transparent; */
    background-clip: padding-box; /* Prevent background from extending into the border area */

}

#nav:hover{
    opacity: 1;
}

.nav-menuburger{
    position: absolute;
    background-color: #382A1B;
    transition: 0.15s;
    overflow: hidden;
    opacity: 0;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding:0px;

    display: grid;
    grid-template-columns: 10vw 40vw 50vw;
    grid-template-rows: 75px 200px;
    border: 1px solid white;
    
}

#navGrid1{
    grid-column: 1/4;
}
#navGrid2{
    grid-column: 2/3;
}

#link-permanent{
    font-size: 1rem;
    margin-top: 10px;
}

#menuburger{
    width: 1rem;
    height: 1rem;
    background-image: URL("./images/menu_burger01.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-left: 10px;    
    margin-top: 5px;    
    transition: 0.15s;
}

#menuburgerB{
    /* position: absolute;  */
    background-image: URL("./images/menu_burger01.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    
 }

#menuburger-topics{
    padding-left: 40px;
    padding-top: 15px;
}

#slash{
    font-size: 0.7rem;
    padding: 0 7px 0 7px;
}

#body1-tag {
    line-height: 100%;
    font-size: 2rem;
    grid-column: 1/2;
    grid-row: 3/4;
    padding-left: 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    color: antiquewhite;
}

#studio{
    font-weight: 100;
    padding-left: 50px;
}

#artek{
    font-size: 2.75rem;
    letter-spacing: -0.08rem;
    font-weight: 1000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#learnmore{
    font-size: 1rem;
    font-weight:200;
    color:#382A1B;
    background-color:antiquewhite;
    border: 5px solid antiquewhite;
    line-height: 300%;
    border-radius: 2px;
    transition: 0.15s;
    text-shadow: none;
}

#learnmore:hover{
    color:antiquewhite;
    background-color:#382A1B;
    border: 5px solid #382A1B;    
}


.dotBrown, .dotText{
    width: 10px;
    height: 10px;
    background-color: antiquewhite;
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
}

.dotText{
    background-color: black;
    margin-left: 10px;
}


/* FEATURES ---------------------- */

#feature-all{
    grid-column: 1/2;
    grid-row: 2/3;
    border-bottom: 5px solid white;

    display: grid;
    grid-template-columns: 33vw 34vw 33vw;
    /* grid-template-rows: inherit; */
}

.feature{
    width: 33vw;
    height: 39vh;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.feature-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: top;
    background-color: white;
    padding-top: 5px;
}

#feature1{
    background-image: URL("./images/feature_01.webp");
}
#feature2{
    background-image: URL("./images/feature_02.webp");
    /* background-color: antiquewhite; */
}
#feature3{
    /* background-position:right; */
    background-image: URL("./images/feature_03.webp");
}

.feature-text{
    width: 30vw;
    height: inherit;
    color: white;
    
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    font-family: Helvetica;
}

.feature-text-topics{
    font-family: Helvetica;
    background-color: #382A1B;
    padding: 10px;
    border-radius: 5px;
    box-shadow:
      0 1px 1px hsla(0, 0%, 100%, 0.075),
      0 2px 2px hsl(0deg 0% 0% / 0.075),
      0 4px 4px hsl(0deg 0% 0% / 0.075),
      0 8px 8px hsl(0deg 0% 0% / 0.075),
      0 16px 16px hsl(0deg 0% 0% / 0.075);
}

.feature-header{
    font-size: 1.5rem;
    font-weight: 900;
    font-family: "DM Sans", sans-serif;
    text-transform: uppercase;
    letter-spacing: -0.08rem;
    /* font-style: italic; */
}

/* FOOTER ---------------------- */

#footer{
    grid-column: 1/4;
    /* grid-row: 3/4; */
    font-size: 0.8rem;
    background-color:#382A1B;
    border-radius: 2px;
    padding: 20px;
    padding-bottom: 0;
    line-height: 150%;

    display: grid;
    grid-template-columns:33vw 33vw 33vw ;
    grid-template-rows: auto;
    
    /* border: 1px solid red; */
}
ul.c {list-style-type: square;}

#footer-header{
    font-family: "DM Sans", sans-serif;
    font-size: 1rem;
}

#footer-address{
    font-size: 0.6rem;
}

#thinline{
    width: 22vw;
    height: 1px;
    background-color: antiquewhite;
    margin-top: 1rem;
    opacity: 0.5;
    /* border: 1px solid antiquewhite; */
}
.icons{
    width: 1.3rem;
    height: 1.3rem;
    font-size: 1rem;
    display: inline-block;
    filter: invert(100%);
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    margin:  5px 10px 5px 0px;
}

#icons1{
    background-image: URL("icons/iconmonstr-facebook.svg");
}
#icons2{
    background-image: URL("icons/iconmonstr-instagram.svg");
}
#icons3{
    background-image: URL("icons/iconmonstr-soundcloud.svg");
}
#icons4{
    background-image: URL("icons/iconmonstr-youtube.svg");
}

#subFeatures{
    grid-column: 1/4;
    background-color: white;

    display: grid;
    grid-template-columns: 10vw 35vw 5vw 5vw 35vw 10vw ;
    grid-template-rows: 25vh;
    
}
#topic0A{
    grid-column: 1/2;
    grid-row: 1/3;
}
#topic0B{
    grid-column: 3/5;
    grid-row: 1/3;
}
#topic0C{
    grid-column: 6/7;
    grid-row: 1/3;
}
#topic0D{
    grid-column: 1/7;
    grid-row: 3/4;
}



/* --------------------------- */
/* PAGE ---------------------- */

#body-pages {
    display: grid;
    grid-template-columns: 30vw 40vw 30vw;
    grid-template-rows: 50vh auto ;
}

.page-top{
    grid-column: 1/4;
    grid-row: 1/2;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20vh 5vw;
    
    font-family: "Safiro";
    font-size: 2.3rem;
    color: white;
    /* text-transform: lowercase; */
    /* font-family: "DM Sans", sans-serif; */
    letter-spacing: -0.08rem;
    /* text-shadow: 1px 1px 5px rgba(56, 42, 27, 0.9); */

    text-shadow:
        0 0 8px rgba(0,0,0,0.45),
        0 0 14px rgba(0,0,0,0.25),
        5px 5px 5px rgba(56, 42, 27, 0.4);
}

#page-top-template{
    background-image: URL("images/page1_02.webp");
}
#page-top-booking{
    background-image: URL("images/pageBooking04.webp");
}
#page-top-about{
    background-image: URL("images/page1_01.webp");
}
#page-top-recording{
    background-image: URL("images/pageRecording03.webp");
}
#page-top-photostudio{
    background-image: URL("images/page1_042.webp");
}
#page-top-gallery{
    background-image: URL("images/pagegallery01.webp");
}
#page-top-equipment{
    background-image: URL("images/equipment_01.webp");
}
#page-top-streaming{
    background-image: URL("images/streaming_02.jpg");
}

#gemeinteLogo{
    width: 6rem;
    height: 5rem;
    background-image: URL("./images/buro-rood-werkgevers-logos-gemeente-den-haag-groot.png");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}



#pagesH1{
    font-size: 1.75rem;
    font-weight: 100;
    /* padding-left: 50px; */
}

#pagesH2{
    font-size: 1.75rem;
    letter-spacing: -0.08rem;
    font-weight: 1000;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.page-top-content{
    grid-column: 1/4;
    grid-row: 2/4;
    color: #382A1B;
    background-color: white;
    padding: 8vh 5vw;
    line-height: 170%;
    font-family: Helvetica;
}

.pages-h1{
    font-weight: 900;
    font-size: 1.5rem;
    font-family: "DM Sans", sans-serif;
    
    
    letter-spacing: -0.08rem;
}

.pages-image{
    width: 30vw;
    height: 50vw;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    margin:10px;
    float: right;
}

.pages-image-left{
    width: 20vw;
    height: 15vw;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 2px;
    margin:10px;
    float: left;
}

.map-section {
    margin-top: 40px;
    margin-bottom: 60px;
}

.map-section .pages-h1 {
    display: block;
    margin-bottom: 12px;
}

.map-container {
    width: 100%;
    background: #ffffff;
    border: 2px solid #cccccc;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
}   

/* Keep aspect ratio responsive */
.map-container iframe {
    width: 100%;
    height: 400px;
    border: none;
}

@media (max-width: 600px) {
    .map-container iframe {
        height: 300px;
    }
}


#pages-1{background-image: URL("./images/page1_02.webp");}
#pages-recording-1{background-image: URL("./images/pageRecording01.webp");}
#pages-recording-2{ background-image: URL("./images/pageRecording02.webp"); }
#pages-recording-3{ background-image: URL("./images/page1_06.jpg"); }
#pages-photostudio-1{ background-image: URL("./images/pagePhotostudio01.webp"); }
#pages-photostudio-2{ background-image: URL("./images/pagePhotostudio02.webp");}
#pages-equipment-1{ background-image: URL("./images/pageEquipment01.jpg"); }
#pages-equipment-2{ background-image: URL("./images/pageEquipment02.webp");}
#pages-booking-1{background-image: URL("./images/pageBooking03.jpg");}
#pages-booking-2{background-image: URL("./images/pageBooking02.webp");}
#pages-booking-3{background-image: URL("./images/pageBooking03.jpg");}
#pages-streaming-1{background-image: URL("./images/streaming_03.jpg");}

#pages-recording-3, #pages-photostudio-2, #pages-equipment-2,
#pages-booking-3, #pages-streaming-2{ 
    width: 100%;
    height: 400px;
    float: none;
    border-radius: 5px;
    overflow:hidden;
}


#pages-streaming-2 iframe {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.gallery-images{
    width: 15vw;
    height: 15vw;
    background-color:#382A1B;
    border-radius: 5px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}

#gallery-backdrop{
    display:none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: 0;
    top: 0;
    left: 0;
    transition: 0.15s;
}

#gallery-viewer{
    display:none;
    position: fixed;
    width: 95vw;
    height: 50vw;
    background-color: antiquewhite;
    margin-top: 25vh;
    margin-left: 2.5vw;
    border-radius: 4px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 0.15s;
    transition: 0s;

    /* display: grid; */
    grid-template-columns: 47.5vw 47.5vw;
    grid-template-rows: 50vw;
}

.galleryArrows{
    background-image: URL("icons/galleryArrows.svg");
    background-position: right;
    background-size: 10vw;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.galleryArrows:hover{
    opacity: 1;
}

#galleryLeft{
    transform: rotate(180deg);
}

#galleryRight{
    color: none;
}


#gallery-control{
    display:none;
    position: absolute;
    width: 0vw;
    height: 50px;
    background-color: #382A1B;
    margin-top: 65vh;
    margin-left: 10vw;
    border-radius: 5px;
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    transition: 0.15s;
    /* display: flex; */ /* TRIGER IN JS */
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    
}


.arrow-player1, .arrow-player2{
    width: 30px;
    height: 20px;
    background-image: URL("./icons/arrow-player.svg");
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 1px solid red; */
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; */
    rotate: 90deg;
    opacity: 0.7;
    /* float: left; */
}

.arrow-player1{
    rotate: -90deg;

}




#page-booking{
    background-color: lightgray;
    /* width: 50vw; */
    /* margin: 10px; */
    padding: 10px;
    border-radius: 2px;
    font-size: 0.65rem;
}

/* FORM GPT */
#page-booking {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 600px;
    /* margin: 0 auto; */
    font-family: sans-serif;
  }
  
  .form-section {
    display: block;
  }
  
  .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
  }
  
  input.formBooking,
  textarea.formBooking,
  select.formBooking {
    width: 100%;
    padding: 0.2rem;
    margin-top: 0.3rem;
    box-sizing: border-box;
    font-size: 0.65rem;
  }
  
  textarea.formBooking {
    height: 100px;
    resize: vertical;
  }
  
  input[type="submit"],
  input[type="button"] {
    padding: 0.6em 1rem;
    font-size: 1rem;
    cursor: pointer;
  }
  
  .form-grid div:nth-child(3), /* Email */
  .form-grid div:nth-child(4)  /* Address */ {
    grid-column: span 2;
  }
  
  .privacy-note {
    font-size: 0.85rem;
    /* color: #666; */
    margin-bottom: 1rem;
  }
  
  .dateGroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .dateGroup label {
    grid-column: 1 / -1;
    font-weight: bold;
  }
  
  input.form-buttons{
    font-size: 0.65rem;
  }

/* ----------------------------- */
/* TOPICS ---------------------- */

.topic-link{
    /* grid-column: 1/4; */
    height:20vh;
    background-color: gray;
    /* background-image: URL("images/page1_01.webp"); */
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    color: antiquewhite;
    transition: 0.15s;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    padding: 10px;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.topic-link:hover{
    opacity:1;
}

.featureImage{
    width: 35vw;
    height: 25vh;
    position: absolute;
    /* background-image: URL("images/page1_01.webp"); */
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
}



#topic1{
    background-image: URL("images/feature_01.webp");
}
#topic2{
    background-image: URL("images/feature_02.webp");
}
#topic3{
    background-image: URL("images/feature_03.webp");
}
#topic4{
    background-image: URL("images/studio_2025_03.webp");
}
#topic5{
    background-image: URL("images/feature_03.webp");
}




/* ----------------------------- */
/* MOBILE ---------------------- */

@media(max-width:700px) {

    body{
        grid-template-columns: 30vw 40vw 30vw;
        grid-template-rows: 75vh 45vh auto;
        margin:0; padding:0; border:0;
    }

    .pages-h1, .page-top-content, #body-pages, body {
        font-size: 1.2em;
    }

    #body-pages {
        display: grid;
        grid-template-columns: 30vw 40vw 30vw;
        grid-template-rows: 60vh auto auto;
        font-size: 0.6rem;
    }

    #studio{
        font-size: 2rem;
    }
    
    #body1-tag {
        font-size: 1.5rem;
        line-height: 125%;
    }

    .nav-menuburger{
        /* line-height: 100%; */
        display: grid;
        border: 0px;
        grid-template-columns: 20px 300px 500px;
        grid-template-rows: 75px 150px 500px;
        font-size: 0.8rem;
        display: none;
    }

    .dotBrown{
        width: 6px;
        height: 6px;
        display:inline-block;
    }

    /* MOBILE NAV */
    #navGrid1{
        grid-column: 1/4;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
    }

    #navGrid3{
        grid-column: 2/3;
        grid-row: 3/4;
    }
    .navList{
        line-height: 60%;
    }

    #feature-all{
        grid-column: 1/4;
        grid-row: 2/3;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 15vh 15vh 15vh auto;
        
    }
    
    .feature-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: top;
        background-color: white;
        padding-top: 5px;
    }

    .feature{
        width: 100%;
        height: 100%;
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
    }



    .feature-header{
        font-size: 1rem;
        font-weight: 900;
        font-family: "DM Sans", sans-serif;
        text-transform: uppercase;
        letter-spacing: -0.08rem;
        /* font-style: italic; */
    }
    
    .feature-text{
        width: inherit;
        height: inherit;
        color: white;
        display: inline-block;
        display: flex;
        flex-direction: column;
        align-items: left;
        justify-content: center;
        padding: 0px;
        font-family: Helvetica;
        font-size: 0.65rem;
        padding-left: 25px;
    }

    .feature-text-topics{
        margin-left: 10px;
        font-size: 0rem;
        line-height: 100%;
        justify-content: left;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
        
    }

    #footer{
        grid-column: 1/4;
        /* grid-row: 3/4; */
        font-size: 0.8rem;
        font-weight: 200;
        background-color:#382A1B;
        border-radius: 2px;
        padding: 20px;
        line-height: 100%;
        display: grid;
        grid-template-columns:80vw;
        grid-template-rows: 10vh auto;
        border-top: 5px solid white;
        padding-left: 15px;
        
    }

    #footer-header{
        font-size: 1rem;
    }
    #footer-address{
        line-height: 150%;
    }
        
    .icons{
        width: 1rem;
        height: 1rem;
        margin-top: 15px;
        
    }

    #ournameis{
        width: 200px;
        height: 20px;
        /* margin-left: -5px; */
    }

    .pages-image{
        width: 40vw;
        height: 60vw;
        float: right;
    }
    
    .pages-image-left{
        width: 40vw;
        height: 30vw;
        margin-left:0px;
    }
    
    .page-top-content{
        font-weight: 300;
        /* font-size: 1em; */
    }

    .gallery-images{
        width: 20vw;    
        height: 20vw;
    }
    #slash{
        display: block; 
        font-size: 0;
        padding-right: 40px;
    }
    .link{
        display: block; 
        padding-left: 0px;
    }

    #link-permanent{
        padding-left: 0px;
    }    

    #menuburger-topics{
        padding-left: 0px;
        line-height: 70%;
    }

    #pages-booking-1, #pages-booking-2{
        display: none;
    }
}

