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: #0f1c30;
    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;
}
*/

/* Header */

.header {
    position: relative; 
    margin-top: 5%;
    margin-bottom: 5%;
}

.overlay {
    position: absolute;
}

/* 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;
}
h5 {
    font-size: 24px;
    font-family: 'KeepCalm', sans-serif;
    color: rgb(255, 255, 255);
    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;
    }
}

.presenter img {
    background-color: rgba(255, 255, 255, 0.09);
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0); 
}

.merch {
    background-color: #e05c26;
    border-radius: 25px;
    box-shadow: 5px 4px #a23f16;
    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: #c0d1ff;
}

.botinfo {
    background-color: rgba(0, 0, 0, 0.06);
}

.botinfo p {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 13px;
    color: rgb(255, 255, 255);
}

.box {
    background-color: #46546a;
    color: rgba(255, 255, 255, 0.85);

    padding-top: 0.9375rem;
    margin-bottom: 50px;
    overflow: hidden;
}

.box.l {
    border-radius: 45px 15px 15px 15px;
}

.box.r {
    border-radius: 0 45px 0 0;
}

.box-s {
    background-color: rgba(255, 255, 255, 0.1);
    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: #ffffff;
    /* text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.21); */
}

.innerbox.pad {
    padding-top: 15px;
}

.innerbox.s {
    color: rgb(255, 255, 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: #e05c26;
    box-shadow: 1px .6px #bc411c, 2px 1.2px #bc411c, 3px 1.8px #bc411c;
    color: white;
}

.icon.blue {
    background-color: #8a97ad;
    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: #838383;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

.copyright .columns {
    padding-bottom: 4px;
}