@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;
}

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


.hero {
    position: relative;
    min-height: 100vh;
    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);
}
*/

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

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

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

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

.star-4 {
    top: 13rem;
    right: 7rem;
    width: 4.5vw;
    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: 30%;
        top: 0;
    }

    .trumpet {
        width: 50%;
    }

    .versterker {
        width: 50%;
        bottom: 5%;
    }

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