/* Philippe - 05.06.23 */

html {
    box-sizing: border-box;
    font-family: 'Helvetica';
    font-size: 20px;
    font-weight: bold;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
}

body {
    margin: 0;
    padding-top: 190px;
}

body>* {
    margin: 0;
    scrollbar-width: none;
}

/* TYPOGRAPHY */

.home-titles {
    margin-left: 100px;
    font-size: 20vw;
    margin: -50px 0 50px 100px;
    line-height: 80%;
    letter-spacing: -15px;
    color: white;
    width: max-content;
    transition: 2s;

}


h1 {
    font-size: 3.2vw;
}

h3,
.one p,
.close {
    font-size: 1.3vw;
}

h1 {
    margin: 0;
    top: 25px;
}

p,
nav,
.caption {
    font-size: 1vw;
}


h3 {
    hyphens: none;
    line-height: 130%;
}

p,
.caption {
    padding: 0 10px;
    line-height: 130%;
}

/* p:empty{
    padding: 5px;
} */

/* NAV/LOGO */
nav {
    position: fixed;
    right: 20px;
    top: -15px;

}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

li a {
    display: block;
    text-align: center;
    padding: 17px;
    text-decoration: none;
    transition: color 1.5s;
}

p a {
    transition: color 1.5s;
}

li img {
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}

li a:hover,
p a:hover,
.logo a:hover,
.sublogo a:hover,
.artist a:hover {
    color: violet;
}

a:visited {
    color: inherit;
}

.sublogo a {
    transition: all 1s;
    -webkit-text-stroke: 1px black;
    color: #ffffff;
}

.sublogo a:hover {
    -webkit-text-stroke: 1px white;
}



.one {
    padding-left: 100px;
    width: 40vw;
}

.two,
.three {
    padding-top: 10px;
    width: 22vw;
}

@media screen and (max-width: 500px) {
    .one {
        padding-left: 20px;
        width: 50vw;
    }

    .chris {
        padding-bottom: 25px;
    }

    .two {
        width: 35vw;
    }


}

:root {
    --highlight: #ffffff;

}

.index {
    min-height: 100vh;
    animation: mymove 5s infinite;
    background-repeat: none;
    background-size: cover;
    background-position: center center;
    padding: 0;
}

@keyframes mymove {
    from {
        background-color: #bdd0c4;
    }

    to {
        background-color: #9ab7d3;
    }

    to {
        background-color: #f5d2d3;
    }

    to {
        background-color: #f7e1d3;
    }

    to {
        background-color: #dfccf1;
    }
}

.footerhome a {
    color: white;

}

.footerhome {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;



}

footer {
    color: black;
}



/* -------------------------- */
/* HEADER*/
.logo {
    z-index: 2;
    left: 1.5vh;
    padding: 1%;
}


.logo a,
.sublogo a,
.artist a {
    transition: color 1.5s;
    ;
}

.sublogo {
    transition: margin-left 1.5s, opacity 0.5s;
    display: inline-block;
    opacity: 0;
}

.logo:hover .sublogo {
    margin-left: 0;
    opacity: 1;
}


.left {
    margin-right: 5px;
}

.right {
    margin-left: 5px;

}

.moved {
    margin-left: 0;
    opacity: 1;
}

.logo-gradient {
    width: 20px;
    position: fixed;
    top: 0;
    left: 300;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.header {
    position: fixed;
    top: 0;
    width: 100vw;
    background-color: white;
    color: black;
    z-index: 3;
    display: flex;
    justify-content: space-between;
}

a.temporary {
    pointer-events: none;
    -webkit-text-stroke: 1px black;
    color: #ffffff;
}

/* -------------------------- */
/* ADDED GENERALS  */
.instagrams {
    padding-left: 10px;
}

.division {
    background-color: black;
    position: fixed;
    display: none;
}

.horizontal {
    width: 100vw;
    height: 1px;
    margin-bottom: 20px;
    left: 0;
}

.vertical {
    width: 1px;
    height: 100vh;
}

.vertical.first {
    left: 28vw;
}

.vertical.second {
    left: 50vw;
}

.vertical.third {
    left: 72vw;
}

.button {
    padding: 5px;
    border: 1px solid black;
    transition: color 1.5s;
    transition: background-color 1.5s;
    display: inline;
}

.button:hover {
    color: white;
    background-color: black;
}


/* -------------------------- */
/* GALLERIES */
.top-gradient {
    position: fixed;
    width: 100vw;
    height: 20px;
    z-index: 3;
    background-image: linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    width: 100vw;
    padding: 0;
    background-color: black;
    margin-bottom: 0;
}

.visual {
    height: auto;
}

.visual img {
    width: 100%;
}

.caption {
    text-align: left;
    /* font-size: 1.2vw; */
    width: 16%;
    color: white;
    background-color: black;
    padding: 8px;
    position: absolute;
    margin-top: 2%;
    display: inline-block;
    margin-left: 1%;
}

.not-shown {
    display: none;
}

/* -------------------------- */
/* LAYOUT */
.media-layout {
    display: grid;
    /* grid-template-rows: 3fr 1fr; */
    grid-template-rows: 75vh 25vh;
    transition: all 1s;
    height: 100vh;
    background-color: black;
}

.media-layout.expand-image {
    grid-template-rows: 90vh 10vh;
}

.media-layout.expand-text {
    grid-template-rows: 15vh 85vh;
}

.about-layout {
    height: 100vh;
    display: grid;
    gap: 20px;
}

/* -------------------------- */
/* JPG and MP4 GALLERY */
.media-gallery {
    overflow-y: scroll;
    z-index: 2;
    text-align: center;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.media-gallery::-webkit-scrollbar {
    display: none;
}

.media-gallery img {
    width: 84%;
}



.media-gallery li {
    width: 100vw;
}

.media-info {
    overflow: hidden;
    background-color: white;
    display: grid;
    grid-template-rows: 20px auto;
    border-top: 1px solid black;

}

/* -------------------------- */



.column {
    scrollbar-width: none;
    border-bottom: black 1px solid;
    width: 100%;
    float: left;
}

.column::-webkit-scrollbar {
    display: none;
}

.one {
    padding-left: 50px;
    padding-right: 15px;
}

.one p {
    padding: 0 50px;
}

.gradient {
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    position: sticky;
    top: 0;
}

/* big screen on dsktop */
@media screen and (min-width: 1400px) {
    .gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* if the window is trasformed in height */
@media screen and (max-height: 400px) {
    .logo {
        top: 0;
    }
}

/* small screen on dsktop */
@media screen and (max-width: 800px) {
    .gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}



/* mobiles */
@media screen and (max-width: 500px) {

    .home-titles {
        margin-left: 5%;
        letter-spacing: -5px;
        padding-top: 5%;
    }


    .content {
        width: 45vw;
        height: 50vw;
        margin: 0 10px;
    }

    .footerhome {
        font-size: 50%;
    }

    .footer {
        font-size: 50%;
    }

    .sublogo {
        display: none;
    }


    h1 {
        font-size: 7.2vw;
    }

    h3,
    .one p {
        font-size: 3.4vw;
    }

    p {
        font-size: 2.5vw;
    }

    .logo {
        top: 7vh;
    }

    .right {
        margin-left: 0;
    }

    nav {
        top: -10px;
        font-size: 3.2vw;
    }

    .column {
        border-bottom: 1px solid black;
    }


    .media-layout {
        grid-template-rows: 50vh 50vh;
    }

    .media-info {
        grid-template-columns: 1fr;

    }

    .gallery {
        grid-template-columns: repeat(1, 1fr);
        width: auto;
    }

    .caption {
        font-size: 3.2vw;
        width: 25%;
    }

    .caption.not-shown {
        display: inline-block;
    }

    .instagrams {
        padding-left: 3%;
    }

    .header {
        margin-bottom: 0;
    }

    body {
        padding-top: 40px;
    }





}

.headerhome {
    color: white;
    height: 20%;
}

.logohome {
    background-color: transparent;
    padding: 1%;
}

.logohome a {
    color: white;
}

.logohome span a {
    transition: color 1s;
}

.sublogohome {
    display: none;
}

.navhome,
.top-gradient,
.logohome-gradient {
    display: none;
}

.mainhome {
    height: 60%;
    padding-top: 15%;
}

.divisionhome {
    background-color: white;
    display: block;
}


.home-titles.visible {
    filter: opacity(1)
}

.home-titles a {
    color: white;
}

.logohome a:hover,
.home-titles a:hover {
    transition: 1.5s;
    color: grey;
}

.content {
    overflow: scroll;
    width: 26vw;
    height: 30vw;
    margin: 0 20px;
    position: absolute;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.content::-webkit-scrollbar {
    display: none;
}


.soon.temporary {
    opacity: 1;
}

.home-titles span:hover {
    cursor: pointer;
}


.ytb1 {
    aspect-ratio: 16 / 9;
    width: 100%;

}

.menu-on header nav {
    right: 0;
}

#burger {
    border: 0 none;
    background-color: #fff;
    width: 50px;
    height: 40px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

#burger span {
    display: block;
    overflow: hidden;
    text-indent: -100px;
    background-color: #333;
    height: 5px;
    margin: 5px 0;
    position: relative;
    top: 0;

    transition: .7s;
}

.menu-on #burger .meat {
    transform: rotate(135deg);
    top: 0;
}

.menu-on #burger .bread1 {
    transform: rotate(45deg);
    top: 10px;
}

.menu-on #burger .bread2 {
    transform: rotate(-45deg);
    top: -10px;
}

.menu-on {
    background-color: black;
}

header nav {
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    background-color: white;
    transition: right .7s ease-in-out;
}

header nav ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 15px;

}

header nav a {

    line-height: 100px;

}

@media (min-width: 768px) {
    #burger {
        display: none;
    }

    header nav {
        display: block;
        position: static;
        width: auto;
        padding: 0;
        min-height: 0;
        background-color: transparent;
        padding-left: 35%;
    }

    header nav ul {
        flex-direction: row;
    }

    header nav a {
        margin-left: 2em;
    }

    header nav a {
        border: none;


    }
}