p {text-align:center;
margin-left:auto;
margin-right: auto;}

.sample-holder:last-child {
    margin-right: 0;
}
.sample-holder {
    display: inline-block;
    margin: 0 50px 60px 0;
}
span.underline {

  text-decoration: underline;
    margin-bottom: 0.5em;
    display: block;
}
.btn-orange-text {
  color: #f05f40;
}
.title-color {
  font-size: 125%;
  color:#f05f40;
  text-transform: capitalize;
}
h3 {
  text-transform: capitalize;
}
li span.specific-padding-download {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}
.required-field {
  color:rgb(240, 95, 64);
  margin-left:0.1em;
}

#mainNav .container #logo-span {
  background: url(../img/logo.png) no-repeat center center;
  background-size: cover;
  width:133px;
  height:70px;
      text-indent: -9999em;
    display: block;
}
#mail-status {

  display:none;
}
@media (min-width: 240px) and (max-width: 470px) {
h1 + .navbar-brand {
  font-size: 75%;
    margin-left:-50px !important;
    margin-top:15px !important;
    margin-right:2px;
    
}

}

