@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

p, a, span, small, li {
    font-family: "Inter", sans-serif;

}
h1, h2, h3, h4, h5, h6, .nav-link, .btn, .alert, .dropdown-item, #hero-text {
    font-family: "Nunito", sans-serif;
}

.nav-link {
    font-size: 18px;
}

.nav-link.small {
    font-size: 16px;
}

.btn {
    font-size: 18px;
    padding: 5px 20px;
}

html, body {
height: 100%;
margin: 0;
}

.bg-wit {
    background-color: #fff;
}

.bg-blauw {
    background-color: #0068ff;
}

.navbar {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.navbar-brand img {
    height: 50px;
}
.sticky-top {
    z-index: 1030;
}
.navbar-toggler {
    border: none !important;
}
.navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}
.navbar-toggler:active {
    transform: rotate(5deg);
}
.highlight-card {
    transition: transform 0.3s ease;
}
.highlight-card:hover {
    transform: translateY(-4px);
}
.highlight-icon {
    display: block;
}

.highlight-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}
.highlight-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    cursor: default;
}
.highlight-icon {
    font-size: 2rem;
    color: #1e56f0;
    margin-bottom: 1rem;
}

svg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.accordion-header a {
    text-decoration: none;
}

form .form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13,110,253,.1);
}

.nav-link.active {
  font-weight: bold;
  color: #0d6efd !important;
}
.dropdown-item.active {
  font-weight: bold;
  color: #0d6efd !important;
  background-color: white !important;
}

.dropdown-item:active {
  color: #0068ff !important;
  background-color: white !important;
}

