:root {
  --primary: #0b6629;
  --primary-rgb: 11, 102, 41;

  --success: #0b6629;
  --success-rgb: 11, 102, 41;

  --link-color: #0b6629;
  --link-hover-color: #0e7a32;
}

:root {
  --primary-bg-subtle: #d8e9dd;
  --primary-border-subtle: #a4c7a9;

  --success-bg-subtle: #d8e9dd;
  --success-border-subtle: #a4c7a9;
}


body {
  background-color: #ffffff !important;
}

.container-header {
  z-index: 10;
  background-color: #0b6629 !important;
  background-image: none !important;
  position: relative;
  box-shadow: inset 0 5px 5px #00000008;
}

.card-header {
  background-color: #0b6629;
  color:#ffffff!important;
}

.navbar-brand img[alt="Foresta Fonte Spugna"] {
  width:132px;
  height:99px;
}

.overlay {
    transition: opacity 0.5s ease-in-out;
}

.container-footer,
.site-footer {
  background-color: #0b6629 !important;
  color: #ffffff !important;
}

.footer {
    background-image: none;
}

.container-footer a,
.site-footer a {
  color: #ffffff !important;
}

.container-footer a:hover,
.site-footer a:hover {
  color: #d4ffd4 !important;
}

h1, h2, h3, h4, h5, h6 {
  color: #0b6629 !important;
}

a {
  color: #0b6629 !important;
}
a:hover {
  color: #0e7a32 !important;
}

.btn-primary {
  background-color: #0b6629 !important;
  border-color: #0b6629 !important;
}
.btn-primary:hover {
  background-color: #0e7a32 !important;
  border-color: #0e7a32 !important;
}

.container-header a {
  color: #fff!important;
  font-weight:bold;
}

/*

.container-header .grid-child {
  width: auto;
}

*/
/* modifiche logo e menu per aggiunta per top bar  */

#mod-custom115 {
  text-align: right;
  margin-right: 20px;
}

.navbar-brand {
  margin-top: -40px;
  margin-bottom: -20px;
}

.navbar-expand-lg {
  margin-top: -80px!important;
  padding-left: 210px!important;
}

