/*
Theme Name: Sonsbeekzorg - HTML Conversion
Theme URI: https://elementmedia.nl
Author: Elementmedia
Author URI: https://elementmedia.nl
Description: This is a basic HTML conversion for this website.
*/

/* Hover states */
nav li a &:hover,
nav li a.active {
  font-weight: 700;
  color: rgb(127, 182, 68) !important;
}

/* .submenu {
  margin-left: 1rem;
  margin-top: -1rem;
  border-radius: 0.25rem;
} */

.nav-link.hasChildren {
  cursor: default;
  font-weight: bold;
}

.navbar-nav>.nav-item {
  margin-bottom: 1rem;
}

.collapse-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
}

.collapse-content.show {
  max-height: 1000px;
  /* large enough for content */
}

.offcanvas-start.show {
  overflow-y: scroll;
}