body {
    background-color: white !important; 
}
#jap-gallery-header {
    position: relative;
    max-width: 88%;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
}
#jap-gallery-title {
    max-width: 88%;
    margin: auto;
    padding-top: 0;
    text-align: center;
}
#jap-logo-small-med {
    position: absolute; 
    top: 20px;
    left: 20px;
}
.jap-page-title {
    font-family: "Lato", sans-serif;
    color: grey;
}
.jap-page-title-small {
    font-size: 12px;
    margin-top: 20px;
}
.jap-page-title-med-large {
    font-size: 17px;
}
#jap-close-button {
    position: absolute; 
    top: 20px;
    right: 25px;
    font-size: 25px;
    color: grey;
}
#thumbnailContainer {
    padding-top: 0;
}

@media (max-width:600px) {
    .jap-hide-small {
        display: none !important
    }
}
@media (max-width:992px) and (min-width:601px) {
    .jap-hide-medium {
        display: none !important
    }
}
@media (min-width:993px) {
    .jap-hide-large {
        display: none !important
    }
}
