.lead {
  font-weight: 400;
}

.breadcrumbs .page-header a {
  color: #FFFFFF;
  text-decoration: underline !important;
}

.breadcrumbs .page-header a:hover {
  text-decoration: none !important;
}

.breadcrumbs a:hover {
  text-decoration: underline !important;
}

.navbar-close {
  padding-bottom: 0;
}

.navbar-nav .active {
  background-color: #003A5E;
}

.navbar-light .navbar-nav .active > .nav-link {
  color: #FFFFFF;
}

#sub-header {
  background: #003A5E;
  border-bottom: 1px solid #ADB5BD;
}
#sub-header .inner {
  padding-top: 15px;
  padding-bottom: 15px;
}
#sub-header h1 {
  color: #FFFFFF;
}

#footer {
  background: #212529;
  color: #FFFFFF;
  border-top: 5px solid #003A5E;
  padding-top: 30px;
}

#copyright {
  background: #CED4DA;
  color: #000000;
  padding-top: 1rem;
}
#copyright a {
  color: #000000;
  text-decoration: underline;
}
#copyright a.cd {
  text-decoration: none;
}
#copyright a.cd:hover {
  color: #FF9600;
  text-decoration: none;
}

.list-inline-item:not(:last-child) {
  margin-right: 2rem;
}

section + section {
  padding: 20px 0;
}

.zoom img, .zoom video {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.zoom:hover img, .zoom:hover video {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

hr.short {
  display: block;
  opacity: 1;
  width: 50px;
  height: 3px;
  background: #003A5E;
  margin: auto auto 10px auto;
}

/*# sourceMappingURL=styles-turner-aviation.css.map */
