:root {
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --white-smoke: #f7f7f7;
  --light-gray: #d1d1d1;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #fff;
  background-color: #440101;
  padding-top: 60px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #00ff09;
  margin: 0 0 10px;
  font-family: Nosifer, sans-serif;
}

h2 {
  color: #00ff09;
  text-transform: uppercase;
  font-family: Nosifer, sans-serif;
}

h3 {
  color: gold;
  margin: 10px 0;
  font-family: Nosifer, sans-serif;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  color: #00ff09;
  font-family: Nosifer, sans-serif;
  text-decoration: underline;
}

a:hover {
  color: gold;
}

.button {
  color: #00ff09;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #00ff09;
  border-radius: 10px;
  padding: 8px 50px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.1s;
  display: inline-block;
}

.button:hover {
  color: #440101;
  background-color: #00ff09;
}

.navbar {
  color: #ac2303;
  background-color: #440101;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.section {
  text-align: left;
  padding-top: 40px;
  padding-bottom: 60px;
}

.section.image {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080),
    url("../images/halloween-pumpkin-genback.jpg");
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.about-us {
  text-align: left;
}

.main-heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 79px;
  font-style: normal;
  line-height: 66px;
}

.main-heading.bold {
  text-align: center;
  font-weight: 700;
  line-height: 80px;
}

.main-subheading {
  color: gold;
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 30px;
  font-style: normal;
}

.icon-wrapper {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 24px;
}

.footer-text-2 {
  color: #fff6;
}

.footer-text-2.margin-footer {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-section {
  text-align: center;
  background-color: #440101;
  padding-top: 69px;
  padding-bottom: 69px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-2.links-policy {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

.footer-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-text-3 {
  color: gold;
  font-family: Nosifer, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.gamble-help {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.footer-link {
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: gold;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url("../images/halloween-pumpkin-tophero.jpg");
  background-position: 50%;
  background-size: cover;
  border-bottom: 4px #ff4c4c;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  position: static;
}

.hero-section.centered.gamesite {
  padding-top: 120px;
  padding-bottom: 120px;
}

.hero-section.centered.game-site {
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-container {
  text-align: center;
}

.heading-2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}

.column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navigation-link {
  color: gold;
  font-family: Raleway, sans-serif;
  transition: all 0.3s ease-in-out;
}

.navigation-link:hover {
  color: #00ff09;
}

.navigation-link.w--current {
  color: gold;
}

.navigation-link.w--current:hover {
  color: #00ff09;
}

.navigation-menu,
.nav-container {
  color: #fff;
}

.hamburger-button {
  color: #440101;
}

.brand-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 25px;
}

.columns {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
}

.columns.about {
  text-align: left;
}

.game-container {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature-container {
  border-radius: 10px;
  padding: 20px;
}

.heading-hero {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}

.icon {
  color: #fff;
}

.transparent-container-about {
  text-align: left;
  padding: 20px;
}

.slot-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  h3 {
    font-size: 17px;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-menu,
  .hamburger-button.w--open {
    background-color: #3b99d9;
  }

  .columns {
    flex-flow: row;
  }

  .columns.about {
    flex-flow: column;
  }

  .heading-hero {
    font-size: 60px;
  }

  .transparent-container-about,
  .container {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .navbar {
    position: relative;
  }

  .section {
    padding: 34px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .footer-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bottom-links {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-text-3 {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .columns {
    flex-flow: column;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .container-3 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .section.image {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-heading.bold {
    font-size: 40px;
  }

  .main-subheading {
    font-size: 16px;
  }

  .footer-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2.links-policy {
    font-size: 10px;
    display: flex;
  }

  .footer-bottom-links {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-wrap: wrap;
  }

  .footer-link.w--current {
    text-transform: uppercase;
  }

  .hero-section.centered {
    padding: 60px 20px;
  }

  .hero-section.centered.gamesite {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 20px;
  }

  .navigation-menu {
    background-color: #440101;
  }

  .brand-text {
    font-size: 10px;
  }

  .columns {
    flex-flow: column;
  }

  .heading-hero {
    font-size: 30px;
    line-height: 60px;
  }

  .icon {
    color: gold;
  }

  .transparent-container-about {
    text-align: center;
  }

  .text-span,
  .heading-3,
  .heading-4,
  .heading-5 {
    font-size: 25px;
  }
}
