@charset "UTF-8";
/* CSS Document */


body{
    font-family:  Helvetica, Arial, "sans-serif";
    margin-top: 20%;
	background-color: #fffffdba;
}

#headerArt{
    position: fixed;
    left:15vw;
    top:0px;
    width: 70vw;
    heigth: 4vh;
    text-align: center;
}

#headerArt p{
    text-align:left;
}

#headerArt h1{
    font-size: 80px;
    color: rgb(0,0,0, 0.1);
    margin: 0px;
    font-weight: 800;
    font-kerning: 100;
}

#header_text{
    position:fixed;
    top: 200px;
    width:33%;
    text-align: center;    
}


article{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    width: 80vw;
    margin: 10px 20px 40px 10vw;
    overflow-y: hidden;
    border-bottom: 1px solid #636363;
    z-index:-3;
}

@media(max-width:800px){
    article{
        display: flex;
        flex-direction: column-reverse;
        width: 65vw;
        margin-left: 30vw;
        overflow-y: hidden;
        border-bottom: 1px solid #636363;
        z-index:-3;
    }
}    

.ArtProjectDescription{    
    flex: 1;
    z-index:-3;
    position:relative;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: red;
}

.title{
    padding-top: 15px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.production{
    padding-left: 20px;
    width: 50%;
    font-size: 15px;
    line-height: 20px;
}
    
.artist{
    width:50%;
    padding-left: 20px;
    font-size: 15px;
    line-height: 10px;
    line-height: 20px;
}

.role{
    padding-left: 20px;
    font-size: 15px;
    line-height: 10px;
}

.description{
    width:80%;
    padding-left: 20px;
    font-size: 15px;
    line-height: 20px;    
} 

.PhotoFrame{
    flex:1.3;
    max-height: 80%;
    align-content: center;
    aspect-ratio: 16/9;
    overflow: hidden;
    margin-bottom: 2em;     
}

.article_foto{
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(1.1); 
    }
