@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@font-face {
    font-family: VAG;
    src: url(./fonts/VAG\ Rounded\ Regular.ttf);
}
@font-face {
    font-family: quicksand;
    src: url(./fonts/Quicksand-VariableFont_wght.ttf);
}
@font-face {
    font-family: TS;
    src: url(./fonts/ThirstyScriptExtraBoldDemo.otf);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 62.5%;
}
body {
    background-color: brown !important;
}
footer {
    position: relative;
    width: 100%;
    background-color: rgb(54, 54, 54);
    padding-top: 4rem;
    padding-bottom: 0.5rem;
    margin-top: 20rem;
}
footer nav {
    display: flex;
    justify-content: center;
    gap: 4vw;
    margin-bottom: 0 !important;
    padding-inline: 2rem;
    flex-wrap: wrap;
}
footer nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200px;
}
footer nav ul li {
    margin-bottom: 0.5rem;
}
footer nav ul li a {
    font-family: quicksand;
    color: rgb(168, 168, 168) !important;
    font-size: clamp(1.3rem, 2vw, 1.5rem);
    cursor: pointer;
    transition: 200ms;
    text-decoration: none !important;
    vertical-align: middle;
    display: inline-block;
    word-break: break-word;
}
footer nav ul li a:hover {
    color: rgb(217, 67, 67);
}
footer nav ul li img {
    height: 1.5rem;
    margin-right: 0.3rem;
    vertical-align: middle;
}
footer span {
    text-align: center;
    color: silver;
    font-family: VAG;
    font-weight: 500;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    display: block;
    margin-bottom: 0.5rem;
    padding-inline: 1rem;
    word-break: break-word;
}
footer span a {
    text-decoration: none;
    color: silver;
}
footer p {
    text-align: center;
    color: white;
    opacity: 0.5;
    font-family: quicksand;
    font-size: clamp(0.9rem, 1.2vw, 1.1rem);
    padding: 0 1rem;
}

@media screen and (max-width: 768px) {
    footer {
        padding-top: 3rem;
        margin-top: 10rem;
    }
    footer nav {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        padding-inline: 1rem;
    }
    footer nav ul {
        text-align: center;
        min-width: auto;
        width: 100%;
    }
    footer nav ul li {
        margin-bottom: 0.8rem;
    }
    footer nav ul li:last-child {
        margin-bottom: 0;
    }
    footer span {
        font-size: 1rem;
        line-height: 1.4;
    }
}
@media screen and (max-width: 600px) {
    body > .container {
      margin-top: 5rem !important;
      padding-left: 1rem !important;
      padding-right: 1rem !important;
    }
    .kampdata h1 {
      font-size: 3.5rem !important;
    }
    .kampdata h2 {
      font-size: 2rem !important;
    }
    .kampdata p {
      font-size: 1.5rem !important;
    }
    footer nav {
      flex-direction: column;
      align-items: center;
      gap: 2rem;
    }
}
.banner {
    position: relative;
    height: clamp(12rem, 15vw, 25rem);
    width: 100%;
}
.banner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0 !important;
    z-index: -1;
}
.banner h1 {
  position: relative;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
  font-family: Belanosima;
  color: white;
  text-align: center;
  font-size: clamp(4rem, 5vw, 8rem) !important;
  width: 90%;
  line-height: 1;
}
.leiding img {
    border-radius: 2rem !important;
}
.leiding .card, .leiding_per_groep .card {
    border-radius: 1.5rem !important;
}
.leiding_per_groep img {
    width: clamp(30rem,30vw, 50rem);
    /* height: 100%; */
    object-fit: cover;
}
.navbar a {
    font-size: 1.5rem;
}