@font-face {
  font-family: pp_neue_machinaregular;
  src: url(fonts/ppneuemachina-regular-webfont.woff2) format('woff2'),
    url(fonts/ppneuemachina-regular-webfont.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
body {
  min-height: 100vh;
  background-color: #171717;
  background-image: url(images/grunge.jpg);
  background-size: cover !important;
  background-repeat: no-repeat;
}

#video-bg {
  box-shadow: 0 0 12px rgb(84 84 84 / 85%);
}
.faux-btn {
  display: inline-block;
  background: #fae628;
  padding: 1.2em 2em 1em 2em;
  color: #171717;
  text-decoration: none;
  font-family: Barlow, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 600;
  transition: all 0.6s ease;
  border: 2px solid #fae628;
  box-shadow: 0 0 8px #fac928;
}
.faux-btn:hover {
  background-color: #171717;
  color: #fae628;
}
.subcat {
  text-transform: uppercase;
  font-family: Barlow, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 3px;
  color: #fff2c8;
}
@media screen and (min-width: 567px) {
  .sep {
    display: none;
  }
  .justify-content-start {
    justify-content: end !important;
  }
}
@media screen and (max-width: 566px) {
  .justify-content-center {
    justify-content: start !important;
  }
}
.sep {
  color: #ffeca7;
  font-size: 0.8rem;
  margin-top: 1em;
}
h1 {
  color: #fae628;
  font-family: 'Barlow', sans-serif;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.3rem;
  letter-spacing: 0.02rem;
  margin-top: 0.8rem;
  margin-bottom: 0.3em;
  text-shadow: 0 0 18px rgb(234 201 87 / 60%);
}
h5 {
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
p {
  margin: 0;
  text-shadow: 0 0 4px #000;
}
p,
span,
button {
  font-family: 'pp_neue_machinaregular', 'Space Grotesk', sans-serif;
  text-rendering: optimizeLegibility;
  color: #fff;
}
a {
  color: #fff;
  transition: all 0.8s ease;
}
a:hover {
  color: #fae628;
}
button {
  background: #fae628;
  font-family: Barlow, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  border: 2px solid #fae628;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 0 18px rgb(234 201 87 / 60%);
}
button:hover {
  border: 2px solid #fae628;
  background: 0 0;
  color: #fae628;
}
button .bi::before {
  font-weight: 600 !important;
  padding-left: 10px;
}
.v-social {
  display: block;
  list-style: none;
  padding: 0 0 0 2em;
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 0;
  align-self: center;
}
.discord {
  padding-bottom: 5px;
}
.video-cont {
  padding: 0;
}

/* Portal Modal */
.modal {
  background: rgba(0, 0, 0, 0.7);
}
.modal-content .btn-close {
  background: #fae628
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e")
    center/1em auto no-repeat !important;
}
.modal-title {
  font-size: 1.6rem;
  color: #fae628;
  text-shadow: 0 0 18px rgb(234 201 87 / 60%);
  letter-spacing: 2px;
}
.modal-content {
  background: #171717;
}
.modal-header {
  border-bottom: 1px solid #2c2c2c;
}
.modal-body video {
  max-height: 500px;
  display: block;
  margin: 0 auto;
}
.modal-body {
  background: #000;
}
.modal-body p {
  max-width: 580px;
  margin: 1rem auto 0.5rem;
}
.modal-footer {
  border-top: 0;
  justify-content: space-evenly;
  align-items: normal;
}
.modal-footer .btn-disconnect {
  padding: 0.83rem 3rem;
  min-width: 240px;
  border: 1px solid #fae6284a;
  color: #fae628b8;
  box-shadow: none;
}
.btn-disconnect:hover {
  background: rgb(250 230 40 / 20%);
  color: #fae628cc;
}
.modal-footer .faux-btn {
  min-width: 240px;
  letter-spacing: 1px;
}
.modal-footer .faux-btn:hover {
  background-color: #fff063;
  border: 2px solid #fff063;
  text-decoration: underline;
  font-style: italic;
  color: #171717;
}
@media (max-height: 760px) {
  .container {
    max-width: 900px !important;
  }
  #video-bg {
    margin-top: -20px;
  }
}
@media (max-height: 720px) {
  .container {
    max-width: 800px !important;
  }
  #video-bg {
    margin-top: -20px;
  }
  h1 {
    font-size: 1.81rem;
  }
  p {
    font-size: 0.8rem;
  }
  .subcat {
    font-size: 0.7rem;
  }
  .v-social {
    padding: 0 0 0 1.8rem;
  }
}
@media (min-width: 993px) and (max-width: 1440px) {
  .container {
    max-width: 1100px;
  }
  .pt-md-4 {
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 1441px) and (max-width: 1920px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 420px) and (pointer: coarse) {
  .modal-body p {
    font-size: 0.92rem;
    line-height: 1.4;
    margin: 0;
  }
  .modal-footer {
    flex-direction: column-reverse;
  }
  video {
    max-height: 450px;
  }
  .faux-btn {
    margin-bottom: 1rem;
  }
}
