
html, body {
    min-height: 100%;
    margin: 0;
    background-image: url('/images/theodyssey.png');
    background-position: center center;
    background-attachment: fixed;
    background-color: black;
}

@font-face {
    font-family: Venice;
    src: url('/fonts/VeniceClassic.ttf');
}

@font-face {
    font-family: Cthulhumbus;
    src: url('/fonts/JMH Cthulhumbus Arcade.otf');
}

#container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background-color: black;
}

#headerArea {
    /* border-style: solid;
    border-width: 5px;
    border-color: #7e07ad; */
}

#header {
    position: relative;
    width: 99.25%;
    background-color: #918e04;
    height: 150px;
    background-image: url('/images/mapheaderbg.jpg');
    background-size: 100%;
    border-style: solid;
    border-width: 0.5%;
    border-color: #9c9e03;
    text-align: center;
}

#header > h1 {
    position: relative;
    color: gold;
    text-shadow: rgb(252, 255, 90);
    font-family: 'Venice', 'fantasy';
    font-size: 400%;
    text-shadow: 2px 2px 8px rgb(68, 2, 173);
    /* left: 350px; */
    /* top: 30px; */
}

#navbar {
    height: 40px;
    background-image: linear-gradient(to bottom, rgb(189, 202, 0), rgb(197, 118, 0));
    width: 100%;
}

#navbar ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    justify-content: space-evenly;
}

#navbar li {
    padding-top: 10px;
}

#navbar li a {
    color: rgb(41, 0, 117);
    font-weight: 800;
    text-decoration: none;
}

#navbar li a:hover {
    color: gold;
    font-weight: 800;
    text-decoration: underline;
}

#content {
    width: 99.25%;
    border-style: solid;
    border-width: 0.5%;
    border-color: gold;
    font-family: 'Cthulhumbus', 'fantasy';
}

main {
    color: gold;
    text-align: center;
}

#footer {
    width: 99.25%;
    border-style: solid;
    border-width: 0.5%;
    border-color: #9c9e03;
    text-align: center;
    color: gold;
    font-family: 'Cthulhumbus', 'fantasy';
}

.glow-border {
    border: 2px solid gold;
    box-shadow: 0 0 10px #cbda01, 0 0 40px #e9ff1e;
    border-radius: 6px;
}

.gallery {
    margin: 25px auto;
    max-width: 95%;
}

.img {
    max-width: 75%;
}

.video-container {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.video-container video {
    display: block;
    width: 100%;
    height: auto;
}
.pdfviewer {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: 80%;
}

.about-content {
    width: 85%;
    margin: auto;
}

.textblock {
    font-family: 'Cthulhumbus', 'fantasy';
    color: rgb(175, 164, 0);
}