/* Heading
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Exo 2', sans-serif;
}

/* Navbar
-------------------------------------------------- */
body {
  padding-top: 3.7rem;
}

/* Footer
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 80px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px; /* Set the fixed height of the footer here */
  background-color: #f5f5f5;
}
