body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
a {
  color: #f0810f;
}
.emoji {
  margin-right: 0.5em;
  margin-top: 2px;
}
.hero-icon {
  margin-bottom: 3rem;
  color: #f0810f;
}
.icon.extra-large .fa,
.icon.extra-large .mdi {
  font-size: 72px;
}
.microCard {
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.page-home .navbar {
  padding: 20px 0;
  min-height: 4.85rem;
}
nav.navbar.is-transparent {
  background-color: transparent;
  box-shadow: 0 1px 0 rgba(245, 247, 250, 0.2);
}
nav.navbar.is-transparent .navbar-link::after {
  border-color: #0f7ef0;
}
.navbar-burger.is-active span {
  background-color: #ffffff;
}
div#topMenu.navbar-menu.is-active {
  background-color: #f0810f;
  color: #ffffff;
}
div#topMenu.navbar-menu.is-active a {
  color: #ffffff;
  background-color: #f0810f;
}
div#topMenu.navbar-menu.is-active a.navbar-item.is-active {
  color: #ffffff;
  background-color: #e67c0e;
}
.page-home .hero.is-fullheight.is-primary.is-bold {
  background-color: #f0810f;
  background: linear-gradient(rgba(240, 129, 15, 0.6), rgba(255, 255, 255, 0.6)), linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../themes/Spitfire/assets/images/photo-intro.jpg');
}
.navbar-link.is-title {
  padding: 0 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.navbar-item .button {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 10px 20px;
  height: 45px;
  border-radius: 0;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-sm {
  margin-top: 1rem !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-sm {
  margin-bottom: 1rem !important;
}
.p-b-0 {
  padding-bottom: 0 !important;
}
.p-b-sm {
  padding-bottom: 1rem !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.p-t-sm {
  padding-top: 1rem !important;
}
.home-page-header-promo-img {
  border-radius: 10px;
  border: 10px solid #fff;
}
figure.image {
  overflow: hidden;
}
footer {
  color: #d9d9d9;
}
footer strong {
  color: #ffffff;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a.active {
  color: #ffffff;
  text-decoration: underline;
}
footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}
footer .footer-menu {
  background: #e67c0e !important;
}
footer .footer-menu .title {
  color: #d9d9d9;
}
footer .footer-credits {
  background: #f0810f !important;
}
footer .social-media-icons a.icon {
  margin: 12px 16px;
  text-decoration: none;
}
footer .social-media-icons a:hover,
footer .social-media-icons a:active {
  text-decoration: none;
  color: #ffffff;
}

.blog .post {
  position: relative;
  padding: 20px;
  flex-basis: auto;
}
.blog .post__category {
  font-size: .8rem;
  text-transform: uppercase;
}
.blog .post__title {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 20px 0 10px;
}
.blog .post__content {
  font-size: 1.3rem;
  margin-bottom: 50px;
}
.blog .post__category,
.blog .post__permalink {
  color: #4a4a4a;
  text-decoration: underline;
}
.blog .post__permalink {
  position: absolute;
  bottom: 20px;
}
.blog .fb-auto {
  flex-basis: auto;
}
.blog .pink {
  background: #ffdae0;
}
.blog .gray {
  background: #e7f0da;
}
.blog .green {
  background: #ddebd0;
}
.blog .gold {
  background: #fcf5b6;
}
.blog .blue {
  background: #cae9ef;
}
.blog .red {
  background: #f8c9c1;
}
