:root {
  --georchestra-header-primary: #3dabb1;
  --georchestra-header-secondary: white;
  --georchestra-header-primary-light: white;
  --georchestra-header-secondary-light: #eee;
  --georchestra-header-primary-dark: #33888c;
  /*Fonts*/
  --fontMarianne: 'Marianne', sans-serif;
  --fontQuicksand: 'Quicksand', sans-serif;
}

@font-face {
  font-family: 'Marianne';
  src: url('/public/fonts/Marianne-Regular.woff2') format('woff2'),
       url('/public/fonts/Marianne-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Quicksand';
  src: url('/public/fonts/Quicksand-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

.admin-dropdown > li.active {
  background-color: var(--georchestra-header-primary);
  color: white;
}

#homePageTitle h4 {
  color: var(--georchestra-header-primary);
  font-family: var(--fontMarianne);
}

.nav-item span {
  color: var(--georchestra-header-primary);
}

#profil_btn {
  position: relative;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 120%;
  right: 0;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 0 5px rgb(204, 204, 204);
  white-space: nowrap;
  min-width: 150px;
}

.dropdown-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.dropdown-menu li {
  padding: 8px 12px;
}

.dropdown-menu li a {
  text-decoration: none;
  color: #333;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}
