
/* ALGEMEEN
--------------------------------------------- */



@font-face {
    font-family: 'Pier Sans';
    src: url('fonts/pier-regular-webfont.woff2') format('woff2'),
         url('fonts/pier-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Pier Sans';
    src: url('fonts/pier-bold-webfont.woff2') format('woff2'),
         url('fonts/pier-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: bold;

}


body{
    background: #000;
    font-family: Pier Sans;
    color: #fff;
}

.groen{ background: #009640; }
.geel{ background: #ffed00; }
.roze{ background: #f191a3; }
.blauw{ background: #009fe3; }

.facebook{
    background: #000;
    border: 3px solid #f191a3;
    border-radius: 15px;
    padding: 0.6em 1.1em;
    width: auto;
    display: table;
    margin: 0.05em auto;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.2em;
    color: #fff;
    transition: all 0.25s ease;
}
.facebook:hover{
    background: #f191a3;
    color: #fff;
}

.lead{
    font-size: 1em;
}

@media screen and (min-width: 40em) {
    .lead{
        padding-left: 3em;
        padding-right: 3em;
        font-size: 1.5em;
        font-size: 1.1em;
    }
    .facebook{
        font-size: 1.5em;
    }
}
@media screen and (min-width: 64em) {
    .lead{
        padding-left: 0;
        padding-right: 0;
        font-size: 1.2em;
    }
}



/* COVER
--------------------------------------------- */


.letters {
    margin: 6em 0.975em;
    max-height: 70vh;
}
.letter__layer {
    fill: none;
    stroke-miterlimit: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.letters--effect-1 .letter__layer:first-child {
    stroke-width: 3px;
}

.letters--effect-1 .letter__layer:nth-child(2) {
    stroke-width: 4px;
}

.letters--effect-1 .letter__layer:nth-child(3) {
    stroke-width: 5px;
}
.letters--effect-2 .letter__layer {
    stroke-width: 5px;
}
.white { 
    fill: #fff !important; 
    stroke: none;
}

.tpath{
    stroke-miterlimit: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke-width: 14px;
}
.tpath:nth-child(odd){
    stroke-width: 11px;
}
.color1 { stroke: #009640; } /* GROEN */
.color2 { stroke: #ffed00; } /* GEEL */
.color3 { stroke: #f191a3; } /* ROZE */
.color4 { stroke: #009fe3; } /* BLAUW */



.menucontainer{
    background: none;
}
.menucontainer a{
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    background: #000;
    transition: background 0.25s ease;
    border-bottom: 3px solid #ffed00;
}
.menucontainer a:hover{
    background: #ffed00;
    color: #000;
}
.menucontainer .roze{
    color: #ffed00;
}
.menucontainer .active{
    background: #ffed00;
    color: #000;
}
@media screen and (max-width: 64em) {
    .menucontainer span{
        display: block;
        margin-top: 0.6em;
    }
    i{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 40em) {
    .menucontainer span{
        font-size: 70%;
    }
}
@media screen and (min-width: 40em) {
    .horizontal li:first-child a{
        border-bottom-left-radius: 15px;
        border-left: 3px solid #ffed00;
    }
    .horizontal li:last-child a{
        border-bottom-right-radius: 15px;
        border-right: 3px solid #ffed00;
    }
}




/* SECTIONS
--------------------------------------------- */



.row{
    position: relative;
    z-index: 5;
}
.section{
    padding: 1em 0;
    position: relative;
}
@media screen and (max-width: 40em) {
    .ticket .title{
        margin-top: 2em !important;
    }
    .section{
        min-height: 90vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (min-width: 40em) {
    .section{
        padding: 4em 0;
    }
    .withbackground{
        margin: 1em 0;
    }
}
@media screen and (min-width: 64em) {
    .section{
        padding: 7em 0;
    }
    .withbackground{
        margin: 2em 0;
    }
}

.first{
    padding-top: 0;
}
.title{
    margin-bottom: 4em;
    width: 80% !important; 
}

h1, h2{
    text-transform: uppercase;
    letter-spacing: -1px;
    display: inline-block;
    margin: 0.1em 0 0.2em 0;
    padding: 0.12em 0.3em;
    font-weight: bold;
    position: relative;
    z-index: 2;
    font-size: 1.5em;
    line-height: 1;
}
h1.groen{
    background: none;
    border: 3px solid #009640;
    border-radius: 15px;
    padding: 0.05em 0.2em;
    font-size: 2.4em;
    width: auto;
    display: table;
    margin: 0.05em auto;
}
h2.blauw{
    background: none;
    border: 3px solid #009fe3;
    border-radius: 8px;
}
h2.roze{
    background: none;
    border: 3px solid #f191a3;
    border-radius: 8px;
}
h2.groen{
    background: none;
    border: 3px solid #009640;
    border-radius: 8px;
}
h2.geel{
    background: none;
    border: 3px solid #ffed00;
    border-radius: 8px;
}
.dotted{
    background: none;
    border: 3px dashed #ffed00 !important;
    border-radius: 8px;
    margin-top: 1em;
}
@media screen and (min-width: 40em) {
    h1, h2{
        border-radius: 15px !important;
        border-width: 4px !important;
        font-size: 2.8em;
        margin: 0.1em 0;
    }
    h1.groen{
        font-size: 4em;
    }
    .dotted{
        border-radius: 15px !important;
    }
}
@media screen and (min-width: 64em) {
    h1, h2{
        border-radius: 25px;
        border-width: 6px;
        font-size: 3.3em;
        
    }
    h1.groen{
        font-size: 6em;
    }
    .dotted{
        border-radius: 20px !important;
    }
}
small{
    color: #fff !important;
    font-size: 0.5em;
}

@media screen and (min-width: 64em) {
    .text p{
        padding-left: 5em;
        padding-right: 5em;
    }
}
#map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.headline:before{
    content: '';
    width: 140px;
    height: 123px;
    background: url('img/preview.svg');
    display: block;
    position: absolute;
    margin: -70px 0 0 -200px;
}

.loc_text{
    background: #009640;
    color: #fff;
    max-width: 400px;
    padding: 2em 2em 1em 2em;
    margin: 6em 0 6em 0;
}
.sponsors{
    margin-top: 2em;
}
.sponsors img{
    width: 50px;
    display: inline-block;
    margin: 0 0.5em;
    opacity: 0.5;
    transition: opacity 0.25s ease;
}
.sponsors img:hover{
    opacity: 1;
}
@media screen and (min-width: 40em) {
    .sponsors img{
        width: 100px;
        margin: 0 1em;
    }
}


.title_container{
    max-width: 800px;
    width: 80%;
    margin: 0 auto;
}