:root {
  --gold-bg: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
}

html, body {
  overflow-x: hidden !important;
}

body {
  background: #000000;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  width: 100vw;
  overflow-x: hidden !important;
}

.btn-primary {
  background: var(--gold-bg);
  border: none;
}

.bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--white);
  background: var(--primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--primary);
  background: rgba(0,123,255,0.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.navbar-brand img {
  max-width: 320px;
}

.card-title {
  margin-bottom: .60rem;
}

.bs-icon {
  --bs-icon-size: 0.75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--white);
  background: var(--primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--primary);
  background: rgba(0,123,255,0.2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.card {
  height: 100%;
}

form label {
  font-weight: 100;
  font-size: 1.2rem;
}

.fit-cover {
  object-fit: cover;
}

div#newsletterModal .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  max-width: 90% !important;
  width: 450px;
}

div#newsletterModal:before {
  content: ' ';
  background: #000000c7;
  width: 100%;
  height: 100%;
  position: absolute;
}

.modal-content {
  border-radius: 0;
}

.modal-body {
  text-align: center;
  position: relative;
}

.modal-body .close {
  cursor: pointer;
  color: red;
  position: absolute;
  top: 0;
  right: 10px;
}

.modal-body h2 {
  font-weight: 100;
  font-size: 2.5rem;
}

.modal-body {
  text-align: center;
  position: relative;
  padding: 60px 0;
}

.modal-body .form-inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

section .container-fluid {
  padding: 0;
  margin: 0;
  border-radius: 0;
}

.navbar-toggler {
  margin: auto;
  display: block;
}

@media (max-width: 991px) {
  #navcol-2 a, #navcol-2 a.btn.btn-primary.ml-lg-2 {
    text-align: center;
    margin: auto;
    display: block;
    max-width: 150px !important;
  }
}

#welcome {
  background: linear-gradient(rgba(1,3,6,0.5), rgba(39,40,42,0.5)), url("../../assets/img/rs=w_2200,m.webp?h=f4947aa2738cc2adec8d2b9ba999a52a") center / cover;
  height: calc(100vh - 180px);
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media (max-width: 575px) {
  #welcome {
    padding: 100px 0 !important;
    height: unset !important;
  }
}

@media (max-width: 575px) {
  #welcome h1 {
    font-size: 185%;
    font-weight: 700 !important;
  }
}

@media (max-width: 576px) {
  .indulge {
    font-size: 1.7em;
  }
}

