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

.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;
}

body {
  color: #fff;
  background-color: #4f291b;
  font-family: PT Sans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #ffe625;
  text-transform: none;
  margin: 0 0 10px;
  font-family: Lobster Two, sans-serif;
  line-height: 55px;
}

h2 {
  color: #5082ff;
  font-family: Lobster Two, sans-serif;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

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;
  font-size: 15px;
  line-height: 22px;
}

a {
  color: #ffe625;
  text-decoration: underline;
}

a:hover {
  color: #5082ff;
}

.navbar {
  background-color: #4f291b;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  box-shadow: none;
  color: #ffe625;
  text-transform: none;
  padding: 20px 30px;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  box-shadow: none;
  color: #5082ff;
}

.nav-link.w--current {
  box-shadow: none;
  color: #5082ff;
  text-transform: none;
}

.nav-link.w--current:hover {
  color: #5082ff;
}

.nav-link.w--current:active {
  background-color: #006c91;
}

.brand-name {
  float: left;
  color: #ffe625;
  text-transform: none;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Lobster Two, sans-serif;
  font-size: 30px;
}

.nav-menu {
  float: left;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-left: 140px;
  margin-right: auto;
}

.brand {
  padding-top: 17px;
}

.brand.w--current {
  padding-right: 20px;
}

.section {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.terms {
  text-align: left;
}

.section.image {
  color: #4f291b;
  background-image: url('../images/paytable_background_high.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 100px;
}

.footer-text-2.margin-footer {
  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;
  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;
  justify-items: center;
}

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

.link-2 {
  color: #fff;
}

.footer-text-3 {
  font-size: 14px;
  line-height: 25px;
}

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

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

.footer-link:hover {
  color: #008cffd6;
}

.hero-section {
  text-align: center;
  background-image: url('../images/Background.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  padding-top: 420px;
  padding-bottom: 440px;
}

.container-3 {
  margin-bottom: 40px;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.about-us-image {
  border-radius: 20px;
  max-width: 90%;
}

.link-4, .link-5 {
  color: #fff;
}

.feature {
  float: left;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.div-3-features {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 100px;
}

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

.footer-text-4.margin-footer {
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-copyright {
  font-size: 14px;
  line-height: 25px;
}

.grid-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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-3.links-policy {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

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

.column-center {
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.heading-dark {
  color: #4f291b;
}

.paragraph-dark-and-bold {
  font-weight: 700;
}

.centered-subheading {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.container-team {
  justify-content: center;
  align-items: center;
}

.columns-team {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-team-text {
  text-align: left;
}

.game-image, .feature-image {
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-2-members {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 40px auto 100px;
}

.team-member {
  float: left;
  text-align: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.member-image {
  border-radius: 20px 20px 50% 50%;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .container-team {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    position: relative;
  }

  .section {
    padding: 34px 10px;
  }

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

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

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

  .container {
    margin-bottom: 20px;
  }

  .hero-section {
    margin-top: 0;
  }

  .feature {
    margin-bottom: 40px;
  }

  .div-3-features {
    margin-top: 60px;
  }

  .footer-copyright {
    font-size: .875rem;
    line-height: 1.375rem;
  }

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

  .div-2-members {
    margin-top: 60px;
  }

  .team-member {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    background-color: #4f291b;
  }

  .brand.w--current {
    padding-top: 18px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .menu-icon {
    color: #ffe625;
  }

  .section {
    margin-top: 100px;
  }

  .menu-button {
    background-color: #4f291b;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

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

  .container-nav {
    flex: 1;
  }

  .about-us-image {
    margin-top: 20px;
  }

  .feature {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .column-team-text {
    text-align: center;
  }

  .team-member {
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}


