
#introduction {

    //width: 80%;
    margin-left:auto;
    margin-right: auto;
    background-color:#e87f34;
    padding: 10px;
    border-width:3px;
    border-color:black;
    border-style:solid;

}

.contribution-button {
    width:30px;
    height:30px;
    background-color: transparent;
    border:0px;
    padding:0px;
    cursor:pointer;
}


#contribution-close-button {
    position:fixed; 
    left:15px; 
    top:50px;
}


#gallery-printIcon {
    position:fixed; 
    left:15px; 
    top:90px;
}

a:visited {color:#222;}

.coverImageCitation {
    width:90%;
}


.no-space {
    margin: 2px;
    padding: 0px;
}

.comic {
	font-family: "BadaBoom Pro BB W05 Regular", "Times New Roman", serif;
}

.marker {
	font-family:'Felt Tip Roman W04 Bold', Verdana, sans-serif;
}



.gallery-wrapper {
    max-width: 500px;
}

.gallery-body {
    position:relative;
}

.gallery-bg {
    position:absolute;
    z-index: -1;
}



.gallery-bigtext {
	font-size:4em;
	line-height: .125em;
	opacity: .4;
	font-color: rgba(0,0,0,.2);
}


blockquote {
	padding-left: 0px;
	padding-right: 0px;
	text-align: justify;
}

body {
	background-color: transparent;
}



/*
	Styles for passage overlay display
*/

.passage-body {
    margin-top:0px;
    background-color:rgba(0,0,0,.75);
}

#passage-overlay-inner {
    display:flex;
    justify-content: center;
    flex-direction:row;
    min-width: 650px;
}


.passage-positionable {
    position:absolute;
    min-width: 650px;
}

#passage-lp {
    left: 0px;
}

#passage-tm {
    left: 20vw;
}

#passage-rk {
    left: 40vw;
}

#passage-xr {
    right: 10vw;
}

#passage-gt {
    right: 0px;
}


#passage-main-content {
    position:relative;
    height:100%;
    background-color: tranparent;
    float: left;
}

#passage-left-side, #passage-right-side {
    float:left;
    margin:auto;
    padding:10px;
    color:white;
    font-size:3em;
    font-weight: 800;
}

#passage-left-side {
    text-align: right;
}

.passage-content-page {
    display: none;
    height: 100%;
    text-align: center;
    background-color:transparent;
}

.passage-content-page img {
    max-height: 100vh;
    max-width: 450px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#passage-image-container {
    margin:auto;
    height:100vh;
    width: 450px;
}

.passage-text-content {
    display:block;
    padding: 0px 10px 0px 10px; 
    overflow-y: scroll;
    background-color: white;
    text-align: left;
}

.passage-button {
    position: relative;
    top:40vh;
    cursor: default;
    background-color: transparent;
    color: white;
    border: 0px;
    font-size: 1em;
}

#passage-back-button {
    top:0px;
    left:-30px;
    font-size: .6em;
}

#passage-next-button {
    left:20px;
}

@media only screen and (max-width: 720px) {

    #passage-lp, #passage-tm, #passage-rk, #passage-xr, #passage-gt {
        left:0px;
    }

}

@media only print {

    .abstract, h1, h2, p, a:link, a:visited {
        color:black;
    }

    .gallery-body, .gallery-wrapper {
        background-color: white;
    }

    .gallery-wrapper {
        border-width:0px;
        max-width:none;
        width:100%;
        margin:auto;
        top:auto;
    }

}

