

@import url(article.css);
@import url(sidepanel.css);
@import url(biosite.css);
/* @import url(mobile.css); */
@font-face {
    font-family: 'SourceRegular';
src: url('font/SourceSansPro-Regular.ttf');}
@font-face {
    font-family: 'SourceBold';
src: url('font/SourceSansPro-Bold.ttf');}
@font-face {
    font-family: 'SourceSemibold';
src: url('font/SourceSansPro-SemiBold.ttf');}
@font-face {
    font-family: 'SourceBlack';
src: url('font/SourceSansPro-Black.ttf');}


html{
    -webkit-text-size-adjust: 100%;
    box-sizing: inherit;
    font-family: 'SourceBlack';
    
    
    
}


body{
    margin: 0;
}
button{
    color: white;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
.broadcrump{
    position: relative;
    top: 30px;
    clear: both;
    display: block;
    margin: auto;
    width: fit-content;
    
}
.broadcrump a:link{
    font-family: 'SourceBlack';
    text-decoration: none;
    color: rgb(26, 102, 102);
}
.broadcrump a:active{
    font-family: 'SourceRegular';
    text-decoration: none;
    color: rgb(165, 190, 185);
}
.broadcrump a:visited{
    font-family: 'SourceRegular';
    text-decoration: none;
    color: rgb(165, 190, 185);
    
}
.broadcrump a:hover{
    text-decoration: none;
    color: gray;
    font-family: 'SourceRegular';

}
#main{
    margin: auto;
    max-width: 1400px;
    height: 100%;
    
    
}
.headergrid{
    
    position: relative;
    top: 2%;
    
    width: 80%;
    margin: auto;
    
    height: 150px;
}
@media screen and (max-width: 600px){
    .headergrid{
        width: 100%;
    }

}
.title{
    text-align: center;
    line-height:calc(.4*20vw);
    font-size: calc(.5*20vw);
    text-transform: uppercase;
    width: fit-content;
    clear: both;
    margin: auto;
}
.title > img{
    width: 50%;
}
@media screen and (max-width: 600px) {
    .title > img{
        width: 100%;
        
    }
}
.menu{
    display: none;
}

@media screen and (max-width: 600px) {
    .menu{
        clear: both;
        width: fit-content;
        margin: auto;
        display: block;
        
    }
}

@media screen and (max-width: 600px) {
    .broadcrump{
        display: none;
    }
}

.clear{
    clear: both;
}


#content{
    margin: auto;   
    position: relative;
    top: 100px;
    /* background-color: aqua; */
    width: 100%;
    height: 2000px;

}
#content > div{
    position: relative;
    left:-20px;
    float: left;
    width: 25%;
    background-color: rgb(255, 255, 255);
    height:fit-content;
}
#content > div > a > img {
    margin: 0 20px 20 20px;
    width: 100%;
    filter: grayscale(100%)  contrast(80%) ;
    
}
#artisttitle{
    font-family: 'SourceRegular';
    text-transform: uppercase;
    font-size: 100%;
    color: rgb(255, 255, 255);
    bottom: 30;
    left: 30;
    width: 100%;
    position: absolute;
    float: none;
    /* background-color: chartreuse; */
    z-index: 10;

}
@media screen and (max-width: 600px){
    #content > div{
        float: none;
        width: 100%;
    }
    
}