#artistMobileMenu {
    float: left;
    height: 18px;
    display: block;
    margin-top: 8px;
    margin-right: 15px;
    display: none;
}

#artists {
    width: 100%;
}

#section {
    margin-bottom: 20px;
    font-size: 18px;
}

#section.bold {
    font-weight: bold;
}

#artists .artists {
    font-size: 18px;
    column-count: 3;
    line-height: 28px;
    margin-bottom: 50px;
}

#artists .artists.bold {
    font-weight: bold;
}

#artists .artists a {
    color: black;
    text-decoration: none;
}

#artists .artists a:hover {
    text-decoration: underline;
}

#artist {
    box-sizing: border-box;
    width: calc(100% - 380px);
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

#artistMenu {
    position: fixed;
    left: 80px;
    line-height: 30px;
    z-index: 100000;
}

#artistMenu a {
    font-size: 20px;
    color: #4a4845;
    text-decoration: none;
}

#artistMenu a:hover {
    text-decoration: underline;
}

#artistMenu .headline {
    text-transform: uppercase;
}

#artistMenu a.headline {
    text-decoration: underline
}

#biography {
    font-size: 18px;
}

#biography p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

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

#biography a:hover {
    text-decoration: underline;
}

@media (max-width:1024px) {
    
    #artistMenu {
        left: 40px;
    }
        
}

@media (max-width:1023px) {
    
    #artists .artists {
        column-count: 2;
    }
    
}

@media (max-width:767px) {
    
    #biography {
        padding-top: 101px;
        padding-bottom: 80px;
    }
    
    .artistExhibition {
        padding-top: 101px;
        padding-bottom: 80px;
    }
    
    #artistMobileMenu {
        display: block;
    }
    
    #artistMenu {
        background-color: white;
        left: 0px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 20px;
        padding-right: 10px;
        width: 100%;
    }
    
    #artistMenu #artistSubmenu {
        display: none;
        margin-top: 20px;
    }
    
    #artist {
        width: 100%;
        float: none;
    }
    
    #artistMenu a.headline {
        text-decoration: none;
        display: block;
        padding-top: 6px;
    }
    
}

@media (max-width:599px) {
    
    #artists .artists {
        column-count: 1;
    }
    
}