body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2ebcb0;
  font-size: 4em;
  line-height: 1.5;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2.5em;
  line-height: 1.5;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3c5d39;
  font-size: 1.7em;
  line-height: 30px;
  font-weight: 600;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  text-align: center;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  min-height: 400px;
  padding-top: 30vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/diamond-bg-20.png'), radial-gradient(circle farthest-corner at 50% 50%, #a8a8a8, #222);
  background-position: 0px 0px, 0px 0px;
  background-size: 50%, auto;
}

.hero.chikun {
  min-height: 800px;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/dirt-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #6f5539, #3a1a00);
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0px;
  right: 0%;
  bottom: auto;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1800px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #2ebcb0;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

.nav-link:hover {
  color: #afded7;
}

.h1-hero {
  margin-top: 0px;
  color: #afded7;
  font-size: 5em;
  line-height: 1;
}

.h1-hero.chikun {
  color: #149ec9;
}

.h2-hero {
  margin-top: 10px;
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 2.8em;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
}

.hero-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hr {
  width: 50px;
  height: 2px;
  background-color: #afded7;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.top {
  min-height: 800px;
}

.brand {
  margin-top: 10px;
  margin-right: auto;
}

.wrapper {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

.wrapper.foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper.top {
  padding-top: 60px;
}

.wrapper.bottom {
  padding-bottom: 60px;
}

.wrapper.home {
  margin-top: 10px;
  margin-bottom: 10px;
  background-image: url('../images/dirt-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #6f5539, #3a1a00);
  background-position: 0px 0px, 0px 0px;
  background-size: 50%, auto;
}

.nav-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-image: url('../images/diamond-bg-20.png'), -webkit-gradient(linear, left top, left bottom, from(#111), to(#494949));
  background-image: url('../images/diamond-bg-20.png'), linear-gradient(180deg, #111, #494949);
  background-position: 0px 0px, 0px 0px;
  background-size: 50%, auto;
}

.nav-bg.chikun {
  background-image: url('../images/grass-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#002400), to(#3c5d39));
  background-image: url('../images/grass-bg.png'), linear-gradient(180deg, #002400, #3c5d39);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/diamond-bg-20.png'), -webkit-gradient(linear, left top, left bottom, from(#3b3b3b), to(#000));
  background-image: url('../images/diamond-bg-20.png'), linear-gradient(180deg, #3b3b3b, #000);
  background-position: 0px 0px, 0px 0px;
  background-size: 50%, auto;
}

.footer.chikun {
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/dirt-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#6f5539), to(#3a1a00));
  background-image: url('../images/dirt-bg.png'), linear-gradient(180deg, #6f5539, #3a1a00);
}

.footer-section {
  margin-top: 60px;
}

.footer-links {
  margin-right: auto;
}

.footer-linkblock {
  padding: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
}

.footer-linkblock:hover {
  color: #afded7;
}

.button-wrapper {
  position: relative;
  margin-left: 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.button-wrapper:hover {
  color: #afded7;
}

.button-bottom-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.button-left-line {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.button-right-line {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 2px;
  height: 100%;
  background-color: #fff;
}

.button-top-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.button-text {
  margin: 15px 25px;
}

.button-text.solid {
  margin: 13px 24px;
}

.hero-img {
  width: 700px;
}

.hero-img.subpage {
  width: 400px;
  margin-bottom: -10px;
}

.footer-img {
  width: 280px;
  margin-right: 0px;
}

.hamburger-menu-hm12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hamburger-menu-hm12.w--open {
  background-color: transparent;
}

.top-bar-hm12 {
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #f1953a;
}

.middle-bar-hm12 {
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #f1953a;
}

.bottom-bar-hm12 {
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #f1953a;
}

.cross-bar-1-hm12 {
  position: absolute;
  left: auto;
  top: 25px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #f1953a;
}

.cross-bar-2-hm12 {
  position: absolute;
  left: auto;
  top: 25px;
  right: auto;
  bottom: auto;
  width: 40px;
  height: 3px;
  margin-top: 6px;
  margin-bottom: 6px;
  border-radius: 6px;
  background-color: #f1953a;
}

.navbar-hamburger-menu-hm12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.ani-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav-links {
  display: none;
}

.heading {
  color: #2ebcb0;
}

.h1 {
  text-align: left;
}

.h1.chikun {
  color: #683600;
  text-align: left;
}

.h1.chikun.top {
  color: #683600;
  font-size: 3em;
  line-height: 1.1;
}

.h1.chikun.faq {
  margin-bottom: 40px;
}

.h1.left {
  text-align: left;
}

.image-2 {
  position: static;
}

.paragraph {
  text-align: left;
}

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

.para {
  text-align: left;
}

.para.top {
  margin-top: 15px;
}

.para.bottom {
  margin-bottom: 60px;
}

.para.home {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.side-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 30px;
  text-align: left;
}

.image-3 {
  width: 220px;
  height: 25%;
  min-width: 240px;
  margin-top: 20px;
  margin-right: 40px;
}

.div-block {
  width: 50%;
  height: 50%;
}

.nav-chikun {
  margin-left: 20px;
}

.subpage-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 450px;
  min-height: 400px;
  padding-top: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-image: url('../images/diamond-bg-20.png'), radial-gradient(circle farthest-corner at 50% 50%, #555, #222);
  background-position: 0px 0px, 0px 0px;
  background-size: 50%, auto;
}

.subpage-hero.chikun {
  padding-top: 120px;
  background-image: url('../images/dirt-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #6f5539, #1f1100);
}

.h2 {
  color: #3c5d39;
  font-weight: 600;
}

.h2.home {
  margin-top: 70px;
  margin-right: 40px;
  margin-left: auto;
  font-size: 2em;
}

.nav-diamond {
  margin-left: 20px;
}

.image-4 {
  float: left;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  margin-top: 10px;
  margin-right: 20px;
}

.solid-button-wrapper {
  position: relative;
  margin-left: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.solid-button-wrapper:hover {
  background-color: #fff;
  color: #098512;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-copy {
  width: 80%;
  margin-top: 25px;
  color: #d6c6a9;
  font-size: 0.8em;
  text-align: left;
}

.link-block {
  margin-left: auto;
}

.link-block.mobile {
  display: none;
}

.commands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  background-color: #3c5d39;
}

.vote-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  min-width: 260px;
  margin-top: 20px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/grass-bg.png'), radial-gradient(circle farthest-corner at 50% 50%, #3c5d39, #002400);
  background-position: 0px 0px, 0px 0px;
  background-size: 100%, auto;
  color: #fff;
  text-decoration: none;
}

.vote-button.chikun {
  background-image: url('../images/grass-bg.png'), -webkit-gradient(linear, left top, left bottom, from(#002400), to(#3c5d39));
  background-image: url('../images/grass-bg.png'), linear-gradient(180deg, #002400, #3c5d39);
}

.vote-button.home {
  width: 100%;
  min-width: 320px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: 20px;
}

.vote-text {
  margin-top: 10px;
  margin-right: auto;
  margin-left: 20px;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2;
  font-weight: 800;
  text-align: left;
}

.vote-text.left {
  margin-right: 20px;
  margin-left: auto;
  text-align: right;
}

.vote-chikun {
  margin-left: auto;
}

.vote-chikun.home {
  margin-right: 20px;
  margin-left: 20px;
}

.list-mid {
  font-size: 1.2em;
}

.text-span {
  font-size: 0.6em;
  font-weight: 300;
}

.question-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 2px;
  border-color: #3c5d39;
  background-color: #fff;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #3c5d39;
}

.service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 11px;
  margin-bottom: 0px;
  padding: 0px;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #6f5539;
  border-radius: 50%;
  color: #6f5539;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.question-text {
  margin-top: 10px;
  margin-left: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.question-arrow-icon {
  margin-top: 19px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.answer {
  display: block;
  overflow: hidden;
  color: #9096a4;
}

.answer-text {
  margin-top: 8px;
  color: #3b3b3b;
  text-align: left;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3c5d39;
  font-weight: 600;
}

.link:hover {
  color: #afded7;
}

.banner {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: -200px;
  width: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 60px;
  background-color: #afded7;
  box-shadow: 5px 5px 3px 0 rgba(0, 0, 0, 0.6);
}

.h1-banner {
  color: #002400;
  font-size: 2.2em;
  line-height: 1;
}

.bold-text {
  color: #007396;
  font-size: 1.4em;
}

@media screen and (min-width: 1440px) {
  .wrapper {
    width: 70%;
  }

  .para.home {
    width: 70%;
  }

  .side-img {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper {
    width: 60%;
    max-width: 1200px;
  }

  .para.home {
    width: 60%;
    max-width: 1200px;
  }

  .side-img {
    width: 60%;
    max-width: 1200px;
  }

  .image-3 {
    width: 150px;
    height: 20%;
    min-width: 180px;
  }

  .footer-copy {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    position: relative;
    left: auto;
    right: 0%;
    bottom: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    background-color: #14b7c9;
  }

  .nav-bg {
    background-image: url('../images/diamond-bg-20.png'), -webkit-gradient(linear, left top, left bottom, from(#111), to(#494949));
    background-image: url('../images/diamond-bg-20.png'), linear-gradient(180deg, #111, #494949);
    background-position: 0px 0px, 0px 0px;
    background-size: 50%, auto;
  }

  .footer-linkblock {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon {
    color: #fff;
    font-size: 40px;
  }

  .hero-img {
    width: 90%;
  }

  .footer-img {
    width: 200px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: transparent;
  }

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

  .top-bar-hm12 {
    background-color: #afded7;
  }

  .middle-bar-hm12 {
    background-color: #afded7;
  }

  .bottom-bar-hm12 {
    background-color: #afded7;
  }

  .cross-bar-1-hm12 {
    background-color: #afded7;
  }

  .cross-bar-2-hm12 {
    background-color: #afded7;
  }

  .ani-buttons {
    display: none;
  }

  .mobile-nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .nav-chikun {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .nav-diamond {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .link-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .commands {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vote-button {
    width: auto;
  }

  .vote-text {
    margin-left: 10px;
  }

  .vote-chikun {
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .list-mid {
    margin-bottom: 0px;
  }

  .service-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .h1-hero {
    font-size: 3.8em;
  }

  .h2-hero {
    font-size: 1.8em;
    letter-spacing: 1px;
  }

  .hero-div {
    margin-top: -10px;
  }

  .hr {
    width: 30px;
  }

  .wrapper.foot {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer.chikun {
    height: auto;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .footer-linkblock {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer-img {
    margin-right: 0px;
  }

  .side-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-3 {
    width: 30%;
    height: 30%;
  }

  .subpage-hero {
    height: 400px;
    padding-top: 120px;
  }

  .footer-copy {
    width: 100%;
    text-align: center;
  }

  .link-block {
    display: none;
    margin-right: auto;
  }

  .link-block.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .inner-foot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .vote-button.home {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

  .question-container {
    margin-bottom: 16px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-size: 100%, auto;
  }

  .h1-hero {
    font-size: 2.8em;
  }

  .h1-hero.chikun {
    font-size: 2.8em;
  }

  .h2-hero {
    font-size: 1.7em;
    text-align: center;
  }

  .hr {
    display: none;
  }

  .wrapper {
    width: 90%;
  }

  .wrapper.home {
    width: 90%;
  }

  .nav-bg {
    background-size: 100%, auto;
  }

  .footer {
    height: 350px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-size: 100%, auto;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .footer-linkblock {
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }

  .hero-img.subpage {
    width: 300px;
  }

  .footer-img {
    margin-right: 0px;
  }

  .mobile-nav-links {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .h1.chikun {
    font-size: 2.8em;
  }

  .side-img {
    width: 90%;
  }

  .image-3 {
    width: 100%;
    height: 100%;
    margin-top: 0px;
  }

  .subpage-hero {
    height: 350px;
    min-height: 350px;
  }

  .h2 {
    font-size: 2em;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .vote-button {
    background-size: 100%, auto;
  }

  .vote-button.home {
    min-width: auto;
  }

  .question-text {
    margin-bottom: 8px;
    margin-left: 10px;
  }

  .answer {
    padding-left: 0px;
  }
}