body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  background: url('../img/body-bg.png') repeat center #f0f0f0;
}

section {
  padding: 120px 0;
}

#content-wrapper {
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1200px) {
  .container {
    width: 70%;
  }
}

#subhead {
  padding-top: 200px;
  padding-bottom: 200px;
}

#subhead h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 48px;
}

#subhead span {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
}

#subhead .lead {
  font-size: 36px;
}

.header-underbar {
  padding-top: 140px;
  padding-bottom: 140px;
}

.header-underbar h2 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
}

.header-underbar span {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4);
  padding: 0 20px;
}

#featured {
  background: #222222;
  color: #ffffff;
}

.home-row {
  padding-top: 20px;
  padding-bottom: 20px;
}

h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

h4 {
  text-transform: uppercase;
}

hr {
  width: 5%;
  height: 3px;
  margin-bottom: 25px;
  background: #333333;
  border-top: none;
}

hr.inverse {
  background-color: #ffffff;
}

.big-icon {
  margin: 40px 0;
}

.cta-box {
  margin-bottom: 15px;
}

.widget-icon {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #ee652f;
}

label strong {
  margin-left: 5px;
  color: #c0392b;
  font-size: 20px;
}

.faq-section {
  padding: 40px 0;
}

.faq-section:first-child {
  padding-top: 80px;
}

.navbar-static-top {
  margin-bottom: 0;
}

.section-title {
  text-align: center;
}

.btn {
  border: none;
}

.btn-default {
  background: #da552f;
  color: #ffffff;
}

.btn-default:hover,
.btn-default:focus {
  background: #dd6240;
  color: #ffffff;
}

.form-control:focus {
  border-color: #555555;
  box-shadow: none;
}

.navbar-static-top {
  border-bottom: none;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar-brand {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff !important;
}

.navbar-inverse {
  background: #111111;
}

.navbar-inverse .navbar-nav > li > a > i {
  font-size: 1.2em;
  margin-right: 5px;
}

.navbar-inverse .navbar-nav > li > a {
  padding-left: 20px;
  padding-right: 20px;
  color: #cccccc;
}

.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff;
}

.navbar-inverse .navbar-nav > .cta > a {
  color: #f07241;
}

.navbar-inverse .navbar-nav > .cta > a:hover {
  color: #f38f68;
}

.center-box {
  margin-top: 40px;
  padding: 40px;
  background: #ffffff;
}

.site-footer {
  padding: 20px 0;
  background: #222222;
  color: #ffffff;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer .footer-soc a {
  text-decoration: none;
}

.site-footer .footer-soc i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  background: #ffffff;
  color: #333333;
  border-radius: 100%;
}

#header {
  color: #ffffff;
  padding-top: 150px;
  padding-bottom: 850px;
}

#header h1 {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 800;
  color: #bada55;
}

#header h2 {
  margin-top: 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 300;
}
