body {
  padding-top: 61px; }

.navbar {
  background-color: rgba(6, 6, 6, 0.8); }
  .navbar img {
    opacity: 0.7; }

.carousel-item {
  max-height: 450px; }

.bg-afa {
  background-color: #ffe; }

h1, h3 {
  color: #dc3545; }

#articles .article {
  display: flex;
  align-items: flex-start;
  padding: 0.25rem 0; }

#articles .article-headline {
  flex: 5; }

#articles a {
  text-decoration: none; }

#articles i {
  font-size: 22px; }

.dvd {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 1.25rem;
  margin: 1.25rem 0;
  background-color: #fff; }
  .dvd img {
    max-height: 160px; }

.titled-list__list {
  list-style-type: none;
  padding: 0; }

.titled-list__header {
  color:#999 !important;
}

.titled-list__list a {
  color:#eee;
}
.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0; }

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute; }

section:nth-child(even) {
  background: #eee; }

.carousel-item {
  height: 0;
  padding-top: 31.25%;
  background-size: cover !important;
  background-position: center !important; }

.carousel-image-1 {
  background: url("../img/slide-stearman-cub.jpg"); }

.carousel-image-2, .page--testimonials .carousel-image-1 {
  background: url("../img/slide-airport-aerial-2.jpg"); }

.carousel-image-3, .page--flightline .carousel-image-1 {
  background: url("../img/slide-cub.jpg"); }

.page--airport .carousel-image-1, .page--contact .carousel-image-2 {
  background: url("../img/slide-airport-aerial.jpg"); }

.page--airport .carousel-image-2, .page--contact .carousel-image-1 {
  background: url("../img/slide-cub-runway.jpg"); }

.page--airport .carousel-image-3, .page--contact .carousel-image-3 {
  background: url("../img/slide-airport-aerial-3.jpg"); }

.page--courses .carousel-image-1, .page--testimonials .carousel-image-3 {
  background: url("../img/slide-cockpit.jpg");
  background-position: bottom !important; }

.page--stearman .carousel-image-1, .page--flightline .carousel-image-2 {
  background: url("../img/slide-stearman-3.jpg"); }

.page--stearman .carousel-image-2, .page--testimonials .carousel-image-2 {
  background: url("../img/slide-stearman-1.jpg"); }

.page--stearman .carousel-image-3 {
  background: url("../img/slide-stearman-4.jpg"); }

.page--flightline .carousel-image-3 {
  background: url("../img/slide-tri-pacer.jpg"); }

#rates table tr:first-child td {
  border: none; }

.dvd-pic {
  background: url(../img/damian-hangar.jpg);
  background-position: bottom;
  background-size: cover;
  margin: 1.25rem 0;
  border-radius: 0.25rem;
  opacity: .9; }

@media all and (max-width:480px) {
  #dvds .btn { display:block; width:100%; }
}

.testimonials {
  display:flex;
  flex-wrap:wrap;
}

.testimonial {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #6c757d;
  font-size: 16px;
  margin: 35px 7px 10px;
  position: relative;
  text-align: center;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #dc3545;
  width:100%;
  flex-direction: column;
}

.testimonial *,
.testimonial *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.testimonial figcaption {
  padding: 3rem 2rem 2rem;
}

.testimonial figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #dc3545;
  content: "\f10e";
  font-family: 'FontAwesome';
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -30px;
  width: 60px;
}

.testimonial h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.testimonial h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
  font-size:1rem;
  color:#9e9e9e;
}

.testimonial blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

@media all and (min-width:768px) {
  .testimonial {
    width:calc(50% - 14px);
  }
}
@media all and (min-width:1200px) {
  .testimonial {
    width:calc(33.33333333% - 14px);
  }
}