.title{
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    color: #fff;
    text-shadow: #0003 0 0 15px;
    /* background: linear-gradient(to bottom, #fff 15%, transparent); */
}
#studioTitle{
    font-size: 200%;
    /* font-size: 8vw; */
    /* border: red 1px solid; */

    font-family: "UnboundedBlack";
    font-weight: bolder;
    white-space: nowrap;
    /* display: grid; */
    display: inline-flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    /* grid-auto-columns: 33% 10% 33%; */
    grid-auto-columns: 10% 10% 10%;
    grid-gap: 6%;
    grid-auto-flow: column;
    transition: color .25s ease-in-out;
}
#studioTitle a, #titleLink, #studioTitle span{
    display: inline-block;
    width: auto;
    text-align: center;
    transform: scaleY(1.4);
    color: #fff;
    font-style: normal;

}
.logo{
    height: 100%;
    width: auto;
    max-width: 100%;
    animation: shineBlack;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    cursor: pointer;
}
/* @keyframes shineWhite {
    0%{
        filter: drop-shadow(0px 0px 0px #fff);
    }
    100%{
        filter: drop-shadow(0px 0px 10px #fff);
    }
} */
.logo.black{
    animation: shineBlack!important;
    animation-play-state: running;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}
@keyframes shineBlack {
    0%{
        filter: drop-shadow(0px 0px 1px #000);
    }
    100%{
        filter: drop-shadow(0px 0px 10px #000);
    }
}
.logoBackground{
    padding-top:12vh;
    height: 40vh;
    width: auto;
    margin: auto;
    position: relative;
    /* top: 30%; */
    left: 50%;
    transform: translate(-50%);
    z-index: -1;

    /* height: 105vh;
    width: auto;
    position: fixed;
    top: 7vh;
    left: -13vw;
    z-index: -1; */
}
#pointerHelper{
    height: 1.5rem;
    width: auto;
    position: fixed;
    top: 0.5rem;
    left: 12.5rem;
    transform: rotate(347deg);
    /* z-index: 1; */

    animation: showPointer;
    /* animation-delay: 0s;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out; */
}
#pointerHelper.stopAnim{
    animation-name: none;
    opacity: 0;
    display: none;
}
@keyframes showPointer{
    0%{
        display: none;
        opacity: 0;
        /* transform: scale(1)rotate(200deg); */
    }
    1%{
        display: none;
        opacity: 0;
        /* transform: scale(1)rotate(200deg); */
    }
    80%{
        display: block;
        opacity: 0;
        /* transform: scale(1)rotate(200deg); */
    }
    100%{
        display: block;
        opacity: 1;
        /* transform: scale(1.05)rotate(200deg); */
    }
}
#subTitle{
    /* width: max-content; */
    white-space: nowrap;
    /* overflow-x: scroll; */
    z-index: 4;
    /* width: 86%; */
    /* width: 95vw; */
    margin: auto;
    
    font-family: "Unbounded";
    text-align: center;
    display: flex;
    /* grid-auto-columns: 50% 50%; */
    /* grid-auto-columns: 33% 33% 33%; */
    grid-auto-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    grid-auto-rows: 100%;
    transition: opacity .25s ease-in-out;
    text-shadow: #0007 0px 4px 15px;
    flex-direction: row;
    flex-wrap: nowrap;
}
.helper{
    font-style: italic;
    /* opacity: .3; */
    color: #fff5;
    font-size: 70%;
    animation: showPointer;
    animation-duration: .25s;
    animation-fill-mode: both;
    animation-delay: 5s;
}
.artType, #backgroundImage {
    transition: all .15s ease-out;
}
.artType{
    cursor: pointer;
    opacity: .5;
    transform: scale(.75);
    text-align: left;
    text-shadow: #000 0 0 15px;
    color: #fff;
    font-style: normal;
}
.artType:hover{
    opacity: .8;
    text-shadow: #6d6d6d 0 0 15px;
}
.artType.hightlight{
    opacity: 1;
    transform: scale(1);
}
.button{
    position: fixed;
    top: 27%;
    /* border: red 1px solid; */
    /* height: 100vh; */
    height: 50vh;
    display: grid;
    align-items: center;
    /* height: min-content; */
    z-index: 4;
    font-size: 200%;
    transform: scaleY(2);
    font-weight: lighter;
    cursor: pointer;
    /* mix-blend-mode: hue; */
    opacity: .5;
    color: #fff;
    text-shadow: #000 0 0 10px;
    transition: all .25s ease-in-out;
    
    animation: highlighta;
    animation-play-state: running;
    animation-delay: 5s;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-iteration-count: 2;
    animation-fill-mode: both;
}
.button:hover{
    opacity: 1;
    text-shadow: #fff 0 0 20px;
}
@keyframes highlighta{
    0%{
        text-shadow: #fff 0 0 0px;
        color: #fff;
    }
    50%{
        text-shadow: red 0 0 5px;
        color: red;
    }
    100%{
        text-shadow: #fff 0 0 10px;
        color: #fff;
    }
}
.button.right{
    right: 0;
    text-align: right;
    padding-right: .5em;
}
.button.left{
    left: 0;
    text-align: right;
    padding-left: .5em;
}
/* MENU */
#openMenu{
    position: fixed;
    top: 70vh;
    left: 0;
    width: 100%;
    font-family: "Unbounded";
    font-weight: 400;
    text-align: center;
    text-shadow: #000 0 0 15px;
    transition: text-shadow .5s ease-out;

    cursor: pointer;
    z-index: 200;
    color: #fff;
}
#openMenu:hover{
    text-shadow: #fff 0 0 20px;
}
#menuSection{
    position: fixed;
    top: 200vh;
    left: 0;
    width: 100%;
    height: 100vw;
    background: #fff;
    display: grid;
    transition: all 0.5s ease-in-out;
}
#menuSection.open{
    top: 0;
}
.aboutSection{
    background-color: #fff;
    width: 100%;
    height: 97vh;
    /* min-height: 97vh; */
}
nav{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: flex-start;
    font-size: 230%;
    z-index: 2;

    position: absolute;
    top: 50vh;
    left: 0;
    transform: translateY(-50%);
}
nav .aBox{
    width: 90vw;
    margin: auto;
    /* margin: 0 0 0 1em; */
    display: grid;
    grid-auto-flow: column;
    /* grid-template-columns: 10vw 80vw; */
    /* justify-content: start; */
}
nav a {
    /* margin: 0 0.5em;
    /* background-size: 100%;
    background-position: center;
    padding: 1em 0;
    margin: 2em auto;
    width: 10%;
    border-radius: 15px;
    display: block;
    transition: all .5s ease-in-out; */
    text-align: center;
    padding: 0.25em 0em;
    font-style: normal;
    font-family: 'Unbounded';
    text-shadow: #0005 0 0 10px;
    color: #000;
    width: 100%;
}
/* nav a::before{
    content: "- ";
} */
.textBox.about{
    /* border-top: 1px dashed #0008; */
    padding-top: 1em;
    /* height: 85vh; */
    height: 55vh;
    font-size: 110%;
}
/* .textBox.about p{
    text-align: justify;
} */
    footer{
    margin: auto;
    width: 90%;
    font-family: "Unbounded";
    text-align: center;
    /* padding: 1em 0 0 0; */
    margin: 1em auto 2em auto;
    padding: 1em 0 0 0;
    border-top: 1px dashed #fff;
}
.mail{
    display: block;
    margin-block-end: 0em;
    /* font-family: "Nabla"; */
    font-family: "Unbounded";
    font-weight: bold;
    /* text-align: center; */
    white-space: nowrap;
    font-size: 130%;
    font-style: normal!important;
}
.compagny{
    margin-top: 1em;
    opacity: .5;
}


/* ---------- */
p{
    font-size: 120%;
    text-align: left;
    width: 83%;
    display: block;
    margin: 1em auto;
}
a.start{
    font-size: 200%;
    text-align: center;
    color: white;
    word-break: keep-all;
    font-style: normal;
    transition: .25s ease;
    text-shadow: rgb(255 255 255 / 50%) 0px 0px 10px;
}
a.start:hover{
    text-shadow: rgba(255, 255, 255, 0.5) 0px 0px 20px;
}
.albums{
    width: 70%;
    margin: auto;
}
h2.albumsh2{
    width: 70%;
    margin: auto;
}
.albums a::after{
    content : " / ";
    color: white;
}
.categorie-box{
    /* height: 100vh; */
    width: 100%;
    overflow: hidden;
    display: grid;
    /* grid-auto-rows: 45% 50%; */
    position: relative;
    justify-items: center;
    /* flex-direction: row-reverse; */
    justify-content: center;
    align-items: flex-start;
}
.categorie-box img{
    height: 100vh;
    width: auto;
    min-height: 100vh;
    min-width: 100vw;
    /* max-width: 100vw; */
}
/* .categorie-box .text{
    transform: rotate(-90deg) translate(0%, -30vw);
    font-size: 340%;
    color: #fff!important;
    font-weight: bold;
    font-family: "Roboto";
    z-index: 20;
} */
/* a{color: #fff!important;} */
/* section img{ */
    /* filter: blur(5px); */
/* } */

@media (orientation: landscape) {
    .title {
        left: 50%;
        width: 40%;
        transform: translateX(-50%);
    }
    .textBox{
        width: 50%!important;
        margin: auto;
    }
    footer{
        width: 50%;
        margin: 2em auto;
    }
    .footerFlex{
        display: grid;
        /* grid-auto-columns: 50% 50%; */
        grid-auto-flow: column;
        /* width: 50%; */
        margin: auto;
    }
}
@media (orientation: portrait){
    /* body{
        width: 35vw;
        margin: auto;
    } */
    #studioTitle{
        grid-auto-columns: 33% 10% 33%;
    }
    .categorie-box{
        position: fixed;
        left: 0;
    }
    .categorie-box img {
        /* height: auto; */
        min-height: 100vh;
        min-width: 100vw;
    }
}

.progressive-blur {
    position: fixed;
    left: 0;
    /* top: 0; */
    width: 100vw;
    height: 15dvh;
    z-index: 15;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
	pointer-events: none;
    /* -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%); */
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.progressive-blur.visible {
    /* display: none; */
    opacity: 1;
}
.progressive-blur.top {
    top: 0;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
}
.progressive-blur.bottom {
	bottom: -1px;
	-webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);
	mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 0) 100%);	
}
