#header .stuck {
  display: none;
}
body,
html {
  box-sizing: border-box;
}
h1 {
  font-size: 25px;
}
h2 {
  font-size: 23px;
}
h3 {
  font-size: 20px;
}
p {
  font-size: 16px;
}
h1 {
  color: #ffe690;
}
*,
:after,
:before {
  box-sizing: inherit;
}

html {
  height: 100%;
  width: 100%;
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  background: url(/wp-content/uploads/2024/12/bg.jpg) top center no-repeat fixed;
  background-size: cover;
  background-color: #120602;
  color: #fff;
  font-size: 14px;
  z-index: -1;
}

article {
  position: relative;
}

#form .container,
#main .container,
header .container {
  max-width: 640px;
}

a,
.absolute-footer a {
  color: #f6dd8a;
}

a:hover {
  color: #f6dd8a;
}

.text-primary {
  color: #fed136 !important;
}
.col-inner ol li,
.col-inner ul li,
.entry-content ol li,
.entry-content ul li,
.entry-summary ol li,
.entry-summary ul li {
  margin-left: 10px !important;
}

header {
  padding-top: 0.5rem;
  padding-bottom: 0 !important;
  margin-bottom: 0;
}

.logo {
  max-width: 40%;
  margin: 0 auto;
}

.logo > img,
.slogan > img {
  width: 100%;
  height: auto;
}

.slogan {
  color: #ffe49e;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  font-size: 15px;
  margin-bottom: 1rem;
  opacity: 0.7;
}
.quote {
  color: #ffe49e;
  font-size: 14px;
}

.social-list {
  position: fixed;
  left: calc(50% + (600px / 2) + 5rem);
  top: 14.5rem;
  z-index: 9;
  width: 250px;
}
.social-list .flickity-slider .img {
  border: 2px solid #fff;
  border-radius: 10px;
}

a:hover {
  text-decoration: underline;
}

#footer {
  z-index: 10;
}
.text img {
  margin-bottom: 0 !important;
}
.play-quick-web:hover,
#btn-submit-form:hover {
  cursor: pointer;
  filter: drop-shadow(2px 2px 8px #f6ce75) brightness(1.1) !important;
}
