body {
  background-image: url("/img/background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.navbar-main {
  background-color: rgba(56,118,29,0.3);
}
.navbar-brand a.navbar-item:focus,
.navbar-brand a.navbar-item:focus-within,
.navbar-brand a.navbar-item:hover {
  color: #f7f7f7;
}
.navbar-menu a.navbar-item:focus,
.navbar-menu a.navbar-item:focus-within,
.navbar-menu a.navbar-item:hover,
.navbar-menu a.navbar-item.is-active {
  background-color: rgba(250,250,250,0.2);
  color: #f7f7f7;
  border-radius: 16px;
}
.footer {
  background-color: rgba(56,118,29,0.2);
}
