﻿
body {
    font-size: 2.7vh;
}

.picture {
    outline: 0.40vw solid transparent;
    border: 0.20vw solid transparent;
}

#divHome {
    height: 60vh;
}

#divMission {
    width: 40vw;
}

#imgMission {
    max-width: 35vw;
}

#divStageA {
    width: 45vw;
    padding-bottom: 0vh;
}

#imgStageA {
    max-width: 40vw;
}

#divStageB {
    width: 40vw;
    margin-top: 0.5vh;
    display: none;
}

#imgStageB {
    max-width: 35vw;
}

#divStageC {
    width: 40vw;
    margin-top: 0.5vh;
    display: none;
}

#imgStageC {
    max-width: 35vw;
}

#divStageD {
    width: 40vw;
    margin-top: 0.5vh;
}

#imgStageD {
    max-width: 35vw;
}

#pStageX {
    margin: 0;
    margin-bottom: 20vh;
}

#divMonograph {
    height: 50vh;
}

#sHeader {
    width: 100%;
    height: 6vh;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    padding: 2.0vh 3vw 0 3vw;
    text-align: center;
    background-color: lightgray;
}

#sHeaderName {
    text-align: center;
}

#sHeaderNameFull {
    font-size: 4vh;
    color: rgb(233,6,139);
}

#sHeaderNameFirst {
    display: inline;
}

#sPageName {
    font-size: 4vh;
    color: rgb(233,6,139);
}

#sMenu {
    width: 100%;
    height: 8.5vh;
    position: fixed;
    z-index: 90;
    bottom: 0;
    right: 0;
    background-color: palegreen;
    list-style-type: none;
}

    #sMenu li {
        float: left;
        width: 22vw;
        margin: 1.25vh 0 0 2.2vw;
        outline: none;
        border: 1px solid white;
        border-radius: 3px;
        padding: 0.75vh 0;
        font-size: 2.75vh;
        font-weight: bold;
        text-align: center;
    }

.menuItem {
    background-color: lightblue;
    color: #999999;
}

.menuCurrent {
    background-color: lightgreen;
    color: white;
    cursor: default;
}

.menuBlank {
    color: lightblue;
    cursor: default;
}

#sBody {
    margin-top: 14vh;
    text-align: center;
}

#sContent {
    width: 94vw;
    height: auto;
    margin: auto;
}

#sFooter {
    width: 100%;
    height: 3.5vh;
    position: fixed;
    z-index: 100;
    bottom: 0;
    right: 0;
    font-size: 1.5vh;
    text-align: left;
    background-color: lightgray;
    padding-top: 1.0vh;
}

#sVCR {
    width: inherit;
    height: 5vh;
    margin: auto;
    position: fixed;
    bottom: 13vh;
    z-index: 100;
    font-size: 3.5vh;
}

#iVCR {
    padding-top: 1.0vh;
}

#imagesPictures {
    height: 35vh;
    margin: auto;
}

.imagesPicture {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

#imagesText {
    height: auto;
}

.imagesTextTitle {
    font-size: 115%;
}

.imagesTextDescription {
    margin-top: 0.75vh;
    font-size: 90%;
}

.imagesBoxDisplay {
    width: 95%;
}

.imagesTextDisplay {
    font-size: 90%;
}

.imagesTextMore {
    font-size: 75%;
}

.imagesTextGroup {
    margin-top: 0.75vh;
    font-size: 90%;
}

.modalBooks-content {
    width: 80%;
    margin: -2vh auto 0 auto;
    padding: 2vh 5vw;
}

.essayButton {
    font-size: 2.3vh;
}

.essayPNG {
    display: none;
}

.essayPDF {
    display: none;
}

#criticsEssay {
    top: 2%;
    left: 2%;
    width: 90%;
    height: 90%;
    padding-top: 2vh;
}

#essayPages {
    margin-top: 2vh;
}

#essayFlip {
    margin-top: 4vh;
}

.ytWrapper {
    width: 92vw;
    height: 51.75vw;
    margin: auto;
}
