.navbar-brand {
  font-size: 18px;
  font-weight: 600;
}

section.header {
  background: url("/assets/images/layout/header-bg-f3857abe.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  padding: 0;
  color: #fff;
}

section.header .navbar-light {
  background-color: none !important;
}

section.header .subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}

section.header .lead {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

section.header a, section.header a:link {
  color: #fff;
}

section.header .btn-primary.btn-lg.btn-block {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  section.header {
    background-size: cover;
  }

  section.header .btn-primary.btn-lg.btn-block {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  section.header {
    padding: 0 0 64px 0;
  }

  section.header .subtitle {
    font-size: 48px;
    line-height: 1;
    padding: 32px 0 24px 0;
  }

  section.header .lead {
    color: #fff;
    font-weight: 500;
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  section.header .subtitle {
    font-size: 72px;
    line-height: 64px;
    padding: 32px 0 24px 0;
  }
}

section.header .navbar-light .navbar-nav .nav-link {
  color: #fff;
}

section.header .navbar-light .navbar-nav .nav-link:hover {
  text-decoration: underline;
}
