html{
    min-height:100%;
    position: relative;
}

@font-face {
    font-family: 'stormtrooper';
    src: url('/fonts/ccstormtrooper_medium.otf')format('opentype');
}

@font-face {
    font-family: 'KeepCalm';
    src: url('/fonts/keepcalm_medium.otf')format('opentype');
}

@font-face {
    font-family: 'ToBeContinued';
    src: url('/fonts/cctobecontinued.ttf')format('truetype');
}

@font-face {
    font-family: 'AirCruiser';
    src: url('/fonts/aircruiser.ttf')format('truetype');
}

body {
    width: 100%;
    background-color: #253745;
    margin: 0;
    padding: 0;
    /*background-image: url(/css/img/clouds_mid.png), url(/css/img/clouds_pattern2.png);
    background-repeat: no-repeat, repeat-x;
    background-size: 50%, 33%;
    background-position: center top, center top;
    background-attachment: fixed;*/
}

/*
.texture {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    opacity: .8;
    background: url("/css/img/asfalt-dark.png") repeat;
    pointer-events: none;
    z-index: 1000;
    background-attachment: fixed;
}
*/

.canceled {
    background-color: rgb(214, 69, 70);
    text-align: center;
    padding: 10px 0;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    border-top: 2px solid rgb(154, 48, 48);
    z-index: 100;
}

.canceled .head {
    font-family: 'KeepCalm', sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 35px;
}

.canceled p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.93);
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 20px;
    padding: 15px 20px;
    margin: 10px 0 0 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .canceled {
        background-color: rgb(214, 69, 70);
        text-align: center;
        padding-top: 3px;
        padding-bottom: 0;
    }
    .canceled .head {
        font-size: 16px;
        line-height: 20px;
    }
    .canceled p {
        font-size: 10px;
        color: rgba(255, 255, 255, 0.93);
        background-color: rgba(0, 0, 0, 0.06);
        border-radius: 0;
        padding: 3px 2px;
        margin: 10px 0 0 0;
    }
}

/* Header */

.header {
    position: relative; 
    margin-top: 12%;
    margin-bottom: 5%;
}

.overlay {
    position: absolute;
}

.free-admission {
    top: 4%;
    left: 45.6%;
    width: 12.5%;
}

.free-admission.glow {
    animation-name: admission;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
}

@keyframes admission {
    0%   {opacity: 100}
    5%   {opacity: 100}
    6%   {opacity: 0}
    8%  {opacity: 0}
    9%  {opacity: 100}
    11%  {opacity: 100}
    12%  {opacity: 0}
    14%  {opacity: 0}
    16%  {opacity: 100}
    19%  {opacity: 100}
    20%  {opacity: 0}
    25%  {opacity: 0}
    26%  {opacity: 100}
    35%  {opacity: 100}
    36%  {opacity: 0}
    41%  {opacity: 0}
    42%  {opacity: 100}
    52%  {opacity: 100}
    53%  {opacity: 0}
    57%  {opacity: 0}
    58%  {opacity: 100}
    80%  {opacity: 100}
    81%  {opacity: 0}
    85%  {opacity: 0}
    86%  {opacity: 100}
    87%  {opacity: 0}
    88%  {opacity: 0}
    89%  {opacity: 100}
    90%  {opacity: 0}
    95%  {opacity: 0}
    96%  {opacity: 100}
    100% {opacity: 100}
}

.rocket-ship {
    top: -1.7%;
    left: 77.5%;
    width: 6%;
    animation-name: rocket;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes rocket {
    0%   {transform: translate(0,200%);}
    30%   {transform: translate(0,25%); animation-timing-function: linear;}
    90%   {transform: translate(0,5%);}
    100%   {transform: translate(0,-200%);}
}

.bubble {
    top: -9%;
    left: 27%;
    width: 60%;
    animation-name: bubble;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

/*
@keyframes bubble {
    0%   {top: -9%; left: 27%;}
    25%   {transform: translate(-.3%,-1%);}
    50%   {top: -9%; left: 27%;}
    75%   {transform: translate(.3%,1%);}
    100%   {top: -9%; left: 27%;}
}
*/

.bubble.top {
    animation-name: bubbletop;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes bubbletop {
    0%   {transform: translate(.35%,2.5%);}
    50%   {transform: translate(-.7%,-3%);}
    100%   {transform: translate(.35%,2.5%);}
}

.bubble.bottom {
    animation-name: bubblebottom;
    animation-duration: 4s;
    animation-delay: .75s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes bubblebottom {
    0%   {transform: translate(-.35%,-2.5%);}
    50%   {transform: translate( 0.7%, 3%);}
    100%   {transform: translate(-.35%,-2.5%);}
}

/* END Header */

h1 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 40px;
    font-family: 'stormtrooper', sans-serif;
    font-weight: 400;
    color: white;
}

h2 {
    margin: 0;
    font-size: 35px;
    line-height: 30px;
    font-family: 'stormtrooper', sans-serif;
    font-weight: 400;
    color: white;
}

h3 {
    font-size: 20px;
    font-family: 'KeepCalm', sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.63);
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

h4 {
    font-size: 24px;
    font-family: 'KeepCalm', sans-serif;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    padding-top: 10px;
    margin: 0;
}

h3.alt {
    color: #ffe191;
}

ul {
    font-family: 'KeepCalm', sans-serif;
    list-style: none;
    padding: 0;
    padding-bottom: 35px;
    padding-top: 20px;
    margin: 0;
    columns: 1;
}

/* Up to Medium only */
@media screen and (max-width: 63.9375em) {
    ul {
        columns: 1;
    }
}

.merch {
    background-color: rgb(214, 69, 70);
    border-radius: 25px;
    box-shadow: 5px 4px rgb(154, 48, 48);
    margin-bottom: 50px;
    color: #222222;
    overflow: hidden;
}

.merch h2 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.merch .item {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    padding: 10px 5px 1px 5px;
    transition: .1s all;
    border: 2px solid rgba(255, 255, 255, 0);
}

.merch .item p {
    padding: 3px 10px;
    margin: 0;
    color: rgb(36, 36, 36);
    font-size: 18px;
}

.merch a:hover .item {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.68);
}

.merch-text p {
    padding: 0;
    margin-top: 8px;
    margin-bottom: 20px !important;
    color: rgba(255, 255, 255, 0.88);
}

.regopen .center {
    background-color: rgba(255, 255, 255, 0.12);
    border: 3px solid rgba(255, 255, 255, 0.59);
    border-radius: 25px;
    padding-bottom:8px;
    margin-bottom: 50px;
    color: #222222;
    overflow: hidden;
}

.regopen a {
    transition: .2s;
}

.regopen a:hover {
    opacity: .8;
}

.column-block {
    margin-bottom: 0;
}

.prizes ul {
    columns: 1;
    padding-bottom: 0;
}

ul a:hover {
    border-bottom: none;
}

ul li {
    margin-bottom: 25px;
    width: 50%;
    float: left;
}

.prizes ul li {
    height: 57px;
    margin-bottom: 0;
    width: 50%;
    float: left;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .prizes ul li {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    ul li {
        height: auto;
        margin-bottom: 10px;
        width: 100%;
        float: left;
    }
    h1 {
        font-size: 33px;
    }
}

ul .ven {
    display: inline-block;
    border-bottom: 2px solid rgba(0, 0, 0, 0.15);
    text-transform: uppercase;
    transition: .12s;
    font-size: 13px;
}

.prizes ul .ven {
    border-bottom: none;
    opacity: .6;
    display: block;
}

ul .ven:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

.prizes ul .ven:hover {
    border-bottom: none;
}

ul .loc {
    display: block;
    opacity: .6;
    font-size: 14px;
}

.prizes ul .loc {
    font-size: 14px;
    opacity: 1;
    line-height: 15px;
    display: block;
}

a {
    text-decoration: none;
    transition: all .1s;
    color:inherit; 
}

.center {
    text-align: center;
}

.marquee {
    margin-bottom: 17px;
    margin-top: 3px;
}

.marquee p {
    margin: 0 auto;
    max-width: 500px;
}

a:hover {
    border-bottom: 3px solid;
}

p {
    font-family: 'KeepCalm', sans-serif;
}

.nopad {
    margin: 0;
    padding-bottom: 9px;
}

p.alt {
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 15px;
    padding: 15px 20px;
}

p.italic {
    font-style: italic;
    color: #dde1ff;
}

.botinfo {
    background-color: rgba(0, 0, 0, 0.06);
}

.botinfo p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.55);
}

.box {
    background-color: #545983;
    color: rgba(255, 255, 255, 0.85);
    box-shadow: 1px .6px #3f4361, 2px 1.2px #3f4361, 3px 1.8px #3f4361, 4px 2.4px #3f4361, 5px 3px #3f4361, 6px 3.6px #3f4361, 7px 4.2px #3f4361, 8px 4.8px #3f4361, 9px 5.4px #3f4361, 10px 6px #3f4361;
    padding-top: 0.9375rem;
    margin-bottom: 50px;
    overflow: hidden;
}

.box.l {
    border-radius: 45px 0 0 0;
}

.box.r {
    border-radius: 0 45px 0 0;
}

.box-s {
    background-color: rgba(255, 255, 255, 0.06);
    border-radius: 45px 15px 15px 15px;
    color: rgba(255, 255, 255, 0.78);
    padding-top: 0.9375rem;
    margin-bottom: 50px;
    overflow: hidden;
}

.box-s .head {
    text-align: ;
}

.innerbox {
    background-color: rgba(0, 0, 0, 0.1);
    color: #eaebfc;
    /* text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.21); */
}

.innerbox.pad {
    padding-top: 15px;
}

.innerbox.s {
    color: rgb(249, 227, 255);
}

.icon {
    display: inline-block;
    border-radius: 100%;
    z-index: 100;
    line-height: 0;
    color: white;
}

.icon .fas {
    font-size: 27px;
    width: 60px;
    vertical-align: middle;
    line-height: 60px;
    text-align: center;
}

.icon.red {
    background-color: #e74342;
    box-shadow: 1px .6px #892b2a, 2px 1.2px #892b2a, 3px 1.8px #892b2a;
    border: px solid #f27877;
    color: white;
}

.icon.blue {
    background-color: #646998;
    box-shadow: 1px .6px #2f3452, 2px 1.2px #2f3452, 3px 1.8px #2f3452;
    border: px solid #96b4f7;
    color: white;
}

.title {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.venues {
    text-align: center;
    padding: 0 35px;
    margin-bottom: 0px;
}

.venues .item {
    background-color: rgba(255, 255, 255, 0.09);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0); 
}

@media screen and (max-width: 39.9375em) {
    .venues .item {
        margin-bottom: 20px;
    }
}

.venues img {
    
}

.venues .name {
    font-family: 'KeepCalm', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 4px;
    padding-bottom: 4px
}

.framed {
    border-radius: 9px;
    border: 2px solid rgba(0, 0, 0, 0.16);
}

iframe {
    background-color: ;
    border-radius: 15px;
}

.maplink {
    padding-top: 10px;
    padding-bottom: 30px;
    transition: .1s all;
}

.maplink a:hover {
    border-bottom: none;
    opacity: .7;
}

.fa-map-marked-alt {
    font-size: 70px;
    color: #ffffff;
}

.separater {
    height: 1px;
    width: 300px;
    margin: 0 auto;
    background-color: #989898;
}

.footer {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 0;
    background-color: #fafafa;
    border-radius: 15px 15px 0 0;
}

.copyright {
    background-color: ;
    color: lightgray;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

.copyright .columns {
    padding-bottom: 4px;
}