@font-face {
    font-family: DM_Sans_normal;
    src: url('fonts/DM_Sans/DMSans-VariableFont_opsz\,wght.ttf');
}
@font-face {
    font-family: DM_Sans_italic;
    src: url('fonts/DM_Sans/DMSans-Italic-VariableFont_opsz\,wght.ttf');
}
@font-face {
    font-family: Anton_Sc_normal;
    src: url('fonts/Anton_SC/AntonSC-Regular.ttf');
}

.dm_sans_normal {
    font-family: DM_Sans_normal !important;
}

.dm_sans_italic {
    font-family: DM_Sans_italic !important;
}

.anton_sc_normal {
    font-family: Anton_Sc_normal !important;
}

.huge_size_font {
    font-size: 64px !important;
}
.big_size_font {
    font-size: 32px !important;
}
.large_size_font {
    font-size: 22px !important;
}
.normal_size_font {
    font-size: 18px !important;
}

.bold_weight_font {
    font-weight: bold !important;
}
.normal_weight_font {
    font-weight: normal !important;
}

body {
    background-image: url("img/batfest_background.png");
    background-size: cover;
    color: #1E285F !important
}

.no-border-bottom {
    border-bottom: none !important;
}

.primary-color {
    background-color: rgba(232, 42, 140, 1) !important;
    color: white !important;
}

.primary-color-invert {
    background-color: white !important;
    color: rgba(232, 42, 140, 1) !important;
    border: 1px solid rgba(232, 42, 140, 1) !important;
}

.white-text {
    color: white;
}

.white-text a{
    color: white;
}

.full {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100vb;
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    background-image: url('img/batfest_background.png');
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 50px;
}
.full .menu-mobile{
    text-align: center;
    padding: 30px 40px;
    color: #1E285F;
    font-size: 1.5em;
}
.full .menu-mobile:hover {
    background-color: rgba(115, 115, 115, 0.2) !important;
}

#footer {
    background: url('img/footer_background.png') no-repeat;
    background-size: cover;
    padding-top: 20px;
}
#footer .nav a{
    color: #1E285F !important;
}
#footer .nav a:hover{
    color: white !important;
    text-decoration: underline;
}

#footer-logo img{
    width: 200px;
}


#music-top{
    background: url('img/hero_music_festival.png') top center no-repeat;
    background-size: cover;
    /* height: 500px; */
    margin-top: 40px;
    padding-top: 150px;
    /* margin-bottom: 150px; */
}


@media only screen and (min-width: 1201px){
    /* #navbar-big {
        display: block !important;
    }
    #navbar-mobile {
        display: none !important;
    } */
    #logo-big {
        display: block !important;
    }
    #logo-mobile {
        display: none !important;
    }
    .konten-web {
        display: block !important;
    }
    .konten-mobile {
        display: none !important;
    }
    .bg-dual {
        background: url("img/bg_eclipse.png") center center no-repeat;
        height: 121px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    /* #navbar-big {
        display: block !important;
    }
    #navbar-mobile {
        display: none !important;
    } */
    #logo-big {
        display: block !important;
    }
    #logo-mobile {
        display: none !important;
    }
    .konten-web {
        display: block !important;
    }
    .konten-mobile {
        display: none !important;
    }
    .bg-dual {
        background: url("img/bg_eclipse.png") center center no-repeat;
        height: 121px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    /* #navbar-big {
        display: block !important;
    }
    #navbar-mobile {
        display: none !important;
    } */
    #logo-big {
        display: none !important;
    }
    #logo-mobile {
        display: block !important;
    }
    .konten-web {
        display: block !important;
    }
    .konten-mobile {
        display: none !important;
    }
    .bg-dual {
        background: url("img/bg_eclipse.png") center center no-repeat;
        height: 121px;
    }
}
@media only screen and (max-width: 767px){
    /* #navbar-big {
        display: none;
    }
    #navbar-mobile {
        display: block !important;
    } */
    #logo-big {
        display: none !important;
    }
    #logo-mobile {
        display: block !important;
    }
    .konten-web {
        display: none !important;
    }
    .konten-mobile {
        display: block !important;
    }
    .bg-dual {
        /* background: url("https://ik.imagekit.io/ha6xte2ya/Batulicin/web_assets/Ellipse%20434.png?updatedAt=1733933496551") center center no-repeat; */
        /* height: 121px; */
    }
}