@font-face {
    font-family: "Amatic SC";
    src: url("../fonts/AmaticSC-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Josefin Slab";
    src: url("../fonts/JosefinSlab-Regular.ttf") format("truetype");
}

/* GENERAL STYLES */
body {
    font-family: 'Amatic SC', sans-serif;
    color: #ffffff;
    font-size: 200%;
}

h1{
    font-size: 4em;
}

h2{
    font-size: 3em;
}

h3{
    font-size: 2em;
}

h4{
    font-size: 1.5em;
}

p{
    font-family: 'Josefin Slab', serif;
    font-size: 1.3em;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #FFBB15;
}

a:focus, a:hover {
    color: #eecd00;
    text-decoration: none;
}

.bold {
    font-weight: bold;
}

.left-align {
    text-align: left;
}

.btn-youtube {
    color: #fff;
    background-color: #cc181e;
    border-color: rgba(0,0,0,0.2);
}

.btn-youtube:hover {
    color: #fff;
    background-color: #8c1519;
    border-color: rgba(0,0,0,0.2);
}

#fullpage {
    margin-top: 45px;
}

/* MENU STYLES */
#menu li {
    display:inline-block;
    margin: 10px;
    color: #fff;
    font-size: 1.2em;
}

#menu li.active{
    color: #000;
    border-bottom: 2px solid #232323;
}

#menu li a{
    text-decoration:none;
    color: #999999;
}

#menu li.active a:hover{

}

#menu li:hover{
    background: rgba(255,255,255, 0.8);
}

#menu li a, #menu li.active a{
    display:block;
}

#menu li.active a{
    color: #000;
}

#menu{
    position:fixed;
    top:0;
    left:0;
    height: auto;
    z-index: 70;
    width: 100%;
    margin:0;

    background: #ffffff;
    padding: 0px 18px;

    text-align: center;
}

/* SECTION STYLES */
.section{
    background-size: cover;
    text-align: center;
}
.slide{
    background-size: cover;
}

#section-festival{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/hp_back1.jpg);
}

#section-festival p {
    text-shadow: 0 0px 2em black;
}

#section-acts{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/116.jpg);
}

#section-info{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/572.jpg);
}

#section-retro{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/trees-1209088.jpg);
}

#section-imprint{
    background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url(../img/104.jpg);
}

#section-info .row div {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.img-thumbnail {
    padding: 0px;
}

/* ACTS STYLES */
.actImage {
    position: relative;
}

.actImage span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: start;
}

.actImage h2, .actImage p {
    color: white;
    letter-spacing: -1px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

/* SOCIAL STYLES */
.social-link {
    color: white;
}

#social-fb{
    position:fixed;
    top:70px;
    right:15px;
    height: auto;
    z-index: 70;
}

#social-insta{
    position:fixed;
    top:110px;
    right:15px;
    height: auto;
    z-index: 70;
}

/* VERTICAL OFFSETS */
.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }
.voffset10 { margin-top: 200px; }
.voffset11 { margin-top: 250px; }

/* MEDIA QUERIES */
@media all and (max-width: 580px){

    h1{
        font-size: 2.5em;
    }

    h2{
        font-size: 2em;
    }

    h3{
        font-size: 1.5em;
    }

    h4{
        font-size: 1.3em;
    }

    p{
        font-size: 1.1em;
    }

    .fp-controlArrow.fp-next {
        right: 5px;
        border-width: 18.5px 0 18.5px 14px;
    }

    .fp-controlArrow.fp-prev {
        left: 5px;
        border-width: 18.5px 14px 18.5px 0;
    }

    .actImage span {
        position: relative !important;
    }
}

@media all and (max-height: 675px) and (max-width: 450px) {

    .img-responsive.act {
        max-height: 150px;
    }

    #social-fb{
        top:70px;
        left:15px;
        font-size: 0.8em;
    }

    #social-insta{
        top:70px;
        right:15px;
        font-size: 0.8em;
    }

    #section-info p {
        font-size: 0.8em;
    }

    #section-imprint {
        font-size: 0.8em;
    }
}