/*
GENERAL
---------- */

.title, h1 {
  font-family: 'Bitter', serif !important;
}

.subtitle, h1, h2, h3, h4, h5, h6 {
  font-family: 'Arimo', sans-serif !important;
}

/*
TOP NAVBAR
---------- */

/* workaround for logo size */
.navbar.is-fresh .navbar-brand img {
  max-height: 49px !important;
  height: auto !important;
}

/*
HERO SECTION
------------ */
.hero-body .title.is-1 {
  font-size: 2rem;
}

/* set background cover position */
.hero-body {
  background-position: center right 40%;
}

/* ==========================================================================
Fresh Footer
========================================================================== */

footer.footer-dark .footer-logo img {
  height: 150px;
}
