:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.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: #9C27B0;
  background-color: #000000;
  font-family: Cinzel, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #39C7D9;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #39C7D9;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  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 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Roboto;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  background-color: #b80093;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.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 {
  background-color: #3C3210;
}

.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;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.section.games {
  color: #1b263b;
  background-color: #1b263b;
  padding-top: 100px;
  padding-bottom: 140px;
}

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

.section.aqua.center {
  color: #9d6a6a;
  background-color: #342706;
  padding-top: 40px;
  padding-bottom: 10px;
}

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

.section.center.red-border {
  border-style: solid none;
  border-color: #9C27B0;
}

.red-box {
  color: #fff;
  text-align: left;
  background-color: #d4af3700;
  border: 5px solid #867613;
  border-right-style: none;
  border-radius: 0;
  margin-right: 40px;
  padding: 20px 15px 15px;
}

.red-box.transparent {
  text-align: center;
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.red-box.transparent.right {
  text-align: right;
}

.red-box.top {
  border-style: none;
  box-shadow: 0 2px 5px 2px #0000007d;
}

.red-box.right {
  text-align: right;
  border-left-style: none;
  border-right-style: solid;
  margin-left: 40px;
  margin-right: 0;
}

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

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

.hero-section.centered.games {
  border-bottom-style: none;
  padding-top: 60px;
  padding-bottom: 40px;
}

.hero-heading {
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 80px;
  color: #E4AB00;
  /* text-shadow: 1px 1px 0 #ffffff, -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff; */
  text-shadow:
  1px 1px 2px #ffffff,
  -1px -1px 2px #ffffff,
  1px -1px 2px #ffffff,
  -1px 1px 2px #ffffff;
}

.hero-subheading {
  color: #11393F;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  padding: 5px;
  background-color: #e8eaf6ba;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
  background-color: #b80093;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
  text-align: center;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 20px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

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

.footer.center {
  text-align: center;
  background-color: #342706;
  border-top: 1px solid #dbdbdb;
  padding-top: 40px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #b80093;
  border: 10px dashed #fff;
  border-radius: 100%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #9e0094;
}

.info-icon {
  float: left;
}

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

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

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.fullwidth-image.single {
  width: 70%;
}

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

.form {
  margin-top: 40px;
}

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

.footer-text-2 {
  color: #b6b6b6;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

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

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
}

.section-2.section-footer {
  color: #192024;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.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 {
  color: #fff;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  font-weight: 800;
}

.footer-link-2 {
  color: #b6b6b6;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-link-2:active {
  color: #0e2244;
}

.paragraph-footer {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 140px;
  padding-right: 140px;
  font-weight: 500;
}

.paragraph-footer a {
  color: #39C7D9;
}

.paragraph-footer.footer-text-diclaimer {
  text-align: center;
  margin: 0;
  padding: 20px 100px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.footer-bottom-links-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content;
  width: auto;
  display: flex;
}

.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 {
  width: 100px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-17 {
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.image {
  max-width: 100%;
}

.columns {
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
}

.paragraph-18, .paragraph-19 {
  text-align: left;
}

.link {
  color: #fff;
}

.container-2 {
  margin-top: 0;
  position: static;
}

.paragraph-20 {
  text-align: left;
  font-family: Rubik;
  font-weight: 400;
}

.heading {
  font-weight: 400;
}

.heading.white {
  color: #fefeff;
  font-weight: 700;
}

.heading.blue {
  margin-top: auto;
  padding-bottom: 0;
  font-size: 26px;
}

.heading.blue.big {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
}

.heading.blue.big.center {
  text-align: center;
  margin-bottom: auto;
}

.heading.gold {
  text-transform: uppercase;
  font-weight: 700;
}

.heading.gold.big {
  font-size: 50px;
  font-weight: 800;
}

.heading-2 {
  font-family: Montserrat, sans-serif;
}

.paragraph {
  font-family: Rubik;
  font-weight: 400;
}

.paragraph-22 {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: gold;
}

.columns-3 {
  margin: 40px 0;
}

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

.paragraph-23 {
  color: #fff;
  text-align: left;
}

.paragraph-23.margin-bottom {
  margin-bottom: 60px;
}

.container-4, .heading-3 {
  font-family: Montserrat, sans-serif;
}

.paragraph-24 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

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

.section-3 {
  text-align: center;
  padding-top: 69px;
  padding-bottom: 69px;
}

.section-3.grey {
  background-color: #f5f5f5;
}

.divider {
  background-color: #fff;
  width: 80px;
  height: 2px;
  margin: 28px auto;
  display: block;
}

.divider.grey {
  color: gold;
  background-color: gold;
  margin-bottom: 43px;
}

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

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

.game-info {
  background-color: #342706;
  border-bottom: 5px solid #867613;
  border-left: 5px solid #867613;
  border-right: 5px solid #867613;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.disclaimer {
  text-align: center;
  background-color: #fefec9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.x-icon {
  margin-top: -26px;
  margin-bottom: 34px;
}

.about-text {
  color: #47474f;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 25px;
}

.about-text.blue {
  color: #fff;
  font-size: 12px;
}

.brand {
  padding-top: 17px;
}

.text-block {
  color: #fff;
}

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

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

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

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

.heading-5 {
  color: #fff;
}

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

.button-2 {
  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-2:hover {
  color: #323232;
  background-color: #fff;
}

.button-2.form {
  color: #1b263b;
  background-color: #d4af37;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
  font-weight: 700;
}

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

.contact {
  background-color: #601401;
  background-image: linear-gradient(#fff0 83%, #000), linear-gradient(#000, #fff0 37%);
  padding-top: 0;
  padding-bottom: 0;
}

.contact-text {
  color: #fff;
}

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

.form-block {
  margin-bottom: auto;
}

.container-5 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-6 {
  margin-bottom: 40px;
}

.nav-menu {
  color: #f7f9f9;
}

.nav-link {
  color: #f7f9f9;
  text-transform: uppercase;
  border-bottom: 2px solid #0000;
  margin-top: 23px;
  margin-left: 34px;
  padding: 0;
  transition: border-color .3s;
}

.nav-link:hover {
  color: gold;
  text-decoration: none;
}

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

.copyright {
  color: #39C7D9;
  font-weight: 700;
}

.container-6 {
  color: #fff;
}

.bold-text-2 {
  color: #FFC927;
}

.heading-8 {
  color: gold;
}

.heading-gold {
  color: gold;
  font-weight: 700;
}

.text-block-white {
  color: #f7f9f9;
}

.text-block-white.center {
  color: #fff;
}

.paragraph-white {
  color: #fff;
  padding-top: 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.paragraph-white.center, .paragraph-blue.center {
  text-align: center;
}

.paragraph-blue.center.padding {
  color: #fff;
  padding-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.image-2, .image-3 {
  border: 5px solid #867613;
  border-bottom-style: none;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.image-4, .image-5 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.form-2 {
  margin-top: 40px;
}

.paragraph-left {
  color: #000;
  margin-bottom: 11px;
}

.heading-left {
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.list-3 {
  color: #fff;
}

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

.list {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

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

.project-title-2, .project-title-3 {
  color: #15fcb4;
  text-align: left;
  margin-bottom: 20px;
  font-weight: 400;
}

.image-6 {
  border: 3px #000;
  max-width: 50%;
}

.bold-text-5, .bold-text-6 {
  font-size: 15px;
}

.bold-text-8 {
  color: #fff;
}

.columns-6 {
  margin-top: 100px;
}

.link-2 {
  color: #9C27B0;
}

@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: #3C3210;
  }

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

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

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

  .section-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .heading.blue {
    font-size: 18px;
  }

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

  .nav-menu {
    background-color: #3C3210;
  }

  .nav-link {
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link:hover {
    border-bottom-color: #0000;
  }

  .bold-text-3 {
    line-height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .red-box {
    margin-bottom: 30px;
  }

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

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

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

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

  .spc {
    margin-bottom: 30px;
  }

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

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

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

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

  .disclaimer {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .x-icon {
    margin-bottom: 21px;
  }

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

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

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .navigation-bar {
    margin-top: 0;
    padding-top: 0;
  }

  .hamburger-button {
    color: gold;
    background-color: #3C3210;
  }

  .hamburger-button:active {
    color: #9C27B0;
  }

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

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

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

  .container {
    flex-wrap: nowrap;
  }

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

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

  .footer-bottom-links-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .heading.blue.big, .heading.blue.big.center, .heading.gold, .heading.gold.big {
    font-size: 25px;
  }

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

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

  .nav-menu {
    background-color: #3C3210;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .paragraph-left, .heading-left, .project-description, .project-title-2, .project-title-3 {
    text-align: center;
  }

  .icon {
    color: #F1C234;
  }
}


#disclaimer a {
  color: #fff;
  text-decoration: none;
}
