/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 15 2025 | 12:00:25 */
    .logo-wrapper {
      position: sticky;
      top: 0;
      z-index: 1000;
      display: flex;
      align-items: center;
      padding: 0;
      overflow: hidden;
    }

    .logo-wrapper svg {
      width: 320px;
      height: 80px;
    }

    .logo-wrapper text {
      font-family: 'Manrope', sans-serif;
      font-size: 40px;
      font-weight: 400;
      fill: #fff;
      transition: transform 0.4s ease, opacity 0.5s ease, fill 0.5s ease;
    }

.logo-wrapper #logoIcon image{
	filter: brightness(0) invert(1);
}
    #infinitySymbol {
      font-size: 60px;
      font-weight: 700;
      transition: fill 0.6s ease-in-out;
    }

    #infinityBg {
      transition: fill 0.6s ease-in-out;
    }

    .scroll-content {
      text-align: center;
      padding: 20px;
      font-size: 20px;
      margin-top: 200px;
    }/* Voeg je CSS code hier toe.
Bijvoorbeeld:
.example {
    color: red;
}

Voor het opfrissen van je CSS kennis, kijk op http://www.w3schools.com/css/css_syntax.asp

Einde van de reactie */ 

