body {
    font-family:  CenturyGothic, AppleGothic, sans-serif, serif;
}

.hidden {
    visibility: hidden; 
}

.navItem:hover {
    width: 1.5em;
    cursor: pointer;
}

#container {
    margin: auto;
    width: 90%;
    padding: 10px;
}
#banner {
    display: inline-block;
    margin: 4px;
    width: 100%; 
}
#pageTitle {
    color: purple;
    font-weight: bolder;
    font-size: 1.75em;
    width: 270px;
    float: left;
}

#nav {
    width:350px;
    text-align:right;
    float: right;
    font-size: 1.5em;
    letter-spacing: 2px;
}
#calendarPage {
    display: inline-block;
    width:100%;
}
#calKey { 
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding:2px;
}
#calElement {
    margin-top:10px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}
#weather {
    /* display: inline-block; */
    height:100px;
    width:80%;
    margin-left: auto;
    margin-right: auto;
}

#dsp {
    clear: both;
    width:auto;
    max-height: 96%;
    background-color: white;
    padding: 4px;
}

#infoDiv {
    width:80%;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 50px;   
}
#infoHdr {
    color: purple;
    font-size: 2em;
    text-align: center;
}

.textSpacer {
    text-align:center;
    color: purple;
    font-weight: bold;
}

#journalTitle {
    text-align:center;
}
#journalContainer {
    width:90%;
    margin-top:20px;
    margin-left: auto;
    margin-right: auto; 
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;  
}
.jButton {
    width: 4em;
    text-align: center;
}
#journalContents {
    width: 18%;
    height: 500px;
    overflow-y: scroll;
    border: 1px solid purple;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

#jToChdr {
    text-align: center;
    font-weight: bold;
    font-size: 1.25em;
    margin: 0;
    padding: 15px;
}
.jToCtd {
    text-align: left;
}

#journalLatest {
    width: 82%;
    height: 500px;
    border: 1px solid purple;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    overflow-y: hidden;
}

#jEntryPage {
    width: 80%;
    margin-left: auto;
    margin-right: auto; 
    padding: 20px;
    display: flex;
    flex-direction: column;
    border: 2px solid purple;
}

#dialog-event {
    display:none;
}