h1 {
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif"
}
.hero-container {
  text-align: center;
  background: #111 url("../img/img-hero.jpg") no-repeat center center;
  background-size: cover;
  padding: 96px 0;
  position: relative;
}
.hero-container:before {
  content: '';
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.jumbotron hr {
  border-top: 1px solid rgba(255, 255, 255, .4);
}
.bg-light {
  background-color: #E4E3E3 !important;
}
.btn {
  border-radius: 3em;
  text-transform: uppercase;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 2rem;
}
.btn-primary {
  color: #fff;
  background-color: #EE2E25;
  border-color: #EE2E25;
}
.footer {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
}
.img-hero-secondary {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.small {
  color: #fff;
  font-size: 1pt;
}
.small a{
  color: #fff;
  font-size: 1pt;
}
.footer a{
  color: #fff;
}