
body {
    background-image: url(images/darker.jpg);
    background-repeat: round;
    background-position: center;
    background-size: auto;
    padding: 0;
    margin: 0;
}

.content {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}
 
#container {
    max-width: 80%;
    min-height: 60vh;
    background-color: rgba(252, 252, 252, 0.96);
    border-radius: 10px;
    margin: 10vh auto 0 auto;
    box-shadow: -3px 3px rgba(200, 200, 200, 0.82);
}

#textbox {
    height: auto;
    margin: 5vmin auto;
    padding: 10vmin;
    
}

.linkbar {
    position: relative;
    width: 80%;
    height: 4em;
    margin-left: auto;
    margin-right: auto;
}

.links {
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -2em;
}

.links a {
    color: black;
    width: 16%;
    display: inline-block;
    text-align: center;
}

h2, h3, h4, a, p {
    font-family: 'Crimson Text', serif;
}

h1 {
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    font-family: 'Pacifico', cursive;
}

h2 {
    font-weight: 400;
    font-size: 2.5em;
    text-align: center;
}

p {
    font-weight: 400;
    font-size: 1.5em;
}

a {
    font-weight: 400;
    color: black;
    text-decoration: none;
}

.videoplayer {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

video {
    display: inline-block;
}

a:hover {
    color: #8b8b8b;
}
