body, html {
    padding:20px 15px 0px 15px;
    margin:0px;
    font-family: 'Karla', 'Helvetica Neue', Times, serif;
    background: white;
    line-height: 1.7em;
    display:flex;
}

.title {
    font-family: 'Karla', 'Helvetica Neue';
    display: block;
    padding-top:10px;
    font-size:40px;
    font-weight: 300;
    line-height: 40pt;
}

.menu-button {
    display: block;
    float: left;
    margin-right:15px;
    margin-left: 5px;
}

.title-mobile {
    display: none;
    padding-top:10px;
    font-size:20px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 20pt;
}

.copyright {
    font-size:11pt;
    color: #aaa;
    margin-top: 40px;
}

#sidebar {
    flex:250px;
    min-width: 250px;
    margin-right: 20px;
    padding-left:20px;
    font-size:9pt;
}

#options {
    margin-top: 25px;
}

.option {
    font-size: 13px;
    text-transform: uppercase;
    color:#444;
    display: block;
    cursor: pointer;
}

.menu-separator {
    height:20px;
    display: block;
}

.option.selected {
    font-weight: bold;
    color:black;
}

.top-20 {
    margin-top: 200px;
}

.photo-title {
    padding-bottom: 62px;
    color: #141414;
    padding-left:5px;
    display: inline-block;
    margin-top:4px;
    font-size: 14px;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}
#not-found {
    left: 0px;
    padding:0px;
    position:absolute;
    font-size: 20px;
    text-align: center;
    padding-top:25px;
    width:100%
}
#not-found a {
    text-decoration: underline;
    margin-top: 20px !important;
    display: block;
}

.photo-gallery {
    max-width: 1100px;
    padding-right:40px;
}

.photo-gallery span {
    user-select: none;
    cursor: pointer;
}


.photo-gallery .img-container {
    max-width: 100%;
}


.photo-gallery img {
    margin-bottom:40px;
    animation-name: fadeIn;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 733px;
    display: block;
    margin: 0 auto; 
    display: block;
    background-color: #efefef;
    cursor: pointer;
    pointer-events: none;
}

.photo-gallery .title {
    font-family: 'Karla', 'Helvetica Neue', Times, serif;
    margin:10px auto 40px auto;
    max-width:800px;
    font-size:36px;
    line-height: 40px;
    font-weight: 300;
    text-transform: capitalize;
    line-height:46px;
    text-align: center;
}

.photo-gallery .description {
    text-align: justify;
    font-size: 18px;
    margin-top: 40px;
    font-weight: 300;
}

.button {
    border: 3px solid #000;
    padding: 10px 50px 10px 50px;
    text-transform: uppercase;
    color:black;
    font-size: 14pt;
    display: block;
    text-align: center;
    width: fit-content;
    cursor: pointer !important;
    background-color: white;
    box-sizing: border-box;
}

.monograph {
    max-width: 1600px;
    padding-top:30px;
}

.w-300 {
    max-width: 550px;
}

.pr-20 {
    padding-right: 20px;
    box-sizing: border-box;
}

.pr-20m {
    padding-right: 20px;
    box-sizing: border-box;
}

.monograph .title {
    font-size: 26pt;
    line-height: normal;
    font-weight: bold;
    margin-bottom:30px;
    text-transform: none;
}

.monograph .price {
    font-size: 18pt;
    font-weight: bold;
    margin-bottom:14px;
    text-transform: uppercase;
}

.monograph .cover {
    width:100%;
    max-width: 800px;
    min-width: 400px;
    margin: auto;
    pointer-events: none;
    user-select: none;
    margin-top: 20px;
    margin-bottom: 50px;
}

.w-full {
    width: 100% !important;
}

.pr-100 {
    padding-right: 100px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pl-20 {
    padding-left: 20px;
    box-sizing: border-box;
}

.monograph .page {
    width:100%;
    max-width: 600px;
    min-width: 300px;
    margin:auto;
    margin-top: 0px;
    margin-bottom: 0px;
    pointer-events: none;
    user-select: none;

}

.monograph .description {
    margin-top:20px;
    margin-bottom:50px;
    text-align: justify;
    margin-left:0px;
    margin-right: 0px;
}

.button:hover {
    color:white;
    background-color: #000;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .column {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
  }


#content {
    display: flex;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

@media screen and (max-width:1100px) {
    .photo-gallery {
        margin-top:20px;
        padding-right:0px;
    }

    .photo-gallery img {
        animation:none;
        margin-bottom:15px;
        display:block !important;
        pointer-events: none;
        max-height:max-content;
    }

    .row { 
        flex-direction: row;
        display:block
    }

    .pr-20 {
        padding-right: 0px;
    }

    .monograph .cover {
        min-width: 0;
        width: 100% !important;
    }

    #content {
        display: contents;
    }

    #options{
        box-sizing: border-box;
        display: none;
        position:fixed;
        width: 100vw;
        height: 100vh;
        z-index: 100;
        background-color: white;
        top:50px;
        margin: 0;
        padding:18px;
        padding-top:50px;
        left: 0px;
    }

    #options .option {
    }

    body, html {
        display:contents;
    }

    .title-mobile {
        display: block;
    }

    #sidebar  {
        padding-left:0px;
    }

    #sidebar .title {
        display: none;
    }

    .menu-button {
        display: block;
        width:24px;
    }

    .copyright {
        position: fixed;
        bottom: 10px;
    }

}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(5px);
   }
    to {
        opacity: 1 
   }
}
@keyframes fadeInZoom {
    from {
        opacity: 0;
        transform: scale(0.97);
   }
    to {
        opacity: 1 
   }
}
@keyframes fadeIn {
    from {
        opacity: 0;
   }
    to {
        opacity: 1 
   }
}



.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}