body {
    font-family: 'Cinzel';
    margin: 0;
    color: #212529;
    background-color: #484853 !important;
}

.directory-panel {
    background-color: #c1c6d1;
    -webkit-box-shadow: 5px 3px 6px 0px #434450;
    -moz-box-shadow: 5px 3px 6px 0px #434450;
    box-shadow: 5px 3px 6px 0px #434450;
}
.title-large {
    font-size: 2.5em;
    font-weight: 200;
    font-weight: bold;

}

.title-mid {
    font-size: 1.6em;
}
.title-sm {
    margin-bottom: 0.25vh;
    font-size: 1.2em;
    font-weight: bold;
}

.subtitle {
    font-size: 1.1em;
}
.subtitle-2 {
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
}