.divider {
  height: 2px;
  width: 60%;
  margin: 3.5rem auto;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}

.margin-top {
  margin-top: 50px;
}

.margin-bottom {
  margin-bottom: 50px;
}

h1 {
  font-size: 6rem;
  font-family: 'Big Shoulders Display', cursive;
  font-weight: 800;
  line-height: 1;
  padding: 20px 10px 40px 10px;
}

h2 {
  font-size: 3rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 0.8;
  margin-top: 10px;
}

h3 {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  line-height: 0.8;
}

p {
  font-size: 1.5rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  line-height: 1.7;
}

label {
  font-size: 14px;
}

.control-label {
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 400px) {
  h1 {
    font-size: 60px;
  }

  p {
    font-size: 12px;
  }

  label {
    font-size: 12px !important;
  }
}

p, label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}


hr{
  border: 2px solid #333;
}


.btn-lg {
  color: white !important;
  background-color: black !important;
  border: none !important;
  border-radius: 0px !important;
  background-image: none !important;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.05em !important;
  font-weight: 500 !important;
}

.btn, .btn-primary {
  color: black;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 1rem !important;
  background-image: none;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.1em;
}


.col-centered{
    float: none;
    margin: 0 auto;
}



body{
  background-color: transparent;
}

.jf-form{
  margin-top: 28px;
}

.jf-form > form{
  margin-bottom: 32px;
}

.jf-option-box{
  display: none;
  margin-left: 8px;
}

.jf-hide{
  display: none;
}

.jf-disabled {
    background-color: #eeeeee;
    opacity: 0.6;
    pointer-events: none;
}

/*
overwrite bootstrap default margin-left, because the <label> doesn't contain the <input> element.
*/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: 0px;
}

div.form-group{
  padding: 8px 8px 4px 8px;
}

.mainDescription{
  margin-bottom: 10px;
}

p.description{
  margin:0px;
}

.responsive img{
  width: 100%;
}

p.error, p.validation-error{
  padding: 5px;
}

p.error{
  margin-top: 10px;
  color:#a94442;
}

p.server-error{
  font-weight: bold;
}

div.thumbnail{
  position: relative;
  text-align: center;
}

div.thumbnail.selected p{
  color: #ffffff;
}

div.thumbnail .glyphicon-ok-circle{
  position: absolute;
  top: 16px;
  left: 16px;
  color: #ffffff;
  font-size: 32px;
}

.jf-copyright{color: #888888; display: inline-block; margin: 16px;display:none;}

.form-group.required .control-label:after {
    color: #dd0000;
    content: "*";
    margin-left: 6px;
}

.submit .btn.disabled, .submit .btn[disabled]{
  background: transparent;
  opacity: 0.75;
}

/* for image option with span text */
.checkbox label > span, .radio label > span{
  display: block;
}

.form-group.inline .control-label,
.form-group.col-1 .control-label,
.form-group.col-2 .control-label,
.form-group.col-3 .control-label
{
  display: block;
}

.form-group.inline div.radio,
.form-group.inline div.checkbox{
  display: inline-block;
}

.form-group.col-1 div.radio,
.form-group.col-1 div.checkbox{
  display: block;
}

.form-group.col-2 div.radio,
.form-group.col-2 div.checkbox{
  display: inline-flex;
  width: 48%;
}

.form-group.col-3 div.radio,
.form-group.col-3 div.checkbox{
  display: inline-flex;
  width: 30%;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
