/* css styles */

/* NAVBAR */
.navbar{
  border-bottom: solid 2px #44642D;
}

.navbar-logo {
    max-height: 45px;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #44642D;
    font-weight: bold;
}

.navbar-nav {
    --bs-nav-link-hover-color: #44642D;
}

/* Banner */
.quarto-title-block .quarto-title-banner {
    background-size: cover;
    height: 250px;
    align-content: center;
    background-position: center;
}

#title-block-header.quarto-title-block.default .quarto-title .title {
  color: white;
  font-size: 40px;
}

.quarto-title-banner {
    color: white;
}    
    

/* Sediebar */
.sidebar nav[role=doc-toc] ul>li>a.active, .sidebar nav[role=doc-toc] ul>li>ul>li>a.active {
    border-left: 1px solid #44642D;
    color: #44642D !important;
    font-weight: bold;
}

/*Sections*/
#ColumnEU {
  text-align: center;
  padding-left: 15px;
  font-weight: bold;
  position: relative;
}

.PeopleImg {
    border-radius: 50%;
    float: left;
    margin-right: 50px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 767.98px) {
  .PeopleImg {
      border-radius: 50%;
      float: left;
      margin-right: 30px;
      margin-bottom: 10px;
      padding-right: 10px;
      padding-left: 10px;
  }
  
}

/* Buttons */
.btn-Home {
  color: #44642D;
  border: solid #44642D 2px;
  float: center;
  font-weight: bold;
}

.btn-Home:hover {
  color: white;
  background: #44642D;
  border: solid #44642D 2px;
  float: center;
}


/* FOOTER */
.nav-footer {
    min-height: 3.5em;
    color: #757575;
    z-index: 2000;
    position: relative;
    border-top: solid #44642D 2px;
    align-items: center;
    margin-top: 0em;
}

.nav-footer-center {
  margin-top: 0em;
}

img, svg {
    vertical-align: inherit;
}
