body {
  background-color: #3f474d;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px 24px;
  font-family: 'Petit Formal Script', sans-serif;
  color: #2d3338;
  font-size: 69px;
  line-height: 54px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-shadow: none;
}

h2 {
  margin: 0px 0px 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: none;
}

h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}

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

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}

.button {
  display: block;
  width: 30%;
  height: 54px;
  margin-left: -1px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #1abc9c;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.button:hover {
  background-color: #22a88d;
}

.button:active {
  background-color: #209e85;
  box-shadow: inset 0 4px 12px -4px rgba(0, 0, 0, .29);
}

.subtitle {
  display: block;
  width: 400px;
  margin: 19px auto 63px;
  font-family: Oswald, sans-serif;
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}

.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid #000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: hsla(0, 0%, 100%, .7);
  box-shadow: inset 0 0 8px 0 transparent, inset 0 0 0 1px rgba(0, 0, 0, .16);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
}

.sign-up-form {
  margin-bottom: 66px;
}

.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}

.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #209981;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.spread-word {
  margin-top: 12px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: hsla(0, 0%, 100%, .6);
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}

.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}

.header-section {
  height: 100%;
  margin-top: 0px;
  padding-top: 29px;
  background-color: #fff;
  font-family: Oswald, sans-serif;
  color: #fff;
  text-align: center;
}

.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #1d1d1d;
  color: #7e7c87;
}

.copyright {
  color: hsla(0, 0%, 100%, .52);
}

.bars-wrapper {
  background-color: #1abc9c;
}

.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}

.bar._2 {
  background-color: #f2ca27;
}

.bar._3 {
  background-color: #e67e22;
}

.bar._4 {
  background-color: #16a085;
}

.bar._5 {
  background-color: #2980b9;
}

.bar._6 {
  background-color: #e74c3c;
}

.container {
  margin-top: 29px;
  padding-top: 0px;
  padding-right: 70px;
  padding-left: 70px;
  font-family: Oswald, sans-serif;
}

.image-crop {
  overflow: hidden;
  height: 260px;
  margin-top: 0px;
  margin-bottom: -78px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.social-section {
  margin-bottom: -29px;
  padding-top: 58px;
  padding-bottom: 9px;
  background-color: #ef7f22;
  font-family: Oswald, sans-serif;
  text-align: center;
}

.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}

.share-wrapper {
  margin-top: 32px;
}

.refer {
  color: hsla(0, 0%, 100%, .59);
}

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

.social-btn {
  margin-left: 17px;
  opacity: 0.44;
}

.header {
  position: fixed;
  top: 0px;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  clear: none;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.logo {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  width: 300px;
  margin: 65px auto 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  clear: both;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-align: center;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 780px;
  margin-bottom: 0px;
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.navmenu-container {
  margin-top: 0px;
  margin-bottom: 132px;
}

.brand {
  display: block;
  padding-top: 51px;
  padding-left: 57px;
  background-image: url('../images/sidsilogowoutline.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.navbarfixed {
  bottom: 0px;
  height: 50px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.navbarfixed-container {
  height: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 9px;
}

.navmenu-fixed {
  bottom: 9px;
  margin-bottom: -13px;
  padding-bottom: 0px;
}

.paragraph {
  display: block;
  height: 200px;
  padding-top: 0px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.kickstarterlink {
  width: 2000px;
  height: 100px;
  background-image: url('../images/kickstarterlogo.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.amazonlink {
  width: 294px;
  height: 171px;
  background-image: url('../images/amazonlogo.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.check-us-out {
  height: 30px;
  color: #f07e21;
  font-size: 37px;
  text-align: left;
}

.heading {
  height: 80px;
  padding: 5px;
  font-family: Oswald, sans-serif;
  color: #fff;
}

.facebook-sm {
  color: #fff;
}

.headercolumn2 {
  display: block;
  padding: 0px;
}

.gameboxheader {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.prules {
  margin-left: -167px;
  padding: 0px 23px 23px;
  text-align: left;
}

.pdf {
  display: block;
  width: 300px;
  height: 60px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 29px;
  font-size: 27px;
  line-height: 0px;
}

.rulesimg {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: auto;
}

.rulessection {
  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);
}

.rulescontainer {
  padding-top: 37px;
  padding-bottom: 29px;
}

.pdfbutton {
  padding: 30px;
}

.video {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding: 0px;
}

.video-container {
  padding: 28px;
}

.body {
  background-color: #ef7f22;
}

.rulespagebutton {
  display: block;
  width: 500px;
  height: 70px;
  margin-top: 47px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 22px 22px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  font-weight: 700;
  text-align: center;
}

html.w-mod-js *[data-ix="navbarfixed"] {
  -webkit-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate(0px, -100px);
}

html.w-mod-js *[data-ix="navbarscroll"] {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

@media (max-width: 991px) {
  .button {
    width: 30%;
  }
  .subtitle {
    display: block;
    width: 200px;
    margin-right: auto;
    margin-bottom: 31px;
    margin-left: auto;
    clear: both;
    text-align: center;
    text-shadow: none;
  }
  .field {
    width: 70%;
  }
  .image-crop {
    height: 100px;
    margin-bottom: 0px;
  }
  .social-section {
    padding: 23px;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .logo {
    margin-top: 9px;
    margin-left: 20px;
    clear: both;
  }
  .paragraph {
    height: 140px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
  }
  .heading {
    height: 70px;
    font-size: 60px;
  }
  .gameboxheader {
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both;
  }
  .prules {
    margin-left: -106px;
  }
  .rulesimg {
    padding-right: 89px;
  }
  .logocolumn {
    display: block;
    margin-top: 91px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  h1 {
    text-shadow: none;
  }
  .button {
    width: 40%;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .subtitle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    text-shadow: none;
  }
  .field {
    width: 60%;
    border-top-right-radius: 0px;
  }
  .sign-up-form {
    margin-bottom: 38px;
  }
  .header-section {
    padding-top: 37px;
  }
  .footer-section {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .copyright {
    font-size: 11px;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .paragraph {
    height: 200px;
    padding: 10px;
    font-size: 15px;
  }
  .heading {
    height: 60px;
    margin-bottom: 0px;
    font-size: 45px;
  }
  .gameboxheader {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .prules {
    margin-left: -3px;
    font-size: 15px;
  }
  .rulesimg {
    display: block;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logocolumn {
    margin-top: 1px;
  }
}

@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    font-size: 17px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .subtitle {
    width: 300px;
    margin-bottom: 44px;
    font-size: 22px;
    line-height: 26px;
    text-shadow: none;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 97px;
  }
  .social-widget-wrapper {
    display: block;
    width: 215px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .copyright {
    margin-bottom: 16px;
    text-align: center;
  }
  .container {
    margin-top: -5px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-crop {
    height: auto;
    margin-bottom: 40px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .align-right {
    text-align: center;
  }
  .social-btn {
    margin-right: 17px;
  }
  .paragraph {
    height: 280px;
    margin-bottom: -63px;
    padding: 0px;
    font-size: 13px;
  }
  .kickstarterlink {
    height: 50px;
  }
  .heading {
    height: 90px;
    font-size: 37px;
    line-height: 37px;
  }
  .gameboxheader {
    width: 300px;
  }
  .prules {
    font-size: 13px;
  }
  .pdf {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .rulespagebutton {
    width: 250px;
    padding: auto 0px;
    font-size: 27px;
    text-align: center;
  }
}

