: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: #066cb1;
  padding-top: 60px;
  font-family: "Baloo 2", sans-serif;
  line-height: 20px;
}

h1 {
  color: #e4014b;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Luckiest Guy, sans-serif;
  line-height: 55px;
}

h2 {
  color: #ed2d61;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Luckiest Guy, sans-serif;
}

h3 {
  color: #fed720;
  text-transform: none;
  margin: 10px 0;
  font-family: Luckiest Guy, sans-serif;
  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-family: "Baloo 2", sans-serif;
}

a {
  font-family: Luckiest Guy, sans-serif;
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: "Baloo 2", sans-serif;
}

strong {
  font-weight: bold;
}

.navbar {
  background-color: #0433bd;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

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

.nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
  color: #e4014b;
}

.nav-menu {
  float: left;
}

.brand.w--current {
  padding-top: 0;
  padding-right: 0;
}

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

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

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

.section.disclaimer {
  color: #45bd44;
  background-color: #00000029;
  padding-top: 40px;
  padding-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: #0433bd;
  padding-top: 20px;
  padding-bottom: 60px;
}

.container {
  text-align: center;
}

.link-3 {
  color: #fff;
}

.feature {
  padding: 15px;
}

.grid-image-2 {
  width: 35%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

.hero-section {
  text-align: center;
  background-image: linear-gradient(#0000 96%, #066cb1), url('../images/fish-slot-background.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.footer-link-2:hover {
  color: #ed2d61;
}

.copyright {
  color: #fed720;
  font-family: Luckiest Guy, sans-serif;
}

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

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

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

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

.about-us {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.brandname {
  color: #e4014b;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 20px 100px 20px 30px;
  font-family: Luckiest Guy, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 20px;
}

.brandname.w--current {
  box-shadow: none;
  color: #fff;
  background-color: #000;
}

.brandname.w--current:hover {
  color: #7f5f02;
}

.image {
  border-radius: 20px;
  margin-top: 40px;
}

.div-block {
  margin-bottom: 60px;
}

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

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

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

.link {
  color: #fff;
}

.disclaimer-header {
  color: #45bd44;
}

.spin {
  max-width: 60%;
  margin-top: 60px;
  margin-bottom: 20px;
}

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

  .nav-link {
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu {
    color: #fed720;
    background-color: #0433bd;
    font-family: Luckiest Guy, sans-serif;
    box-shadow: inset 0 -1px #ffffff21, 0 7px 13px -4px #00000073;
  }

  .brand {
    padding-top: 0;
  }

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

  .menu-button, .menu-button:active {
    background-color: #0433bd;
  }

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

  .grid-image-2 {
    width: 50%;
    padding: 15px;
  }

  .brandname {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

  .navbar {
    position: relative;
  }

  .section {
    padding: 34px 10px;
  }

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

  .feature {
    margin-bottom: 30px;
  }

  .grid-image-2 {
    width: 20%;
    padding: 20px;
  }

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

  .about-us-image {
    padding-top: 23px;
  }

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

  .gamble-help-3 {
    max-width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    padding-right: 10px;
  }

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

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

  .grid-image-2 {
    width: 60%;
  }

  .grid-3, .about-us {
    flex-flow: column;
  }

  .brandname {
    border-top-style: none;
  }

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

  .spin {
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
  }
}


