#content h2.slogan {
  font-family: 'Helvetica',sans-serif;
  font-weight: 900;
  line-height: 1;
  color:#c2c2c2;
  font-size: 5rem;
  margin-left: 14rem;
  margin-right: 7rem;
}

#content .questionmark {
   line-height: 0.4;
   font-size: 1.5em;
}

#content .subheading {
  color:#858585;
  text-transform: uppercase;
}

#content .heading-without-margin {
  margin-bottom:0;
}

#content .heading-first {
  font-weight:bold;
}



@media (max-width: 767px) {
#content .bg-flashfiction {
   margin-left:-20px !important;
   margin-right:-20px !important;
   background:#f3f3f3;
   padding:15px 0 20px 0 !important;
}
}

#content .bg-flashfiction {
   margin-left:-10px;
   margin-right:-15px;
   background:#f3f3f3;
   padding: 3rem 7rem 2.5rem 2.5rem;
   line-height: 2.5rem;
}

@media (max-width: 767px) {
#content .bg-flashfiction-dark {
   margin-left:-20px !important;
   margin-right:-20px !important;
   background:#858585;
   padding:15px 0 20px 0 !important;
   color:#fff;
}
}

#content .bg-flashfiction-dark {
   margin-left:-10px;
   margin-right:-15px;
   background:#858585;
   padding: 3rem 7rem 2.5rem 2.5rem;
   line-height: 2.5rem;
   color:#fff;
}


#content .form-group {
    margin-bottom: 15px;
}

#content .well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

#content .teaser {
    padding: 1rem;
    font-size: 18.75px;
}