@import url('https://fonts.googleapis.com/css2?family=Amiri');

h1, h2, h3, h4, h5, h6 {
  font-family: "Amiri", serif;
}

/*-- WEBSITE HEADER + FOOTER --*/
/* Replicate the style from the old Distill theme.css */

.navbar {
  background-color: #0F2E3D;
  font-family: "Amiri", serif;
}

.navbar .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: white;
}

.navbar .navbar-brand {
  color: rgba(255, 255, 255, 0.8);
}

.page-footer {
  background-color: #0F2E3D;
  color: rgba(255, 255, 255, 0.8);
}

.page-footer a {
  color: white;
}