@font-face {
  font-family: Inspiration-Regular;
  src: url(fonts/Inspiration-Regular.ttf);
}
@font-face {
  font-family: Poppins-Light;
  src: url(fonts/Poppins-Light.ttf);
}
@font-face {
  font-family: BebasNeue-Regular;
  src: url(fonts/BebasNeue-Regular.ttf);
}
*{
    font-family: Poppins-Light;
}

.navbar-brand{
    font-family: BebasNeue-Regular !important;
    font-size: 40px;
}
h2{
    font-family: BebasNeue-Regular !important;
}
.navbar-custom {
    background-color: black !important;
}

@media only screen and (max-width: 800px) {
    .events_menuepoint .emp_overlay{
        padding-top: 10.5vh;
        padding-bottom: 10.5vh;    
    }
}