@font-face {
  font-family: 'kill';
  src: url(../font/KillTheLights.ttf);
}

html {
  font-size: 10px;
}

body {
  margin: 0;
  background-color: #EEEEEE;
  font-family: Arial, Helvetica, sans-serif;
}

p, a {
  font-size: 1.6rem;
}

p {
  color: #888888;
}

img {
  max-width: 100%;
}

.row {
  --bs-gutter-x: 2.4rem;
}

.btn {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  border: 1px solid #888888;
  border-radius: 5px;
  padding: 6px 16px;
}

.btn:hover {
  background-color: #600000;
  border: 1px solid #8C0000;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.divisor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-primary {
  background-color: #8C0000;
}

.header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8C0000), to(#600000));
  background-image: linear-gradient(#8C0000, #600000);
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .menu {
  margin-top: 20px;
}

.header .menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.header .menu ul li {
  display: inline-block;
}

.header .menu ul li:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header .menu ul li a {
  color: white;
  text-decoration: none;
  padding: 0 30px;
  font-family: 'kill';
  text-transform: uppercase;
}

.header .menu ul li a:hover {
  text-decoration: underline;
}

.header .menu ul li a:active {
  color: #ffe600;
}

.header .menu ul li .sub-menu {
  position: absolute;
  padding-top: 24px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
}

.header .menu ul li .sub-menu li {
  display: block;
  text-align: left;
}

.header .menu ul li .sub-menu li a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #600000;
}

.header .menu ul li .sub-menu li a:hover {
  background-color: #8C0000;
}

.banner {
  position: relative;
  text-align: center;
}

.banner img, .banner video {
  width: 100%;
  display: block;
}

.banner h1 {
  margin: 0;
  color: white;
  font-size: 4rem;
  font-family: 'kill';
  font-weight: 400;
}

.banner p {
  color: white;
}

.banner a {
  color: white;
  text-decoration: none;
  display: inline-block;
  border: solid 1px white;
  border-radius: 5px;
  padding: 10px 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.banner .overlay-video {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.s-presentation {
  margin-top: 50px;
  text-align: center;
}

.s-presentation h2 {
  color: #8C0000;
  font-family: 'kill';
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  font-size: 2.4rem;
}

.s-gallery img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.s-gallery img:hover {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  z-index: 1;
  -webkit-filter: drop-shadow(3px 3px 3px 5px #333333);
          filter: drop-shadow(3px 3px 3px 5px #333333);
}

.s-gallery h3 {
  color: #8C0000;
  font-family: 'kill';
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
  font-size: 2.1rem;
}

.comment {
  margin-top: 50px;
  padding: 50px 0;
  text-align: center;
}

.comment p {
  color: white;
}

.comment p:last-child {
  margin-bottom: 0;
}

.footer {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8C0000), to(#600000));
  background-image: linear-gradient(#8C0000, #600000);
  text-align: center;
  font-size: 14px;
  color: white;
  padding: 15px 0;
  text-transform: uppercase;
}
/*# sourceMappingURL=style.css.map */