body {
  background-color: #231f20;
  font-family: 'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Cabin, sans-serif;
  font-size: 30px;
  line-height: 55px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

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

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

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #0ab3e9;
  text-decoration: none;
}

a:hover {
  color: #0894c3;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}

.hero {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background-color: #231f20;
}

.hero-content {
  position: relative;
  left: 50%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  width: 400px;
  -webkit-transform: translate(-200px, -50%);
  -ms-transform: translate(-200px, -50%);
  transform: translate(-200px, -50%);
}

.hero-content-right {
  padding-top: 10px;
}

.hero-content-left {
  text-align: center;
}

.btn {
  display: block;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.btn:hover {
  background-color: #555;
  color: white;
}

.btn.btn-success {
  margin-right: 10px;
  background-color: #58b000;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}

.btn.btn-success:hover {
  background-color: #4b9600;
  color: white;
}

.btn.btn-submit {
  background-color: rgba(0, 0, 0, 0.15);
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.btn.btn-submit:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.footer {
  margin-top: 100px;
  margin-bottom: 50px;
  text-align: center;
}

.logo {
  margin-bottom: 20px;
  margin-left: -5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.logo:hover {
  opacity: 0.75;
}

.share {
  text-align: center;
}

.share_left {
  display: inline-block;
}

.share_embed {
  text-align: center;
}

.footer_section {
  text-align: center;
}

.copyright {
  margin-top: 30px;
  color: #555;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  text-align: center;
}

.copyright-link {
  color: #555;
}

.copyright-link:hover {
  color: #777;
  text-decoration: underline;
}

.brand {
  margin-bottom: 50px;
  text-align: center;
}

.label {
  color: #ccc;
  font-weight: 300;
}

.form-control {
  margin-bottom: 0px;
  padding: 10px 15px;
  border: 1px none black;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
  box-shadow: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: white;
  font-weight: 300;
}

.form-control:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.form-control:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.form-control.textarea {
  min-height: 100px;
}

.form-group {
  margin-bottom: 15px;
}

.form {
  opacity: 0.75;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.form:hover {
  opacity: 1;
}

.form:focus {
  opacity: 1;
}

.message {
  margin-top: 0px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.message.message-success {
  color: #71c96e;
}

.message.message-error {
  color: #e95f5f;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

@media (max-width: 991px) {
  .hero-content {
    position: static;
    left: 0%;
    top: 50%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 50px 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .brand {
    display: block;
    max-width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .hero-content {
    top: 0%;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .girl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .logo {
    max-width: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    text-align: center;
  }
}

@media (max-width: 479px) {
  .hero-content {
    width: 100%;
  }
  .footer {
    margin-bottom: 0px;
  }
}
