/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}

a{
  color:#ff0000;
}

.btn{
  background: #ff0000!important;
  color:#fff;
  border:none;
}

label.error{
  color:#ff0000;
}

span.required{
  color:#ff0000;
}

.content{

}

.form-header{
  margin-bottom: 2em;
}

.form-header h1{
      display: inline-block;
    vertical-align: middle;
    margin-top: 6px;
    margin-left: .75em;
    color:#000;
    font-size: 56px;

}

.form-header img{
  display: inline-block;
      max-width: 100%;
    height: auto;
}


.footer{
  margin-top:8em;
}

#thanks h1{
  margin-bottom: 1em;
}

#thanks p{
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 2em;
}


@media all and (max-width: 999px){
  .form-header h1{
    font-size: 38px
  }

    .form-header img{
    max-width: 40%;
  }


}



@media all and (max-width: 767px){
   .form-header h1{
   margin-left: inherit;
   text-align: center;
   font-size: 42px
  }

  .form-header img{
    max-width: 100%;
  }

  .jumbotron{
    padding:1em .75em;
  }

  .pull-right{
    float: none!important;
  }
}
