@font-face{
    font-family:'DIGIT';
    src: url('./../fonts/DS-DIGIT.TTF');
   }

   @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@font-face {
  font-family: LeageSpartan;
  font-weight: bold;
  src: url("./../fonts/LeagueSpartan-Bold.otf") format("opentype");
}

* {
    font-family: LeageSpartan;
    font-weight: 400;
}

.header {
    background: #1d1d1d;
    padding-top: 5px;
    padding-bottom: 10px;
}

.site-navigation {
    background: #111;
}

.page-body {
    background-image: url("./../img/bg.png");
    background-position: center;
    background-repeat: no-repeat;
    min-height: 95vh;
    display: block;
}

.btn-warning, .btn-warning:hover {
    background-color: #fd961a;
}

.digital-font {
    font-family: 'DIGIT', sans-serif;
}

.home-button {
    position: absolute;
    left: 10px;
    top: 23px;
}

@media (max-width: 767px) {
    .home-button {
        position: absolute;
        left: inherit;
        right: 21px;
        top: 23px;
    }
}