@font-face {
    font-family: "BebasNeue-Bold";
    src: url("../fonts/bebas-neue-bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/bebas-neue-bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/bebas-neue-bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/bebas-neue-bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/bebas-neue-bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/bebas-neue-bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/bebas-neue-bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BebasNeue-Regular";
    src: url("../fonts/bebas-neue-regular.otf"); /* IE9 Compat Modes */
    src: url("../fonts/bebas-neue-regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/bebas-neue-regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/bebas-neue-regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/bebas-neue-regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/bebas-neue-regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/bebas-neue-regular.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BPG Ingiri Arial';
    src: url('../fonts/bpg-ingiri-arial-webfont.eot'); /* IE9 Compat Modes */
    src: url('../fonts/bpg-ingiri-arial-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/bpg-ingiri-arial-webfont.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/bpg-ingiri-arial-webfont.woff') format('woff'), /* Pretty Modern Browsers */
    url('../fonts/bpg-ingiri-arial-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/bpg-ingiri-arial-webfont.svg#bpg_ingiri_arialregular') format('svg'); /* Legacy iOS */
}

body {
    font-family: 'BPG Ingiri Arial';
    font-size: 14px;
}


.nav-footer a.nav-link {
    font-size: 30px;
    font-family: "BebasNeue-Regular";
    font-weight: bold;
    padding: 10px 12px;
}

.nav-sidem .nav-link{
    font-family: "BebasNeue-Regular";
    font-weight: bold;
}

.navbar-bss .nav-main .nav-item .nav-link {
    font-family: "BebasNeue-Bold";
    font-size: 30px;
}

.navbar-bss .nav-main .nav-item .nav-soc {
    font-size: 25px !important;
    margin-top: -1px;
}

.box-artist h1 {
    font-size: 70px;
}

.box-artist h2 {
    font-size: 36px;
}

.box-artist h3 {
    font-size: 20px;
    font-weight: bold;
    font-family: 'BPG Ingiri Arial';
}

.owl-about .slide-title .people-opinion h2 {
    font-size: 18px;
    font-family: "BebasNeue-Bold";
}

.article-box a .work-title {
    font-size: 22px;
}

.table-event td:first-child  {
    font-weight: normal;
    font-size: 15px;
    font-family: 'BPG Ingiri Arial';
}

.table-event td span {
    font-weight: normal;
    font-size: 17px;
    font-family: "BebasNeue-Bold";
}

a.box-events {
    font-size: 58px;
    padding: 80px 30px;
}



@media (max-width:998px) {
    a.box-events {
        font-size: 50px;
        padding: 90px 30px;
    }
}


.sliding-menu li a {
    font-size: 21px;
    font-family: "BebasNeue-Bold";
}