html, body {
  font-family: "museo-slab",Georgia,Times,serif;
  font-weight: 500;
  font-style: normal;
}
.row {
  max-width: 75rem;
}
.extremepadding {
  padding: 30px 66px;
}


h1, h2, h3, h4 {
  font-family: "museo-slab",Georgia,Times,serif;
  font-weight: 700;
  font-style: normal;
}
.orange {
  color: #d64b2e;
}
.orangebg {
  background-color: #d64b2e;
}

.contesttop {
  position: relative;
}
.contesttop::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/bg-gradient.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
}
.header {
  height: 150px;
  display: flex;
  align-content: center;
  margin-top: 20px;
}
.header .logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  align-self: center;
  height: 100%;
  width: 100%;
  color: rgba(0,0,0,0);
}

.maincontent h1 {
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 29px;
  margin-bottom: 2rem;
}
.maincontent p {
  margin-bottom: 2rem;
  font-size: 1.15rem;
}

.formcontent {
  text-align: center;
}
.formcontent h2 {
  text-transform: uppercase;
}
.formcontent h3 {
  text-transform: uppercase;
  font-size: 29px;
}
.formcontent .details {
  font-size: 16px;
  letter-spacing: .06em;
  margin: 1rem 0 2rem;
}

.formblock {
  text-align: left;
}
#error_box { z-index: 1001; position: absolute; display: none; top: 50px; left: 10px; background-color: #F2F1F0; border: 1px solid #979797; border: 1px solid #a8a8a8; padding: 15px; color: #333; font-size: 14px; cursor: default; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

#error_box:after { content: " "; width: 25px; height: 25px; background-image: url("../img/balloon-top.png"); background-repeat: no-repeat; position: absolute; top: -25px; left: 15px; }

.footer {
  background-color: #f6f6f6;
  text-align: center;
}
.footer .footer-block {
  padding: 100px 66px;
}
.footer .footer-block a {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 120px;
    background-image: url('../img/bg-gradient.jpg');
    background-position: center center;
    text-align: center;
  }
  .header .logo {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
}

@media screen and (max-width: 430px) {
  .extremepadding {
    padding: 30px 14px;
  }
  .maincontent h2, .formcontent h2 {
    font-size: 24px;
  }
  p.text-align-center {
    text-align: left;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .field-list .fields.name .field {
    width: 98%;
    margin-bottom: 14px;
  }
  .field-list .field .option {
    display: inline-block;
  }
  .field-list .field .option label {
    font-size: 1rem;
  }
  .field-list .field .option label input {
    height: 1.5rem;
    width: 1.5rem;
    vertical-align: text-bottom;
  }
  .field-list .field.checkbox .title br{
    display: block;
  }
  .form-button-wrapper--align-left {
    text-align: center;
  }
  .footer .copyright, .footer .privacy {
    font-size: 12px;
  }
  .footer .footer-block {
    padding: 50px 0;
  }
  .footer .social {
    justify-content: space-around;
  }
  .footer .row .small-12.columns {
    background-color: #dcdddf;
  }
}
