@font-face {
    font-family: "Fengardo Neue";
    src: url("assets/fengardo_neue.otf");
}

@font-face {
    font-family: "Gulax";
    src: url("assets/gulax.otf");
}

a {
    color: #ff8c3a;
}

b {
    font-weight: bold;
}

body {
    background: url("assets/bg.png") repeat;
    color: #d9ece2;
    font-family: "Fengardo Neue", sans-serif;
    font-size: 13.5pt;
}

code {
    font-family: monospace;
}

h1 {
    color: #ff8c3a;
    font-family: "Gulax";
    font-size: 27pt;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 15px;
    text-transform: uppercase;
}


h2 {
    font-family: "Gulax";
    font-size: 17pt;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 37px;
    text-transform: uppercase;
}

img {
    border: 1px solid #ff8c3a;
    margin-bottom: 1em;
    width: 100%;
}

p {
    hyphens: auto;
    line-height: 1.25em;
    margin-bottom: 1em;
}

.caption {
    text-align: center;
    font-style: italic;
    margin-bottom: 30px;
    margin-left: 5%;
    margin-right: 5%;
}

.cohost {
    background: #a42443;
    border: 1px solid #ff8c3a;
    border-radius: 3px;
    cursor: pointer;
}

.cohost:hover {
    background: #901a36;
}

.cohost>p {
    font-size: 17pt;
    text-align: center;
    margin: 0;
    padding: 5px 0;
}

.cohost-link {
    color: #ffdbb3;
    text-decoration: none;
}

.info {
    background: #111;
    margin-bottom: 2em;
    border: 1px solid #ff8c3a;
    padding-top: 11px;
}

.info>* {
    margin-left: 12px;
    margin-right: 12px;
}

#header {
    border-bottom: 1px solid #ff8c3a;
    display: grid;
    font-family: "Gulax";
    font-size: 21pt;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    margin-bottom: 50px;
    width: 100%;
}

#header>a>div {
    cursor: pointer;
    overflow: hidden;
    padding: 9px 0;
    text-align: center;
}

#header>a>div:hover {
    background: #ff8c3a;
    color: #1a132f;
}

#header>a {
    text-decoration: none;
}

#pre-header {
    background: url("assets/stars.gif") repeat;
    border-bottom: 1px solid rgba(255,255,255,.2);
    display: block;
    height: 150px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.threecol {
    display: grid;
    gap: 5px;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
}

.threecol>div>h2 {
    margin-top: -14px;
    text-align: center;
    overflow: hidden;
}

.threecol>div>h2>a {
    text-decoration: none;
}

#title {
    border: none;
    display: block;
    cursor: pointer;
    margin: 0 auto 55px auto;
    max-width: 90%;
    width: 200px;
}

.twocol-text {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px 0;
}

.twocol-text>div>h2 {
    margin-top: 0;
}

.twocol {
    display: grid;
    gap: 5px;
    grid-template-columns: repeat(2, 1fr);
}

.twocol>img {
    margin: 0;
}

#wrapper {
    display: block;
    margin: 50px auto 200px auto;
    max-width: 90%;
    width: 800px;
}

@media only screen and (max-width: 500px) {
    .threecol>div>h2 {
        font-size: 12pt;
    }

    #header {
        display: block;
        margin-top: 55px;
        padding-bottom: 20px;
    }

    #header>div {
        padding: 6px 0;
    }

    #title {
        margin-bottom: 20px;
    }

    .twocol-text {
        display: block;
    }
}
