.topBox {
    width: 100%;
    background-size: cover;
    height: 100vh;
    vertical-align: bottom;
}

.topRow {
    background-color: black;
    width: 100%;
}

.siteTitle {
    font-family: 'Major Mono Display', monospace;
    color: white;
    text-align: left;
    position: absolute;
    bottom: 0;
    font-size: 100px;
}

.contentsTable {
    text-align: right;
    color: white;
    font-size: 22px;
    font-family: 'Major Mono Display', monospace;
}

.siteIndex {
    list-style: none;
    font-size: 130%;
    margin: 20px;
}

.siteIndexItem {
    color: white;
    text-decoration: none;
}

.siteIndexItem:hover {
    font-weight: bolder;
    color: white;
    text-decoration: none;
}

.logo {
    max-width: 25%;
    margin: 20px 30px;
}



.prompt {
    display: inline;
}

#promptHelp {
    color: #a3a3a3;
    display: inline;
    font-family: 'Major Mono Display', monospace;
    word-wrap: normal;
}

.sectionHeader {
    font-family: 'Major Mono Display', monospace;
    color: black;
    text-align: left;
    font-size: 75px;
    margin: 0px 20px;
}

.logobox {
    text-align: right;
    align-content: center;
    margin-right: 20px;
    font-size: 130%;
}

.section {
    margin-top: 80px;
}

.about-header {
    font-family: 'Open Sans Light', sans-serif;
    margin: 15px;
    text-align: right;
    font-size: 2em;
}

.text-content {
    font-family: 'Open Sans', sans-serif;
}

.container-black {
    background-color:black;
}

.portfolio-header {
    font-family: 'Major Mono Display', monospace;
    color: white;
    font-size: 75px;
    padding: 80px 0px;
    text-align: center;
}

.box {
    border: 6px solid white;
    height: 240px;
    width: 240px;
    margin: 20px auto;
}

.portfolio-thumb {
    width: 100%;
}

.portfolio-thumb:hover {
    width: 100%;
    filter: brightness(0.8) saturate(0);
}

.thumb-caption {
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-size: 16px;
    color: white;
}

.img-container {
    align-content: center;
    padding: 5px;
}

.poster {
    width: 80%;
    margin: 40px;
}

.posterHeader { 
    color: white;
    font-family: 'Major Mono Display', monospace;
    margin: 20px;
    text-align: center;
}

.poster-caption {
    color: white;
    font-family: 'Major Mono Display', monospace;
    font-size: 16px;
    text-align: center;
}

.light-white {
    font-family: "Open Sans", sans-serif;
    color: lightgray;
    font-weight: lighter;
    text-align: center;
}

.section-clear {
    padding-bottom: 50px;
}

.social-thumb {
    display: block;
    width: 60px;
    margin: 60px auto 20px;
    filter: opacity(30%);
}

.social-thumb:hover {
    filter: opacity(100%);
}

.social-thumb:hover + .social-caption {
    color: steelblue;
}

.social-caption {
    font-size: 12px;
    color: gray;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    display: block;
}

.contact-section {
    align-content: center;
}

.section-final {
    margin-bottom: 200px;
}

.social-caption a {
    color: steelblue;
    text-decoration: none;
}

.social-caption a:hover {
    color: white;
    background-color: steelblue;
    text-decoration: none;
}

.header-white {
    color: white;
}

.no-saturation {
    filter: saturate(0);
}

.post-link {
    color: #3dd200;
    text-decoration: none;
}

.post-link:hover {
    color: white;
    background: #3dd200;
    text-decoration: none;
}