html,
body {
  height: 100%;
  width: 100%;
}
html html,
body html,
html body,
body body {
  background: slategray;
}
body {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}
hr {
  border-color: rgba(243, 125, 100, 0.5);
  border-width: 3px;
  max-width: 50px;
}
hr.light {
  border-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Open Sans', sans-serif;
}
a {
  color: rgba(0, 0, 0, 0.5) !important;
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/header.jpg');
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-size: 52px !important;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
header .header-content .header-content-inner h2 {
  font-size: 20px !important;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 92px !important;
  }
  header .header-content .header-content-inner h2 {
    font-size: 28px !important;
  }
  header .header-content .header-content-inner p {
    font-size: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.icon-offset {
  margin-top: -60px;
}
.icon-spacing {
  margin-right: 10px;
}
.bg-primary {
  background-color: #f37d64;
}
