body {
  background: #191919 url('background_index.jpg') repeat-x;
  color: white;
  font-family: Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.1px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  color: #eee;
}
a,.btn,.nav-link {font-weight: bold;}
h3,h4,h5 {margin-bottom:30px;}

.red-text {
  color: #e60000;
}

.carousel-inner img {
  width: 100%;
  height: auto;
}

footer {
  text-align: center;
  padding: 1rem;

}

h1 {
  font-size: 80px;
}

#headermenu {
  border: 1px solid #323232;
  background: #1a1a1a;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

#headermenu a {
  display: block;
  float: left;
  color: #fff;
  padding: 0 20px;
  margin: 0;
  position: relative;
  line-height: 40px;
  border-left: 1px solid #323232;
  border-right: 1px solid #000000;
}

#headermenu a:first-child {
  border-left: none !important;
  padding-left: 20px;
}

#headermenu a:hover {
  background: #D8001C;
  text-decoration: none !important;
  color: fff;
}

h2 {
  font-size: 80px;
  color: #D8001C;
}

h3 {
  font-size: 60px;
}

.nav-link {
  font-size: 14px;
}

.btn {
  text-transform: uppercase;
  font-size: 14px;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 42px !important;
  }

  h2 {
    font-size: 52px !important;
  }

  h3 {
    font-size: 42px !important;
  }

  #headermenu a {
    border: none !important;
  }

  .footer-link-group a {
    display: block !important;
    margin-top: 0.5rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

.navbar-toggler {
  background-color: #000;
  color: #fff;
}
.btn-contact {
  background: #f05c22 !important;
  color: #fff;
}
.btn-contact:hover {
  background: #963007 !important;
  color: #fff;
}
.accordion-dark .accordion-item {
  background-color: #212529;
  color: #fff;
  border-color: #2c2f33;
}

.accordion-dark .accordion-button {
  background-color: #212529;
  color: #fff;
}

.accordion-dark .accordion-button:not(.collapsed) {
  background-color: #343a40;
}

.accordion-dark .accordion-body {
  background-color: #000;
  color: #fff;
}
.accordion-button::after {
  filter: invert(1);
}
