: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: #c00802;
  padding-top: 60px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: gold;
  margin: 0 0 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 47px;
  font-weight: 700;
  line-height: 55px;
}

h2 {
  color: gold;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

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-family: Oswald, sans-serif;
}

a {
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #4d4d4d33;
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  color: #fff;
  text-align: center;
  border-width: 3px;
  border-color: gold;
  border-radius: 20px;
  max-width: 40%;
  margin: 25px auto 20px;
  display: block;
  position: static;
}

.button.beige.footer:hover {
  background-color: #ffd70087;
}

.button.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: #0000;
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: #0000;
}

.navbar {
  background-color: #c00802;
  border-bottom: 5px solid gold;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px #ffffff21;
}

.nav-link {
  box-shadow: none;
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  border-right: 1px solid #4d4d4d;
  padding: 20px 30px;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  box-shadow: none;
  color: #fff;
  text-transform: none;
  background-color: #000;
}

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

.nav-link.social-icons {
  float: right;
  opacity: .8;
  border-left: 1px solid #4d4d4d;
  padding: 18px 22px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  border-left-style: none;
}

.logo-text {
  float: left;
  color: #000;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto;
  font-size: 25px;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
  margin-left: 140px;
  margin-right: auto;
}

.stone-logo {
  float: left;
  opacity: .9;
  margin-right: 8px;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  padding-top: 17px;
}

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

.section {
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.hero {
  color: #fff;
  background-color: #333;
  background-image: url('../images/slot-detective-office.jpg');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 55px;
  padding-bottom: 55px;
  font-family: Roboto;
}

.section.beige {
  background-color: #c97d42b5;
  padding-top: 100px;
}

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

.section.footer {
  background-color: #323232;
  padding-top: 65px;
  padding-bottom: 53px;
}

.section.game {
  background-color: #c97d42;
}

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

.main-heading.bold {
  color: gold;
  line-height: 80px;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: #fff;
  margin-top: 18px;
  margin-bottom: auto;
  font-size: 21px;
  font-style: normal;
}

.horizontal-bar {
  background-color: #fff;
  width: 60px;
  height: 2px;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: #c7aa8b;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: #3232322e;
}

.slider {
  background-color: #0000;
  height: 490px;
}

.slide {
  text-align: center;
  background-image: url('../images/slot-detective-hero.jpg'), linear-gradient(#0000008f, #0000008f);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  min-height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #32323221;
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.process-titles.dark {
  text-align: left;
  text-transform: none;
  border-top-color: #000;
}

.icon-wrapper {
  background-color: gold;
  border-radius: 50px;
  height: 150px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
}

.number {
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.number.dark {
  color: #000;
}

.testimonials-slider {
  background-color: #0000;
  height: auto;
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  text-align: center;
  width: 50%;
  padding: 24px 30px;
}

.left-arrow {
  color: #d1d1d1;
  width: 45px;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  color: #d1d1d1;
  width: 45px;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #3232325c;
  text-transform: uppercase;
  font-size: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  margin-top: 3px;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #c7aa8b;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: #fffc;
}

.field:focus {
  box-shadow: inset 0 0 #0000;
}

.success {
  color: #323232;
  text-align: center;
  background-color: #0000;
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.we {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.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;
  border-top: 6px solid gold;
  padding-top: 69px;
  padding-bottom: 69px;
}

.footer-section.footer {
  background-color: #000;
}

.grid-2 {
  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-2.links-policy {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  font-family: Roboto;
}

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

.link-2 {
  color: #fff;
}

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

.footer-link {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  display: block;
}

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

.dark-para {
  text-align: left;
}

.dark-para.left {
  color: #000;
  text-align: left;
  font-family: Roboto;
}

.game-rules {
  margin-top: 40px;
  margin-bottom: 40px;
}

.list-item-3 {
  font-family: Roboto;
}

.contact {
  padding-top: 60px;
  padding-bottom: 60px;
}

.disclaimer-text {
  color: #c7aa8b;
}

.remark {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
}

.container {
  text-align: center;
  background-color: #ffd70000;
  border-left: 5px solid gold;
  border-right: 5px solid gold;
  padding: 20px;
}

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

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

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

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

.paragraph-white {
  color: #aaa;
  padding-top: 20px;
  font-size: 14px;
}

.paragraph-white.center {
  color: #000;
  text-align: center;
}

.heading {
  margin-bottom: 40px;
}

.game-rules-bold {
  color: #fff;
  font-weight: 400;
}

.image-2 {
  border-radius: 20px;
}

.paragraph-game-rules-link {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.paragraph-game-rules-link.center {
  text-align: center;
}

.top-text {
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

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

.hero-section.centered {
  background-image: linear-gradient(#000000ad, #000000ad), url('../images/freepik__a-medieval-knight-clad-in-shining-silver-armor-sta__44267.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 5px gold;
  border-bottom-style: solid;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 240px;
  padding-bottom: 220px;
  position: static;
}

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

.image-8 {
  max-width: 70%;
}

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

.paragraph.white {
  color: #fff;
}

.heading-2 {
  font-weight: 400;
}

.heading-2.dark, .heading-2.dark-copy {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3 {
  font-weight: 400;
}

.heading-3.white {
  color: #fff;
  margin-bottom: 20px;
}

.container-disclaimer {
  border-top: 5px solid gold;
  border-bottom: 5px solid gold;
  margin-bottom: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.column {
  text-align: center;
}

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

.heading-4 {
  color: #000;
}

.bold-text {
  color: #fff;
}

.bold-text-2 {
  color: #fff;
  font-family: Oswald, sans-serif;
}

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

.hamburger-button {
  color: #000;
}

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

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

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

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

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

.navigation-menu {
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

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

.icon {
  color: #fff;
}

.bold-text-6 {
  font-family: Oswald, sans-serif;
}

.bold-text-7 {
  color: gold;
}

.paragraph-3, .paragraph-1 {
  font-family: Oswald, sans-serif;
}

.column-2, .column-3, .column-4 {
  text-align: center;
}

.container-5 {
  flex-flow: column;
  align-items: center;
}

.columns {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-copy {
  font-weight: 400;
}

.heading-2-copy.dark {
  text-transform: none;
  margin-top: 20px;
  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-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

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

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

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .section-2.center {
    padding-bottom: 20px;
  }

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

  .heading {
    font-size: 60px;
  }

  .top-text {
    font-size: 12px;
  }

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

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

  .navigation-link {
    color: #ffffff85;
  }

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

  .navigation-menu {
    background-color: #3b99d9;
  }
}

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

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .stone-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.hero {
    padding: 35px 10px;
  }

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

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .game-screenshot {
    padding-top: 23px;
  }

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

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

  .container {
    margin-bottom: 20px;
  }

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

  .navbar-2 {
    position: relative;
  }

  .column-2, .column-3, .column-4 {
    margin-top: 40px;
  }
}

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

  .section {
    padding-top: 60px;
  }

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

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .contact-form-column, .contact-info-column, .we {
    text-align: center;
  }

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

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

  .section-2 {
    padding-top: 0;
  }

  .heading {
    font-size: 35px;
  }

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

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

  .heading-2.dark, .heading-2.dark-copy {
    font-size: 30px;
    line-height: 40px;
  }

  .image-9 {
    margin-top: 20px;
  }

  .icon {
    color: gold;
  }

  .bold-text-7 {
    font-size: 25px;
  }

  .column-2, .column-3, .column-4 {
    margin-top: 40px;
  }

  .container-5 {
    margin-top: 60px;
  }

  .columns {
    flex-flow: column;
  }

  .heading-2-copy.dark {
    font-size: 30px;
    line-height: 40px;
  }
}


