      @font-face {
          font-family: 'Star Jedi';
          src: url('../fonts/StarJedi.eot');
          src: url('../fonts/StarJedi.eot?#iefix') format('embedded-opentype'), url('../fonts/StarJedi.woff2') format('woff2'), url('../fonts/StarJedi.woff') format('woff'), url('../fonts/StarJedi.ttf') format('truetype'), url('../fonts/StarJedi.svg#StarJedi') format('svg');
          font-weight: normal;
          font-style: normal;
      }
      
      *,
      *:before,
      *:after {
          font-family: 'Star Jedi';
          font-weight: normal;
          font-style: normal;
      }
      
      html,
      body {
          background: black !important;
      }
      
      .logo {
          z-index: 5;
      }
      
      @media screen and (max-width: 992px) {
          .logo {
              width: 80px !important;
          }
          .footerImg {
              width: 100%;
              height: auto;
          }
      }
      
      #background-styles {
          position: fixed;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: -3;
          background-color: #151515;
      }
      
      @media screen and (min-width: 768px) {
          .starfield {
              position: absolute;
              width: 200px;
              height: 100%;
              top: 0;
              background-repeat: repeat-y
          }
          .starfield.star-left {
              left: 0;
              background-position: left center;
              background-size: 100% auto;
              background-image: url("../images/bg_star-left.jpg")
          }
          .starfield.star-right {
              right: 0;
              height: 930px;
              background-repeat: repeat-y;
              background-position: right center;
              background-image: url("../images/bg_star-right.jpg")
          }
      }
      
      h1 {
          color: #FFE81F !important;
      }
      
      h3 {
          color: #FFE81F !important;
      }
      
      hr {
          color: #FFE81F;
      }
      
      p {
          color: #FFE81F;
      }
      
      .cover2 {
          background-position: center;
          background-image: url("../images/cover2.jpg");
          background-size: auto;
          background-repeat: no-repeat;
      }
      
      .footerImg {
          background-position: center;
          background-size: auto;
          background-repeat: no-repeat;
      }