@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana.ttf') format('TrueType');
}

@font-face {
  font-family: 'HighlandGothicflf';
  src: url('../fonts/HighlandGothicFLF.ttf') format('TrueType');
}

body {
  color: #fff;
  font-family: 'Verdana';
}

.hide-please {
  display: none;
}

#home h1 {
  font-family: 'HighlandGothicflf';
  color: #fff;
}

.container-100-vh {
  background: url(../img/header-bg.png) no-repeat center center;
  background-size: contain;
  background-color: #000;
  height: 100vh;
  position: relative;
}

.container-100-vh .row {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

.navbar {
  font-family: 'HighlandGothicflf';
  background: #000;
  z-index: 9999;
}

.navbar-nav {
  text-transform: uppercase;
}

.navbar-nav li:not(:first-child) {
  padding-left: 1.5em;
}

.nav-link:hover {
  cursor: pointer;
}

#about {
  background: url(../img/about-bg.jpg) no-repeat center center;
  background-size: auto;
  position: relative;
}

#about .col-lg-12 {
  z-index: 9500;
}

#about::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  position: absolute;
  left: 0;
  top: 0;
}

#offer-list {
  list-style-type: none;
  padding: 0;
}

.offer-img {
  width: inherit;
}

#contact {
  background: url(../img/contact-bg.jpg) no-repeat center center;
  background-size: auto;
  position: relative;
}


#contact::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9000;
  position: absolute;
  left: 0;
  top: 0;
}

.z-index-9800 {
  position: relative;
  z-index: 9800;
}

.cookie {
  display: none;
  max-width: 440px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #000;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  z-index: 9999;
}

.cookie-close {
  display: block;
  cursor: pointer;
}



/* MEDIA */

@media (max-width: 768px) {
  #offer-header, #offer-list {
    text-align: center;
  }

  .hide-please {
    display: block;
  }

  .container-100-vh .row {
    position: relative;
  }

  .container-100-vh {
    background: #000;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cookie {
    max-width: inherit;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
