.container-header {background-image: linear-gradient(135deg,#91af59 0,#8ebb3a 100%);}


.container-banner .banner-overlay .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.footer  {background-image: linear-gradient(135deg,#91af59 0,#8ebb3a 100%);}

a:not(.btn):hover {
  color: #3e6000
}

a:not(.btn) {
  color: #91af59;
}

/*
.jred {
  color: #faddde !important;
  border: solid 1px #486f00;
  background: #d81b21;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
  background: linear-gradient(#91af59 0,#8ebb3a 100%);
}

body {
  background: linear-gradient(135deg,#e96f6b, #860000);
  
}*/