@font-face {
    font-family: 'windowsregular';
    src: url('a_a85064b0cb0a.woff2') format('woff2'),
        url('_missing') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* For desktop devices */
@media only screen and (min-width: 768px) {

    html,
    body {
        font-size: 24px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.2rem;
    }
}

body {
    cursor: url(a_800b684a2630.ico), default;
    font-family: 'windowsregular', monospace;
    background-color: olivedrab;
    margin: 0 auto;
    max-width: 1280px;
}

p,
ol,
li,
h1,
h2,
h3,
h4,
label,
input,
.checkbox-header {
    font-family: "windowsregular", sans-serif;
    font-family: 'windowsregular', monospace;
}

p,
ol {
    font-size: 1rem;
    line-height: 32px;
    margin: 0;
    font-weight: 400;
    color: lightgoldenrodyellow;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ol {
    padding-left: 20px;
}

strong {
    font-weight: 600;
}

q {
    quotes: '\201c''\201d';
}

q:before {
    content: open-quote;
}

q:after {
    content: close-quote;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    height: 600px;
    display: block;
}

.hero {
    text-align: center;
}

.header-info {
    display: block;
    color: yellow;
}

.header-time {
    font-size: 2rem;
    line-height: 3rem;
}

div.rules {
    margin-bottom: 50px;
}

h2.rules {
    margin: 10px 0;
}

span.superscript {
    vertical-align: super;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

.button {
    padding: 25px 50px;
    color: whitesmoke;
    background-color: goldenrod;
    font-size: 1.5rem;
    box-shadow: 0px 10px 0px darkgreen;
    border-radius: 10px;
    display: inline-block;
    margin-top: 50px;
    transition: all 0.15s ease;
    cursor: url("a_800b684a2630.ico"), default;
    text-shadow: 0px -4px 0px darkgreen
}

.title {}

.title-year {
    font-size: 3rem;
    line-height: 3rem;
    color: lightyellow;
}

.title-name {
    font-size: 16rem;
    line-height: 16rem;
    color: chartreuse;
    text-shadow:
        .5rem .5rem 0px darkgreen,
        1rem 1rem 0px darkgreen,
        1.5rem 1.5rem 0px black;
}

.info-section {
    cursor: url("a_800b684a2630.ico"), default;
}

.info-section.success .info {
    max-width: 600px;
}

.info-intro {
    color: ivory;
    text-align: left;

}

.form-section {
    height: 600px;
    margin: 0 auto;
    cursor: url("a_800b684a2630.ico"), default;
}

.details {
    border: 2px solid #97bd33;
    padding: 30px;
    text-align: center;
    border-radius: 8px;
}

.sponsors-section {
    padding: 50px 0;
}

.sponsors {
    max-width: 1000px;
    padding: 0 auto;
    margin: 0 auto;
}

.sponsor {
    height: 130px;
    width: 130px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: -9999px;
    display: inline-block;
    margin-right: 30px;
    background-position: center;
}

div.divider {
    background-image: url(a_719bc23edf1e.gif);
    width: 100%;
    height: 10px;
    background-repeat: repeat-x;
    margin: 50px 0;
}

.sponsor-dsf {
    background-image: url("_missing");
}

.sponsor-firefly {
    background-image: url("_missing");
}

.sponsor-fortpoint {
    background-image: url("_missing");
}

.sponsor-tripps {
    background-image: url("_missing");
}

.sponsor-workshop {
    background-image: url("_missing");
}

.sponsor-bff {
    background-image: url("a_8c5f0d46b7ac.png");
}

.warning {
    margin: 0 auto;
}


/* For mobile devices */
@media only screen and (max-width: 768px) {

    html,
    body {
        font-size: 24px;
        overflow-x: hidden;
    }

    body {
        max-width: 100%;
        padding: 20px 20px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    p {
        font-size: 1rem;
    }

    .warning {
        text-align: center;
        margin-top: 400px;
    }

    .title-year {
        font-size: 2rem;
        line-height: 2.2rem;
        color: lightyellow;
    }

    .title-name {
        font-size: 7rem;
        line-height: 7rem;
        color: chartreuse;
        text-shadow:
            .5rem .5rem 0px darkgreen,
            1rem 1rem 0px darkgreen,
            1.5rem 1.5rem 0px black;
    }
}