
/*----------------------------------------------------------------------*/
/*                                                                      */
/*    PUBLIC JOURNAL STYLESHEET                                         */
/*    CREATED 9.24.17                                                  */
/*                                                                      */
/*    CONTAINS CONTRIBUTION-SPECIFIC STYLES  (IF ANY)                   */
/*                                                                      */
/*    BRIAN LONSWAY                                                     */
/*    CO-DESIGN EDITOR, PUBLIC                                          */
/*                                                                      */
/*----------------------------------------------------------------------*/

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, .75);
}
.hidden {
    display: none !important;
}
.shelf {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
.container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color:black;
}
.scroll {
    overflow: auto;
}
.fill-content {
    height: 100vh;
    width: 100%;
}
.container.fill-content img {
    align-self: center;
    max-width: 100%;
}
.container .passage-text-content {
    align-self: stretch;
}
.passage-button {
    background-color: transparent;
    color: white;
    border: 0;
    font-size: 3rem;
    cursor: pointer;
}

#passage-close-button {
    position:absolute;
    top:5px;
    left:5px;
}
#shelf {
    justify-content: flex-start;
    height: 100%;
}
#shelf > .panel {
    flex: 0 1;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
#shelf > .passage-content {
    flex: 0 1 450px;
    background-color: white;
}
#shelf > .background {
    flex: 1 1 auto;
}
#shelf > #panel-right,
#shelf > #background-right {
    order: 1;
}
#passage-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 1rem;
    padding: 0;
}

/* Issue related */
.passage-content-page {
    text-align: center;
}
.passage-text-content {
    line-height: 157%;
    text-align: left;
    padding: 0 1rem;
    background-color:white;
}
.passage-content-page img {
    max-height: 100vh;
    max-width: 450px;
}


button.icon-volume-mute.comp.unMuteOverlayButton.pull-left {
    display:none!important;
}

blockquote {
    padding-left: 12px;
    padding-right: 0px;
    text-align: justify;
}
body {
    line-height: 0 !important;
}

@media screen and (max-height: 675px) {

    #thunberg-video-link {
        width:65%;
        height:auto;
    }

}

@media screen and (max-width: 720px) {
    .fill-content {
        height: calc(100vh - 4rem) !important;
    }
    .container.fill-content img {
        max-height: calc(100vh - 4rem) !important;
    }
    #shelf {
        flex-flow: row wrap;
    }
    #shelf > #panel-right,
    #shelf > #background-right {
        order: 0;
    }
    #shelf > .panel {
        flex: 0 1 50%;
        height: 4rem;
    }
    #shelf > .passage-content {
        flex: 1 0 100%;
    }
    #shelf > .background {
        flex-grow: 0 !important;
    }

    #thunberg-video-link {
        width:65%;
        height:auto;
    }
}
