header {
  background-position-x: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE */ }

header {
  overflow: hidden;
  background: center top no-repeat black;
  background-size: cover;
  position: absolute;
  width: 100%;
  top: 0; }
  @media screen and (min-height: 800px) {
    header {
      padding-top: 50px; } }
  header .black-space {
    width: 100%;
    height: 3rem;
    background: #000; }
  header nav .link-menu {
    height: 48px; }
    header nav .link-menu a {
      color: #fff;
      font-size: 1.0rem;
      font-weight: 500;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      header nav .link-menu a:hover {
        text-decoration: none;
        color: #d2d2d2; }
  @media screen and (min-width: 992px) {
    header nav .logo::after {
      content: '';
      position: absolute;
      height: 124%;
      width: 1000%;
      right: -200px;
      top: -8px;
      background: rgba(0, 0, 0, 0.6);
      z-index: -1; } }
  @media screen and (min-width: 992px) and (min-width: 992px) {
    header nav .logo::after {
      right: 0; } }

  header nav .bg-links::after {
    content: '';
    position: absolute;
    height: 124%;
    width: 1000%;
    margin-left: -15px;
    top: -8px;
    background: rgba(0, 0, 0, 0.32);
    z-index: -1; }

section.header {
  background: rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 992px) {
    section.header {
      background: none; } }

.nav-mobile {
  padding: 0;
  position: absolute;
  width: 100%;
  top: 91px; }
  .nav-mobile .navbar-toggler {
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.45);
    padding: 11px 14px;
    position: relative;
    z-index: 1000; }
    .nav-mobile .navbar-toggler i {
      color: #fff;
      text-shadow: 0px 0px 3px #fff; }
  .nav-mobile .nav-item {
    margin: 30px 0;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 27px; }
    .nav-mobile .nav-item a {
      color: #fff;
      font-size: 25px;
      font-weight: 400;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .nav-mobile .nav-item a:hover {
        text-decoration: none;
        color: #d2d2d2; }
  .nav-mobile .navbar-collapse {
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    padding: 29px;
    z-index: 10; }

/*# sourceMappingURL=header.css.map */
