body {
    font-family: Georgia, serif;
    font-variant: small-caps;
}

.left-bar {
    position: fixed;
    background-color: white;
}

.content {
    position: fixed;
    left: 34vw;
    top: 12vh;
}

.content-box {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 5vh;
    padding: 2vh 8vw;
    width: 45vw;
    height: 70vh;
    border-radius: 1vw;
    background-color: #f1eefa;
    box-shadow: rgba(171, 165, 116, 0.8) 3vw 2vh 5vw 0, rgba(255, 255, 255, 0.5) -2vw -2vh 4vw 0;
}

.content-box_image {
    display: flex;
    justify-content: center;
}
.content-box_text {
    font-family: "Georgia", serif;
    font-size: large;
    font-variant: none;
}

.owner {
    display: none;
}

.side-nav {
    margin-top: 1vh;
}

.side-nav_links {
    color:white;
    list-style-type: '-> ';
}

.side-nav_link {
    color:white;
}

.side-nav-title {
    margin-left: 5%;
    width:10vw;
    text-shadow: black 2px 2px 5px;
}

#title-text {
    z-index: 1000;
    position: fixed;
    color: indigo;
    width: 60%;
    height: 15%;
    left: 33vw;
    right: 10vw;
    top: .5vh;
    font-size: 3rem;
    font-family: Georgia, serif;
    font-variant: small-caps;
    text-shadow: rgba(171, 165, 116, 0.8) 1vw 1.2vh 8px;
}

#back-texture {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("DD-Grunge-Background-40284-Preview.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#left {
    background-color: indigo;
    position: fixed;
    top: 0;
    left: 3vw;
    bottom: 0;
    right: 71vw;
}

#middle-white {
    background-color: white;
    position: fixed;
    top: 0;
    left: 4vw;
    bottom: 0;
    right: 72vw;
}

#middle-purple {
    background-color: indigo;
    color: white;
    position: fixed;
    top: 0;
    left: 7.5vw;
    bottom: 0;
    right: 75.5vw;
    height: 100%;
}

#middle-purple_content {
    margin-top: 3vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: flex-start;
    margin-left: 1vw;
    width: 90%;
    height: 90%;
    overflow-x: hidden;
    overflow-y: auto;
}

#judy {
    display: none;
}

#denise {
    display: none;
}

#contact {
    display: none;
}

#contact-email {
    margin-top: 2em;
    right: 0;
    width: 70%;
}

#request {
    width: 100%;
    height: 10em;
}

#attribution {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: small;
    color: #da905e;
}

@media (max-height: 200px) {
    #main {
        margin: 0 auto;
    }
}