/* COMING SOON PAGE */

.comigsoon {
    background: url('../img/comingsoon.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
}

/* MAIN SITE */
/* fonts:
font-family: 'Alfa Slab One', cursive;
font-family: 'Lato', sans-serif;
*/

/* 
Yellow: #FFFF01;
*/


body {
    margin: 0;
    background-color: #FFFF01;
    /* background-image: url('../img/pozadina.png');
    background-repeat: no-repeat;
    background-size: cover; */
}

.navbar {
    background-color: transparent;
}

.navbar-nav {
    justify-content: center;
}

.navbar-nav > li > a {
    font-family: 'Alfa Slab One', cursive;
    font-size: 1.2em;
    color: #231F20!important;
}

.navbar-nav > li > a:hover {
    color: #5A5A5A!important;
}

.navbar-nav > li.tacka a:after {
    content: "\00b7";
    display: inline;
    padding-left: 14px;
}

.navbar-nav li.drustvena {
    margin-left: 30px;
}

.navbar-nav li.drustvena a {
    display: inline-block;
}

@media (max-width:991px) {
    ul.navbar-nav {
        background-color: rgba(0,0,0,0.1);
        padding: 10px;
        border: 1px solid #7F7F00;
        text-align: center;
    }

    .navbar-nav > li.tacka a:after {
        content: '';
    }

    .navbar-nav li.drustvena a {
        margin-right: 10px;
    }

    .navbar-nav li.drustvena {
        margin-left: 0;
    }

}

.drustvena img {
    width: 30px;
    margin-top: -6px;
}

.projektor,
.veliki-datum {
    display: flex;
    align-items: center;
}


.projektor img,
.veliki-datum img {
    width: 100%;
}

.gm-block-01 .row {
    margin-top: 60px;
}

.main-stage-izvodjaci img,
.electronic-stage-izvodjaci img
{
    width: 100%;
    margin-bottom: 40px;
}

.gm-block-02 {
    background-color: #141414;
}

.time-line img {
    margin: 80px 0;
}

.gm-block-02 .zuti-blok {
    background-color: #FFFF01;
    height: 450px;
    margin-bottom: 30px;
    padding: 40px;
}

@media (max-width: 768px) {
    .gm-block-02 .zuti-blok {
        padding: 15px 20px;
    }
}

.gm-block-03 {
    min-height: 1000px;
    padding-top: 80px;
}

.ulaznice {
    margin-bottom: 80px;
}

.ulaznice-text p {
    font-size: 1.4em;
    font-family: 'Lato', sans-serif;
}

.gm-block-02 h2,
.gm-block-02 h3,
.gm-block-02 h4,
.gm-block-02 h5,
.gm-block-02 h6
{
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
}

.gm-block-02 h2,
.gm-block-02 h4 {
    text-align: center;
}

.gm-block-02 h5,
.gm-block-02 h6
{
    background-color: #05F8F3;
    padding: 4px 10px;
    font-size: 0.8em;
}

.gm-block-02 h5 {
    width: 42%;
}

.gm-block-02 h6 {
    width: 62%;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .gm-block-02 h5 {
        width: 60%;
    }
    
    .gm-block-02 h6 {
        width: 75%;
    }
}


.gm-block-02 h3 {
    font-size: 1.4em;
    margin-bottom: 0;
    padding-left: 8px;

}

.gm-block-02 h4 {
    margin-bottom: 60px;
}

.gm-block-02 h2 {
    margin-bottom: 0;
}

@media (min-width:992px) {
    .line-up img,
    .time-line img,
    .ulaznice img {
        width: 400px;
    }

    .main-stage img {
        width: 260px;
    }

    .electronic-stage img{
        width: 400px;
    }
}

@media (max-width:991px) {
    .line-up img,
    .time-line img,
    .ulaznice img {
        width: 100%;
    }

    .main-stage img {
        width: 60%;
    }

    .electronic-stage img{
        width: 80%;
    }
}

/* prijatelji  */
.prijatelji img {
    width: 80%;
    margin-bottom: 40px;
}

@media (max-width:991px) {
    .prijatelji img {
        width: 100%;
    }
}


.sponzori-svi img {
    width: 100%;
    margin-bottom: 500px;
}

/* karte/ulaznice */
.ulaznice-red img {
    width: 100%;
}

.gm-block-03 {
    margin-bottom: 50px;
}

@media (max-width:991px) {
    .ulaznice-red img {
        margin-bottom: 50px;
    }

    .gm-block-03 hr {
        display: none;
    }

}
/* go up */
.gm-go-up {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
}

.gm-go-up img {
    width: 30px;
    height: 30px;
}

/* kupi karte/ulaznice */
.kupi-kartu {
    margin: 0 auto;
    text-align: center;
}

.kupi-kartu a {
    font-family: 'Alfa Slab One', cursive;
    font-size: 4em;
    padding: 10px 20px;
    background-color: #FFFF01;
    color: #000;
    border: 2px solid #000;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.kupi-kartu a:hover {
    text-decoration: none;
    background-color: #000;
    color: #FFFF01;

}

.kupi-kartu-strelica {
    font-size: 1em;
}

@media (max-width:991px) {
    .kupi-kartu a {
        font-size: 3em;
    }
}

@media (max-width:768px) {
    .kupi-kartu a {
        font-size: 2em;
    }
}


@media (max-width:450px) {
    .kupi-kartu a {
        font-size: 1.5em;
        padding: 5px 10px;
    }
}

@media (max-width:320px) {
    .kupi-kartu a {
        font-size: 1em;
    }
}

.container-kupi-kartu {
    margin-bottom: 120px;
}

.pal-e {
    width: 150px!important;
}

@media (max-width:991px) {
    .pal-e {
        margin-top: 12px;
    }
}

/* o festivalu */
.gm-block-04 {
    padding: 0;
}

.gm-block-04 img{
    width: 100%;
}

.gm-block-05 {
    background-color: #000;
    color: #fff;
}

.gm-block-05 p {
    color: #fff;
    font-size: 1.4em;
}

.gm-block-05 hr {
    border: 1px solid #fff;
}

.o-festivalu-text {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* fix horizontal overflow */
.gm-block-04 .row {
    margin-left: 0;
    margin-right: 0;
    }
.gm-block-04 .col-lg-12 {
    padding-left: 0;
    padding-right: 0;
}

/* END o festivalu */