.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: #000;
  background-color: #ffd3f6;
  font-family: Bitter, serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: #388e3c;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Chewy, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #388e3c;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Chewy, sans-serif;
}

h3 {
  color: #8b0000;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Coiny;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

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

p {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
}

a {
  color: #388e3c;
  text-decoration: underline;
}

.navigation-link {
  color: #b80093;
  font-family: Montserrat, sans-serif;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #2e9dff;
}

.navigation-link.w--current {
  color: #b80093;
  font-family: Montserrat, sans-serif;
}

.navigation-bar {
  z-index: 1000;
  background-color: #ff8fe8;
  border-bottom: 1px solid #ffffff1c;
  width: 100%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000000d;
}

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

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

.section {
  text-align: left;
  padding: 80px 10px;
  position: relative;
}

.section.games {
  padding-top: 40px;
  padding-bottom: 10px;
}

.section.dislaimer {
  background-color: #70e1e5;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.dislaimer.center {
  color: #fff;
  background-color: #6e358d;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.center {
  color: #0d0d0d;
  text-align: center;
  border: 5px #000;
  padding-bottom: 140px;
}

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

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

.hero-section.centered {
  text-align: center;
  background-image: linear-gradient(360deg, #0d0d0d 8%, #1b263b00), url('../images/slot-gems-background.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 4px #ff4c4c;
  padding-top: 180px;
  padding-bottom: 180px;
}

.hero-section.centered.games {
  background-image: none;
  border-bottom-style: none;
  padding-top: 180px;
  padding-bottom: 20px;
}

.hero-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 80px;
}

.hero-heading.game {
  line-height: 75px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #ff8fe8;
  padding-top: 40px;
}

.footer-link {
  color: #388e3c;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  display: block;
}

.footer-link:hover {
  color: #ffd3f6;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 94%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}

.container.container-footer {
  color: #063359;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

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

.paragraph-footer {
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
}

.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-bottom-links {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.gamble-help {
  background-color: #ff8fe8;
  border-radius: 20px;
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.game-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  transition: bottom .3s;
  display: block;
  position: relative;
  bottom: 0;
}

.game-wrapper:hover {
  bottom: 8px;
}

.game-info {
  background-color: #ff8fe8;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding: 40px 20px;
}

.container-7 {
  text-align: left;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  height: 90px;
  display: flex;
}

.brand-2 {
  float: none;
  color: #000;
  text-align: left;
  margin-top: -4px;
  font-weight: 700;
  display: block;
}

.brand-2.w--current {
  float: left;
  margin-top: auto;
}

.nav-menu-2 {
  z-index: 3;
  opacity: 1;
  display: block;
}

.nav-link-2 {
  opacity: 1;
  color: #388e3c;
  margin-top: 0;
  margin-right: 0;
  padding: 21px 20px;
}

.nav-link-2:hover {
  opacity: 1;
  color: #ffd3f6;
}

.nav-link-2.w--current {
  color: #388e3c;
}

.nav-link-2.w--current:hover {
  color: #ffd3f6;
}

.link-block-flex {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.left-block {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-block.hero {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.container-hero {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.hero {
  color: #0000;
  align-items: center;
  height: auto;
  margin-top: 120px;
  padding-top: 0;
  display: flex;
}

.hero-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.hero-div.small {
  margin-right: 0%;
}

.hero-image {
  background-color: #ff8fe8;
  background-image: url('../images/medical-slot-doctor.png');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 350px;
  width: 700px;
  height: 700px;
  margin-left: -107px;
}

.hero-image-div {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.container-10 {
  z-index: 1;
  color: #fff;
  text-align: center;
  background-color: #ff8fe8;
  border-radius: 20px;
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px;
  display: block;
  position: relative;
}

.section-top {
  border-top: 1px solid #ebebeb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-weight: 500;
  position: relative;
}

.section-top.collections {
  border-top-style: none;
  padding: 120px 20px;
  position: relative;
}

.div-info-wrapper {
  margin-top: 40px;
}

.section-content-tittle {
  color: #000;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vertical-category {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-family: Bubblegum Sans;
  font-size: 22px;
  font-weight: 300;
  line-height: 34px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: rotate(-90deg)translate(0, -50%);
}

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

.yellow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.yellow:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.green {
  background-color: #398139;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.green:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.red {
  background-color: #ff7979;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.red:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.code-embed {
  background-color: #0000;
  margin-bottom: 20px;
}

.grid-terms {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 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;
}

.logo {
  color: #60961c;
}

.main-header {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 162px;
  line-height: 180px;
}

.subheader {
  color: #388e3c;
  text-transform: none;
  padding-left: 30px;
  font-size: 30px;
  font-weight: 400;
}

.blue {
  background-color: #8181ff;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.blue:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.rainbow {
  background-color: #ff79e4;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 20px auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.rainbow:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.orange {
  background-color: #ffd079;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 20px auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.orange:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.purple {
  background-color: #ff79f6;
  border: 30px solid #0000000d;
  border-radius: 240px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 20px auto;
  padding-top: 0;
  text-decoration: none;
  transition: box-shadow .5s;
  display: flex;
}

.purple:hover {
  box-shadow: 0 10px 15px #0000001a;
}

.image {
  width: 800px;
  max-width: none;
  position: relative;
}

.white-text {
  color: #fff;
}

.doctor-feature {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

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

  .hamburger-button {
    color: gold;
  }

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

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

  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph-footer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .game-wrapper:hover {
    transform: translate(0);
  }

  .brand-2 {
    padding-left: 14px;
  }

  .brand-2.w--current {
    margin-top: 0;
  }

  .menu-button {
    background-color: #d7ccc8;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    background-color: #d7ccc8;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: flex;
    top: 90px;
    overflow: visible;
  }

  .icon-2 {
    color: #e65100;
  }

  .nav-link-2 {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px #dcdcdc;
    width: 100%;
    max-width: 100%;
  }

  .link-block-flex {
    flex-direction: row;
  }

  .left-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .container-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    height: auto;
    margin-top: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .hero-div.small {
    align-items: center;
    width: 100%;
    margin-top: 100px;
  }

  .hero-image {
    background-size: cover;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .hero-image-div {
    width: 100%;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-top.collections {
    border-top-width: 0;
  }

  .vertical-category {
    display: none;
    top: 30%;
    left: -60px;
  }

  .yellow, .green, .red, .blue {
    width: 150px;
    height: 150px;
    margin-left: 0;
    margin-right: 0;
  }

  .rainbow, .orange, .purple {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .menu-button {
    font-size: 30px;
  }

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

  .container-hero {
    height: auto;
  }

  .hero {
    height: auto;
    padding-top: 6%;
  }

  .hero-image {
    background-size: 500px;
    height: 400px;
  }

  .container-10 {
    height: auto;
  }

  .div-info-wrapper {
    margin-top: 60px;
  }

  .vertical-category {
    display: none;
  }

  .candy {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .yellow {
    flex-flow: column;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .green, .red {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
  }

  .blue {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .rainbow, .orange, .purple {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    margin-top: 0;
    padding-top: 0;
  }

  .hamburger-button {
    color: gold;
    background-color: #1b263b;
  }

  .hamburger-button:active {
    color: #8b0000;
  }

  .section, .section.games {
    padding-top: 0;
  }

  .section.dislaimer.center {
    margin-bottom: 20px;
  }

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

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

  .hero-heading {
    text-align: left;
    padding-left: 10px;
    font-size: 30px;
  }

  .footer-link {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
  }

  .container {
    flex-wrap: nowrap;
  }

  .container.container-footer {
    flex-direction: column;
  }

  .grid-2 {
    grid-auto-flow: row;
    justify-content: center;
  }

  .paragraph-footer {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

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

  .nav-flex {
    height: 80px;
  }

  .menu-button, .nav-menu-2 {
    background-color: #d7ccc8;
  }

  .icon-2, .nav-link-2:hover {
    color: #e65100;
  }

  .left-block.hero {
    background-image: none;
    margin-top: auto;
    padding-top: 20px;
  }

  .container-hero {
    height: auto;
    margin-top: auto;
    position: relative;
  }

  .hero {
    background-image: none;
    height: auto;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .hero-div.small {
    text-align: center;
  }

  .hero-image {
    background-size: cover;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    height: 200px;
    margin-top: auto;
    display: flex;
  }

  .container-10 {
    height: auto;
  }

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

  .yellow {
    text-align: center;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .green {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .red {
    margin-left: auto;
    margin-right: auto;
  }

  .column {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .link-block {
    display: block;
  }

  .grid-terms {
    grid-auto-flow: row;
    justify-content: center;
  }

  .logo {
    font-size: 30px;
  }

  .main-header {
    text-align: center;
    font-size: 80px;
    line-height: 100px;
  }

  .subheader {
    padding-left: 0;
    font-size: 18px;
  }

  .blue, .rainbow, .orange, .purple {
    text-align: center;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }
}


