/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

:root {
    --primary-color: #bc9455;
    --blue: #0000c3;
    --pink: #bd2caa;
    --purple: #da5fee;
}
@font-face {
  font-family: StandingRoom;
  src: url(assets/webfonts/parklane/ParkLaneNF.ttf);
  src: url(assets/webfonts/gangueouais/GangueOuais.ttf);
  src: url(assets/webfonts/standingroomonly/StandingRoomOnlyNF.ttf);
}

@font-face {
  font-family: Josefine-Sans;
  src: url(assets/webfonts/Josefin_Sans/JosefinSans-VariableFont_wght.ttf);
}
@font-face {
  font-family: Josefine-Sans;
  font-style: italic;
  src: url(assets/webfonts/Josefin_Sans/JosefinSans-Italic-VariableFont_wght.ttf);
}
html, body {
    box-sizing: border-box;
}
*, body {
    font-family: Josefine-Sans, sans-serif;
}
body, button {
    font-size: 8px;
}
body {
    line-height: 1.2;
    color: var(--blue);
    color: black;
    background-color: rgba(255,0,0,.05);
    padding: 8px;
}
.bg-image {
    transform-origin: 0% 0%;
    position: relative;
    display: block;
    height: calc(100vh - 16px);
    margin: auto;
    margin-top: 1.6vw;
    max-height: calc(100vh - 32px - 1.6vw);
    width: 141.3927182750088vh;
    margin-bottom: 8px;
    background: no-repeat center center;
	background-image: url("the-souls-of-white-volk_4k.jpg");
    background-size: contain;
    max-width: 100%;
    transform: scale(1);
    transition: all .8s;
}
.zoomed-in:not(.browser-zoom) .bg-image {
    transform: scale(3.6);
}
h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: .4em;
}
h1, h2 {
    font-family: StandingRoom, serif;
    font-size: 10px;
    line-height: 1;
    font-size: 1.7vh;
    text-transform: uppercase;
    color: black;
    color: var(--pink);
}
h3, button, .btn {
    font-size: 1.2vh;
}
h3 {
    font-weight: 400;
    line-height: 1;
    color: var(--primary-color);
    color: var(--blue);
    text-align: center;
}
button, .btn {
    color: var(--blue);
    color: black;
    color: white;
    text-align: center;
    display: inline-block;
    background-color: transparent;
    background-color: var(--blue);
    padding: .4em .8em;
    /*border: 4px dotted var(--primary-color);*/
    border-radius: 2em;
    border-color: var(--blue);
    border-color: white;
    border: 0px dotted white;
    box-shadow: 3px 3px 9px rgba(0,0,0,.6);
    cursor: pointer;
}
.btn {
    text-decoration: none;
}
p {
    padding-bottom: 1em;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
button:hover, .btn:hover, 
button.active, .btn.active {
    color: white;
    background-color: #bc9455;
    border-color: white;
}
blockquote {
    margin: 0;
    display: inline;
    font-style: italic;
}
nav {
    display: flex;
    gap: 8px;
}
.menu {
    position: fixed;
    z-index: 9;
    flex-direction: row;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}
.menu button {
    font-size: 1.4vw;
}
.menu-zoom {
    position: fixed;
    left: calc(2vw + 8px);
    left: 8px;
    z-index: 9;
}
button.zoom {
    width: 2.6em;
    height: 2.6em;
    background-color: white;
    border: var(--blue) solid .1em;
    color: var(--blue);
    padding: 0;
    font-size: 5vw;
    width: 1.2em;
    height: 1.2em;
}
button.zoom:after {
    content: "";
    display: block;
    height: 4vw;
    width: .5vw;
    box-shadow: 3px 3px 9px rgba(0,0,0,.6);
    background-color: var(--blue);
    transform: rotate(-35deg) translate(4.3vw, 2.5vw)
}
.zoomed-in button.zoom {
    color: transparent;
    position: relative;
}
.zoomed-in button.zoom::before {
    content: "";
    color: var(--blue);
    position: absolute;
    height: .5vw;
    width: 3vw;
    top: 50%; left: 50%;
    background-color: var(--blue);
    transform: translate(-50%, -50%);
}
.bg-image {

}
.project {
    display: none;
	position: absolute;
    max-width: 14%;
    width: 240px;
    /*width: 660px;
    width: 300px;*/
    /*background-color: white;*/
    padding: 1.6vh;
    border: 4px dotted var(--primary-color);
    border: none;
    border-radius: 90px;
    border-radius: 2.9vw;
    border-radius: 64px;

    border-radius: 6.2vh;
    box-shadow: 3px 3px 9px rgba(0,0,0,.6);
    box-shadow: 3px 3px 9px var(--pink);
}
.project.active {
    background-color: white;
    z-index: 1;
}
.project-nav {
    gap: 1vh;
}
.project-nav button {
    color: var(--pink);
    background-color: rgba(255,255,255,.8);
}
.project:hover {
    background-color: white;
    z-index: 1;
}
.project:hover .project-nav {
    display: flex;
}
.project-title {
    text-align: center;
}
.project-nav {
    justify-content: center;
}
.project-content-inner {
    max-height: 0;
    overflow: hidden;
    transition: all .6s;
    opacity: 0;
    text-align: justify;
}
.project-content-inner p {
    padding: 1em;
}
.project-content-inner.open {
    opacity: 1;
    max-height: 30em;
   /* padding-bottom: 20px;
    overflow-y: auto;*/
}
.project-content-inner > p {
}
#piece1 {
    top: 12%;
    left: 18%;
    /*transform: translate(-50%, 0)*/
}
#piece2 {
    max-width: 23%;
    top: 12%;
    left: 36%;
    /*transform: translate(-50%, 0)*/
}
#piece3 {
    max-width: 22%;
    top: 2%;
    left: 60%;
}
#piece4 {
    max-width: 12%;
    top: 29%;
    left: 71.5%;
}
#piece5 {
    top: 46%;
    left: 59%;
    width: 16vw;
    /*zoom: 0.8;*/
}
#piece6 {
    top: 72%;
    left: 41%;
}
#piece7 {
    top: 42.5%;
    left: 31%;
}

#piece1 .project-title {
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
}
#piece2 .project-title {
    /*min-width: 15em;*/
    /*max-width: 16em;
    margin-left: auto;
    margin-right: auto;*/
}
.audio-btn:after {
    content: ">";
    font-weight: 900;
    padding-left: .2em;
}
.audio-btn.active {
    background-color: #bc9455;
    color: white;
}
.audio-btn.active:after {
    content: "||";
    font-weight: 900;
    padding-right: .2em;
}

/* RESPONSIVE - FULL WIDTH */
.full-width .bg-image,
.full-width .menu,
.full-width .menu-zoom {
    display: none;
    /*width: 100%;
    width: calc(100vw - 16px);*/
}
.advice {
    visibility: hidden;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.advice h1 {
    font-size: 3vh;
    width: 13.6em;
    color: black;
    font-family: Josefin-Sans, sans-serif;
    text-transform: none;
}
.advice span {
    font-family: StandingRoom, serif;
    color: var(--pink);
    text-transform: uppercase;
}
.full-width .advice {
    visibility: visible;
    transition: all 3s;
}
.full-width .advice.rotate {
    transform: rotate(90deg) translate(-50%, 100%);
    transform: rotate(90deg) translate(-20vh, 100%);
}
/*
.full-width .project {
    max-width: 16%;
    padding: .8vw;
}
.full-width .project-title {
    font-size: 1.3vw;
}
.full-width h3, .full-width button {
    font-size: 1vw;
}
.full-width #piece1 {
    top: 8.5vw;
}
.full-width #piece2 {
    top: 9vw;
    left: 39.5%;
}
.full-width #piece4 {
    top: 20vw;
    left: 73%;
}
.full-width #piece5 {
    top: 20vw;
    left: 63%;
}
*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
  }
  
  /* Modal Content/Box */
  .modal-content {
    position: relative;
    font-size: 16px;
    background-color: #fefefe;
    margin: 3% auto; /* 15% from the top and centered */
    padding: 24px;
    width: 72%;
    border-radius: 64px;
    box-shadow: 3px 3px 9px var(--pink);
    /*max-height: calc(100vh - 6%);*/
  }
  .modal .btn {
    font-size: 3vw;
  }
  .modal p {
    max-width: 24em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
  }
  .modal-poetry p {
    text-align: center;
    max-width: unset;
  }
  .modal-content > p:first-of-type {
    margin-top: 3em;
  }
  .disclaimer {
    display: inline-block;
    margin-top: 64px;
    padding: 20px;
    box-shadow: 3px 3px 9px var(--pink);
    margin: 30px
  }
  video, .modal img {
    max-width: calc(100% - 48px);
    padding: 20px;
    margin: auto;
    margin-top: 32px;
  }
  .modal img {
    display: block;
    max-width: calc(100% - 80px);
    padding-right: 48px;
  }
  .iframe-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: calc(100% - 48px);
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    margin: 24px;
    margin-top: 64px;
  }
  .player-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  iframe {
    width: 100%;
  }
  
  /* The Close Button */
  .close {
    display: block;
    width: 4vw;
    height: 4vw;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    right: calc(14% + 24px);
    right: 14%;
    transform: rotate(45deg);
    font-size: 4vw;
    font-weight: 300;
    color: var(--blue);
    background-color: white;
    border-radius: 50%;
    box-shadow: 3px 3px 9px var(--pink);
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
footer {
    position: fixed;
    bottom: 8px;
    right: 8px;
    color: var(--blue);
    font-size: 12px;
}
footer a:hover {
    text-decoration: none;
}
@media (max-width: 991px) {
    body {
        font-size: 1.2vh;
    }
}