/* FONT PATH
 * ------------------------------------------------------------------------- */
/* -----------------------------{BEBAS-NEUE Font}--------------------------- */
@font-face {
    font-family: 'bebas_neueregular';
    src: url('../../fonts/bebasneue/BebasNeue-webfont.eot');
    src: url('../../fonts/bebasneue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
         url('../../fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
         url('../../fonts/bebasneue/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'allerregular';
    src: url('../../fonts/aller/aller_rg-webfont.eot');
    src: url('../../fonts/aller/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/aller/aller_rg-webfont.woff2') format('woff2'),
         url('../../fonts/aller/aller_rg-webfont.woff') format('woff'),
         url('../../fonts/aller/aller_rg-webfont.ttf') format('truetype'),
         url('../../fonts/aller/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'allerbold';
    src: url('../../fonts/aller/aller_bd-webfont.eot');
    src: url('../../fonts/aller/aller_bd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/aller/aller_bd-webfont.woff2') format('woff2'),
         url('../../fonts/aller/aller_bd-webfont.woff') format('woff'),
         url('../../fonts/aller/aller_bd-webfont.ttf') format('truetype'),
         url('../../fonts/aller/aller_bd-webfont.svg#allerbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Body
 * ------------------------------------------------------------------------- */
body {
  background-color: #ebeced;
}


/* Headers
 * ------------------------------------------------------------------------- */
h1 {
    font-family: 'bebas_neueregular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h2 {
    font-family: 'bebas_neueregular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}

h3 {
    font-family: 'bebas_neueregular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.display-4 {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2;
}
.bg-dark {
  background-color: #191919 !important;
}

.dropdown-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background-color: black;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: black;
}


