body {
  height: 100%;
  background-color: #1e1e1e;
  font-family:'Droid Sans Mono', sans-serif;
  color: #999;
  font-size: 11px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}
h1 {
  -webkit-transition-delay: initial;
  transition-delay: initial;
  font-family:'Droid Sans Mono', sans-serif;
  color: white;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
h2 {
  font-family:'Droid Sans Mono', sans-serif;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}
h3 {
  margin-right: 9px;
  margin-left: 9px;
  padding-top: 10px;
  font-family:'Droid Sans Mono', sans-serif;
  color: white;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: #40444d;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  color: white;
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-right: 9px;
  margin-bottom: 10px;
  margin-left: 9px;
  font-family:'Droid Sans Mono', sans-serif;
  color: #999;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}
.navigation-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
.navigation-button:hover {
  color: #555;
}
.section {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.section.head {
  height: auto;
  min-height: 0px;
  padding: 50px 50px 10px;
  background-color: #1e1e1e;
  letter-spacing: 1px;
}
.section.icons {
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #1e1e1e;
  text-align: center;
}
.section.faq {
  max-width: 900px;
  margin-top: 30px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: left;
}
.section.foot {
  max-width: 800px;
  margin-top: 60px;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
}
.section.social {
  position: relative;
  top: 39%;
}
.container-buttons {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.icon {
  width: 20px;
  margin: 7px 9px 9px;
}
.navigation-text {
  display: inline;
  width: 0%;
  margin-right: 10px;
  margin-left: 10px;
  font-family: Montserrat, sans-serif;
  color: #555;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.links {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: white;
  text-decoration: none;
}
.links:hover {
  color: #555;
}
.image {
  margin-bottom: 15px;
  padding-top: 12px;
}
.modal-background {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  display: none;
  padding: 50px;
  background-color: #1e1e1e;
}
.modal-window {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #333;
}
.close-modal {
  position: absolute;
  top: 70px;
  right: 70px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.close-modal:hover {
  opacity: 0.3;
}
.social-button {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 45px;
  border-bottom: 2px solid white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}
.social-button:hover {
  opacity: 0.3;
}
.social-button.twitter {
  background-image: url('../images/twitter.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 50px;
}
.social-button.dribbble {
  background-image: url('../images/dribbble.svg');
  background-position: 0px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  line-height: 50px;
}
.left {
  text-align: left;
}
.loading {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1e1e1e;
}
.loader {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}
.made {
  display: inline-block;
  margin-right: 10px;
  margin-left: 25px;
}
html.w-mod-js *[data-ix="loader"] {
  display: block;
  opacity: 1;
}
@media (max-width: 991px) {
  .navigation-button {
    font-size: 22px;
  }
  .container-buttons.social {
    display: inline-block;
  }
  .navigation-text {
    font-size: 22px;
  }
  .social-button.twitter {
    display: block;
  }
  .social-button.dribbble {
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 15px;
  }
  h4 {
    font-size: 19px;
  }
  .section.head {
    padding-right: 18px;
    padding-left: 18px;
  }
  .section.icons {
    padding-right: 18px;
    padding-left: 18px;
  }
  .section.faq {
    padding-right: 18px;
    padding-left: 18px;
  }
  .section.foot {
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media (max-width: 479px) {
  .navigation-button {
    font-size: 20px;
  }
  .section.icons {
    padding-right: 25px;
    padding-left: 25px;
  }
}

