/*
filename: style.css
author: Max Kearney
created: 11/06/2019
last modified: 29/09/2019
description: style for evie website
*/
body {
  font-family: "Nunito Sans", sans-serif !important;
}

.nav-item .active {
  color: #000000;
  border-bottom: none;
}

.nav-item a {
  color: #444444;
}

.nav-item:hover a {
  color: #000000;
}

.content {
  background-color: #f2f2f2;
}

footer {
  background-color: #e6e6e6;
}

/*# sourceMappingURL=style.css.map */
