/* akaya-telivigala-regular - latin */
@font-face {
    font-family: 'Akaya Telivigala';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('../assets/fonts/akaya-telivigala-v22-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../assets/fonts/akaya-telivigala-v22-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body {
    font-family: 'Akaya Telivigala';
}

html {
    scroll-behavior: smooth;
}

/*SECTION HEADER IMAGE*/
.navbar {
    min-height: 100px !important;
}
.nav-link {
    margin-left: 30px;
    color: #fff;
    font-size: 20px;
}
.navbar-nav {
    line-height: 90px;
    float: right;
}
.navbar-logo {
    width: 190px;
    height: 100px;
    background-image: url(/assets/officieel_logo_kaal.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
}
.hero_logo {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header_image {
    /*background-image: url("../assets/background_elements/background_gradient.jpg");*/
    background: rgb(234,162,25);
    background: linear-gradient(180deg, rgba(234,162,25,1) 0%, rgba(242,196,66,1) 35%, rgba(234,162,25,1) 100%);
}

.info_nav_link {
    background-image: url(../assets/menu_shapes/nav_info_klein.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 17px 41px 18px 24px;
}

.lineup_nav_link {
    background-image: url(../assets/menu_shapes/nav_lineup_klein.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 13px 38px 20px 24px;
}

.ticket_nav_link {
    background-image: url(../assets/menu_shapes/nav_tickets_klein.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 13px 40px 20px 24px;
}

.contact_nav_link {
    background-image: url(../assets/menu_shapes/nav_contact_klein.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    padding: 11px 36px 20px 28px;
}

.header_image::after {
    content: '';
    background-image: url(../assets/background_elements/before_after_background_border.png);
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    top: 60px;
    background-size: contain;
    transform: rotate(180deg);
}

.about_us {
    padding-top: 30px;
    background-image: url("../assets/background_elements/panther_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}

.about_us_textblock {
    margin-top: 70px;
    background-image: url(../assets/menu_shapes/text_shape_info.png);
    min-height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-left: 140px;
    padding-right: 140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: block;
    background-position: center;
}


.about_us_title {
    color: #fff;
    margin-bottom: 30px;
}

.about_us_text {
    color: #fff;
    padding-top: 10px;
    font-size: 20px;
}

.polaroid {
    margin-top: 120px;
    /*background-image: url(../assets/img/polaroid.png);*/
    background-size: 300px 400px !important;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.polaroid_image {
    max-width: 100%;
    position: relative;
    float: right;
}


.line_up {
    background: rgb(234,162,25);
    /*background: linear-gradient(180deg, rgba(234,162,25,1) 0%, rgba(242,196,66,1) 35%, rgba(234,162,25,1) 100%);*/
}

.line_up::before {
    content: '';
    background-image: url(../assets/background_elements/before_after_background_border.png);
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    top: -60px;
    background-size: contain;
    margin-top: 25px;
}

.line_up::after {
    content: '';
    background-image: url(../assets/background_elements/before_after_background_border.png);
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    top: 60px;
    background-size: contain;
    transform: rotate(180deg);
}

.line_up_image {
    background-image: url(../assets/menu_shapes/line_up.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    min-height: 200px;
}

.line_up_title {
    text-align: center;
    line-height: 240px;
    color: #fff;
    font-size: 100px;
}

.line_up_subtitle {
    margin-top: 50px;
    font-size: 55px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.tickets {
    background-image: url("../assets/background_elements/panther_background.jpg");
    padding-top: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 630px;
}

.tickets_image {
    background-image: url(../assets/menu_shapes/tickets.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    min-height: 200px;
}

.tickets_title {
    text-align: center;
    line-height: 240px;
    color: #fff;
    font-size: 100px;
}

.tickets_embed {
    /*background-color: #fff;*/
    min-height: 400px;
    margin-top: 60px;
    margin-bottom: 60px;
    border-radius: 50px;
}



.contact {
    background: rgb(234,162,25);
    background: linear-gradient(180deg, rgba(234,162,25,1) 0%, rgba(242,196,66,1) 35%, rgba(234,162,25,1) 100%);
}

.contact::before {
    content: '';
    background-image: url(../assets/background_elements/before_after_background_border.png);
    width: 100%;
    height: 60px;
    position: relative;
    display: block;
    top: -60px;
    background-size: contain;
    margin-top: 25px;
}

.contact_image {
    background-image: url(../assets/menu_shapes/nav_contact_klein.png);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 60%;
    min-height: 100px;
}

.contact_title {
    text-align: center;
    line-height: 110px;
    color: #fff;
    font-size: 50px;
}

.contact_information {
    height: 200px;
    color: #fff;
    text-align: center;
}

.footer {
    height: 100px;
    background-color: #eaa219;
}

.email {
    color: #fff;
    float: left;
}

.call-phone {
    color: #fff;
    text-decoration: none;
}

.call-phone:hover {
    color: #fff;
}

.social_icons {
    float: right;
}

.social_icon {
    max-width: 30px;
}

.instagram {
    margin-right: 5px;
}

.jbwebsolutions {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.jbwebsolutions:hover {
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 1200px)
{
    .about_us_textblock {
        margin-top: 90px;
        padding-left: 100px;
        padding-right: 100px;
    }

}

@media screen and (max-width: 1000px)
{
    .about_us_textblock {
        margin-top: 90px;
        padding-left: 70px;
        padding-right: 70px;
    }

    .about_us_text {
        font-size: 17px;
    }

    .about_us_title {
        margin-top: 70px;
    }

}

@media screen and (max-width: 991px)
{
    .navbar-logo {
        display: none;
    }

    .navbar-nav {
        float: unset;
        text-align: center;
    }
}


@media screen and (max-width: 770px)
{
    .about_us_textblock {
        margin-top: 90px;
        padding-left: 220px;
        padding-right: 220px;
    }

    .about_us_text {
        font-size: 20px;
    }

    .tickets_title {
        line-height: 140px;
        font-size: 80px;
    }

    .tickets_image {
        min-height: 120px;
    }

}


@media screen and (max-width: 660px)
{
    .about_us_textblock {
        margin-top: 90px;
        padding-left: 140px;
        padding-right: 140px;
    }

    .about_us_text {
        font-size: 20px;
    }

}

@media screen and (max-width: 500px)
{
    .about_us_textblock {
        margin-top: 90px;
        padding-left: 90px;
        padding-right: 80px;
    }

    .header_image::after {
        top: 38px;
    }

    .line_up::before {
        top: -44px;
        margin-top: 10px;
    }

    .line_up::after {
        top: 56px;
    }

    .tickets_title {
        font-size: 70px;
    }

    .tickets_embed {
        margin-bottom: -70px;
    }

    .line_up_title {
        font-size: 60px;
    }

    .contact::before {
        top: -40px;
        margin-top: 10px;
    }

    .email {
        float: none;
        text-align: center;
    }

    .social_icons {
        text-align: center;
        float: none;
        margin-top: 10px;
    }

    .footer {
        margin-top: -2px;
    }

    .line_up_subtitle {
        font-size: 50px;
    }

    .about_us_text {
        font-size: 18px;
    }

    .navbar-logo {
        display: none;
    }

    .tickets_title {
        line-height: 80px;
        font-size: 40px;
    }

    .tickets_image {
        min-height: unset;
    }


}

@media screen and (max-width: 400px)
{
    .header_image::after {
        top: 50px;
    }

    .about_us_textblock {
        padding-left: 60px;
        padding-right: 60px;
    }

    .about_us_title {
        margin-top: 60px;
    }

    .polaroid_image {
        max-width: 140%;
        left: 70px;
    }

    .line_up::before {
        top: -50px;
        margin-top: 15px;
    }

    .tickets_image {
        min-height: unset;
    }

    .tickets_title {
        line-height: 80px;
        font-size: 40px;
    }

    .line_up::after {
        top: 50px;
    }

    .line_up_title {
        line-height: 80px;
        font-size: 40px;
    }

    .line_up_image {
        min-height: unset;
    }

    .contact::before {
        top: -50px;
        margin-top: 5px;
    }

    .navbar-logo {
        display: none;
    }

    .hero_logo {
        width: 100%;
    }

    .email {
        float: none;
        text-align: center;
    }

    .social_icons {
        text-align: center;
        float: none;
        margin-top: 10px;
    }


}