@font-face {
    font-family: 'antwerpen_smallcapsregular';
    src: url('fonts/antwerpensmallcaps-regular-webfont.woff2') format('woff2'),
        url('fonts/antwerpensmallcaps-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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

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

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

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
}

body {
  background: #009a73;
  font-family: 'sunantwerpenregular';
  -webkit-font-smoothing: antialiased;
}

main {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}

.hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  display: grid;
  place-items: center;
  justify-content: center;
  align-content: center;
  z-index: 10;
}

.hero-title {
    position: relative;
    z-index: 5;
    text-align: center;
}

h1 {
    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    font-size: clamp(3rem, 6vw, 6rem);
    line-height: 0.9;
    /*    text-transform: uppercase;*/
    letter-spacing: -1px;
    padding: 15px 0;
    color: #fff6df;
}

.hero-title p {
    color: #fff;
    /*    font-weight: 800;*/
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    /*    text-transform: uppercase;*/
    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    line-height: 1.1;
}

.hero-date,
.hero-gratis {
    font-family: "antwerpen_smallcapsregular", Arial, sans-serif;
    line-height: 1.1;
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    color: #009b72;
    background-color: white;
    padding: 0 5px;
    margin-bottom: 10px;
}

.hero-date {
    transform: rotate(-1deg);
}

.hero-gratis {
    transform: rotate(1deg);
}

.hero-content {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    width: 75%;
    padding: 60px 0 15px 0;

    strong {
        font-family: 'sunantwerpenbold';
    }
}

.asset {
    position: absolute;
    z-index: 2;
    /* max-width: 18vw; */
    pointer-events: none;
}

/*
.piano {
    top: 0%;
    left: 0%;
    width: 45vw;
     transform: rotate(-18deg);
}
*/

h1 {
    padding: 30px 0 15px 0;
}

.logo-district {
    top: 0;
    left: 0;
    width: 80px;
}

.logo-vlaanderen {
    top: 0;
    left: 80px;
    width: 150px;
}

.groen-vlak {
    top: 60%;
    left: 10%;
    width: 35vw;
    transform: rotate(180deg);
}

.star {
    width: 4.5%;
}

.star-1 {
    top: 9%;
    left: 24%;
    transform: rotate(-18deg);
}

.star-2 {
    top: 52%;
    left: 10%;
    transform: rotate(-1deg);
}

.star-3 {
    top: 45%;
    right: 10%;
    transform: rotate(90deg);
}

.star-4 {
    top: 13rem;
    right: 7rem;
    transform: rotate(45deg);
}

.versterker {
    bottom: 45%;
    left: 0;
    width: 30vw;
    transform: rotate(12deg);
}

.vinyl {
    right: 15%;
    top: 8%;
    width: 22vw;
    transform: rotate(-10deg);
}

.noot {
    width: 3%;
}

.noot-1 {
    left: 20%;
    top: 20%;
    transform: rotate(-30deg);
}

.noot-2 {
    right: 25%;
    bottom: 14%;
    transform: rotate(-10deg);
}

.noot-3 {
    left: 5rem;
    bottom: 5rem;
    transform: rotate(10deg);
}

.noot-4 {
    right: 18%;
    bottom: 9%;
    transform: rotate(-40deg);
}

.noot-5 {
    left: 28%;
    top: 32%;
    transform: rotate(5deg);
}

.noot-6 {
    left: 18%;
    bottom: 12%;
    transform: rotate(-25deg);
}

.piano {
    width: 20%;
    right: 2%;
    top: 55%;
    transform: rotate(-10deg);
    display: none;
}

.trumpet {
    width: 30%;
    right: 2%;
    top: 45%;
    transform: rotate(10deg) scaleX(-100%);
}


@media (max-width: 768px) {
    .asset {
/*        max-width: 32vw;*/
    }

    .noot {
        width: 6%;
    }

    .vinyl {
        width: 40%;
        right: -3%;
        top: 0;
    }

    .trumpet {
        width: 50%;
        transform: rotate(35deg);
        left: 5%;
        top: 43%;
    }

    .versterker {
        width: 55%;
        bottom: 2%;
    }

    .hero-content {
        width: 100%;
        padding: 60px 15px 0 15px;
    }

    .star {
        width: 9%;
    }

    .star-3 {
        top: 40%;
        right: 10%;
    }
    .noot-2 {
        top: 40%;
        left: 12%;
        transform: rotate(145deg);
    }

    .star-4 {
        left: 3%;
        top: 3%;
    }

    .noot-6 {
        left: 5%;
        top: 22%;
    }

    .star-1 {
        left: 85%;
        top: 90%;
    }

    .noot-3 {
        left: 90%;
        bottom: 60%;
    }

    .noot-4 {

    }

    .noot-5 {
        top: 18%;
        left: 87%;
    }

    .noot-1 {
        left: 10%;
        top: 96%;
    }

    .logo-district {
    top: 0;
    left: 0;
    width: 50px;
}

.logo-vlaanderen {
    top: 0;
    left: 50px;
    width: 100px;
}
}
