/* Space out content a bit */

body {
  padding-bottom: 0px;
    background: #faf9f9;;
    color: #324542;
    font-size: 20px;
    line-height: 1.5;
    font-family: "ff-tisa-sans-web-pro", sans-serif;
    -webkit-font-smoothing: antialiased;
}
.nav-pills {
    display: none;
}

footer {
  font-size: smaller;
}

footer p {
  padding-top: 8px;
}

.airsource {
  font-family: brandon-grotesque, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: black;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
  padding-bottom: 19px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 730px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* CATEGORIES */

.categories {
    display: block;
    width: 100%;
    height: 44px;
    margin: 0 0 -16px;
}
select {
    -webkit-appearance: none;
    background: url(https://blog.airsource.co.uk/theme/static/images/icn-arrow.png) no-repeat right;
    border: 0;
    border-radius: 0;
    outline: 0;
    margin: 0 auto;
    width: 25%;
    height: 44px;
    color: #6e7876;
    font-size: 14px;
    float: right;
}

  /* Blog page layout */
.category-menu {
  background-color: #05b0a9;
}

.category-menu .navbar-item {
  background-color: #05b0a9;
} 

.navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
  background-color: #05b0a9;

}
.category-menu .navbar-dropdown a.navbar-item:is-active {
  color: #000000;
}
.category-menu .navbar-dropdown a.navbar-item:hover {
  color: #e43459;
}

  /* Blog page layout */

.text-white {
  color: #ffffff;
}

.text-black {
  color: #000000;
}

.text-dark-green {
  color: #324542;
}

.text-brown {
  color: #674049;
}

.text-no-underline {
  border-bottom: none;
}

.text-dark-pink {
  color: #E43459;
}

.entry-content h1 {
    font-family: "ff-tisa-sans-web-pro", sans-serif;
    color: #324542;
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 36px;
}
.entry-content h2 {
    font-family: "ff-tisa-sans-web-pro", sans-serif;
    color: #324542;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
}
.entry-content h3 {
    font-family: "ff-tisa-sans-web-pro", sans-serif;
    color: #324542;
    font-size: 0.77em;
    font-weight: 400;
    color: #07b1a9;
}

.post-info-index {
    margin: -8px 0 16px 0;
    display: block;
}
.post-info address, .post-info-index address {
    display: inline;
}

.article-header-image {
    margin: 0 auto 32px;
    display: block;
    max-width: 100%;
}

img + em { 
    display: block;
    text-align: center;
    font-size: small;
}

/* ARTICLES */

.hentry {
    display: block;
    margin: 16px auto;
    padding: 64px;
    background-color: #fff;
    box-shadow: 0 18px 6px -12px rgba(0, 0, 0, 0.1);
}
.article {
    background-color: #fff;
    padding: 64px;
    margin: 16px auto;
    box-shadow: 0 18px 6px -12px rgba(0, 0, 0, 0.1);
}


