.sectionheader {
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 20px;
  font-weight: 900;
}
/* colors */
.blue {
  color: #21356b;
}
.lt-blue {
  color: #9dc2e8;
}
.sky-blue {
  color: #5e7bb3;
}
.red {
  color: #c3262e;
}
.inline-bg {
  background-position: center center;
  background-repeat: no-repeat;
}
.stars-lg {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.blue-star-lg {
  background: url("../images/stars/blue-lg.png") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.red-star-lg {
  background: url("../images/stars/red-lg.png") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.white-star-lg {
  background: url("../images/stars/white-lg.png") center center no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.bg-photo {
  background: center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  display: inline-block;
}
/* #Site Styles // rewrite original
================================================== */
img {
  max-width: 100%;
  height: auto;
}
/* Tablet (Portrait) ------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 18px;
  }
  section .container {
    width: 90%;
  }
  #blog-nav li {
    padding: 10px 8px;
  }
  #content,
  #sidebar {
    width: 100%;
  }
  .blog-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-all-content {
    margin-left: 0px;
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
  .air-logos {
    width: 52%;
    text-align: center;
  }
  .air-logos img {
    float: none !important;
    display: inline-block;
    margin: 0 !important;
    max-height: 90px;
  }
  .air-logos .horiz-logos img {
    max-width: 48%;
  }
}
/* Mobile (Landscape) ------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 568px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
    padding: 0;
  }
  #blog-nav li {
    padding: 10px 8px;
  }
  .blog-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-all-content {
    margin-left: 0px;
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
}
/* Mobile ((Portrait) ------------------------------------- */
@media only screen and (max-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
    font-size: 100%;
    line-height: 1em;
    font-size: 1em;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  section .container {
    width: 94%;
  }
  .mobile-nav {
    display: block;
  }
  #blog-nav li {
    padding: 10px 8px;
  }
  #content,
  #sidebar {
    width: 100%;
  }
  #sidebar .join-us .btn {
    font-size: 12px;
    padding: 8px 18px;
    margin-bottom: 10px;
  }
  .blog-thumb {
    width: 100%;
    margin-bottom: 10px;
  }
  .post-all-content {
    margin-left: 0px;
    width: 100%;
  }
  .col {
    width: 100%;
    margin: 0;
  }
  .thumbnails img {
    margin: 4px 2%;
    width: 46%;
  }
  .air-logos {
    width: 100%;
    text-align: center;
  }
  .air-logos img {
    float: none !important;
    display: inline-block;
    margin: 0 !important;
    max-height: 70px;
  }
  .air-logos .horiz-logos img {
    max-width: 48%;
  }
}
@media only screen and (max-width: 450px) {
  p.star-headline:before,
  p.star-headline:after {
    width: 50px;
    top: 7px;
  }
  p.star-headline:before {
    left: -55px;
  }
  p.star-headline:after {
    right: -60px;
  }
}
@media only screen and (max-width: 350px) {
  p.star-headline:before,
  p.star-headline:after {
    display: none;
  }
}
