.bg-custom{background-color:#011446 !important}
a.bg-custom:hover,a.bg-custom:focus,button.bg-custom:hover,button.bg-custom:focus{
    background-color:#0b121a !important
}
@font-face {
    font-family: 'FelixTitling';
    src: url(./fonts/felixti.ttf), format("ttf");
}

@font-face {
  font-family: 'Coldiac';
  src: url(./fonts/coldiac/coldiac-webfont.woff);
}

@font-face {
    font-family: 'Lato-regular';
    src: url(./fonts/Lato/Lato-Regular.ttf);
}

* {
   /* font-family: 'Lato-regular';*/
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: 'Coldiac';
}

.lead {
    font-size: 1.15rem;
    font-weight: 300;
}

.hr-blue {
  color: #288cff;
  background-color: #288cff;
  height: 2px;
}
