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

body,html {
    background: radial-gradient(circle at bottom, #002DB8 0%, #002DB8 5%, #000000 50%, #000000 100%);
    font-family: "League Spartan", sans-serif;
    color: #FFFFFF;
    z-index: -2;
}

body.overmij-pagina {
    background-image: url('/images/horizontal_koen.JPG'); 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
}

.main-title-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
}

.main-title {
    font-family: "League Spartan", sans-serif;
    color: #FFFFFF;
    font-size: 48px;
    margin-top: 50px;
}

.info-text {
    font-family:  "League Spartan", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0F0F0FCC;
    border-radius: 25px;
    padding: 25px;
    border: 1px solid #FFFFFF;
    white-space: pre-wrap;
    margin-bottom: 20px;
    line-height: 1.1;
}

.info-content-brandaband {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.claudy-image {
    width: 50%;
    height: 50%;

}

.highlight {
    font-weight: bolder;
    color: #0008C9;
    font-size: 28px;
}

.highlight-link {
    color: #00AEEF;
    text-decoration: underline;
    cursor: pointer;
}

.kopje {
    color: #0008C9;
    font-weight: normal;
    font-size: 20px;
}





.spacer {
    display: inline-block;
    width: 10px;
}

/* standaard stijl voor de navbar */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFFFFF00;
    padding: 10px;
}


.navbar .logo {
    display: flex;
    justify-content: flex-start;
}

.navbar .logo img {
    height: 50px; /* Adjust height as needed */
}

.navbar .menu {
    display: flex;
    justify-content: flex-end;
    gap: 20px; /* Adjust spacing between menu items */
}

.navbar .menu a {
    font-size: 28px;
    margin-left: 20px; 
    text-decoration: none; 
    color: #FFFFFF; 
    padding: 10px;
    border-bottom: 2px solid #FFFFFF;
    transition: all 0.3s ease;
}

.navbar .menu a:hover {
    color:#0008C9 ; 
}

.navbar .logo a {
    border-bottom: none; /* Remove border from logo link */
}

/* standaard achtergronden */

.background-black {
    width: 100%;
    height: 100%;
    position: absolute;
    background: black;
    z-index: -2;
}

.background-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at bottom, #002DB8 0%, #002DB8 5%, #000000 50%, #000000 100%);
    background-size: 100% 200%;
    background-position: bottom center;
    z-index: -1;
}

/* standaard marge naar de zijkant/bovenkant van het scherm */

.container {
    margin-left: 130px;
    margin-right: 130px;
    padding-top: 50px;
}

/*standaard voettekst */
.footer {
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0; 
}

.footer p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.footer-email {
    color: #0008C9;
    text-decoration: none;
}

.footer-email:hover {
    text-decoration: underline;
}

.footer-logo {
    height: 30px; /* Adjust the height as needed */
}



/* index pagina *//* index pagina *//* index pagina *//* index pagina *//* index pagina *//* index pagina *//* index pagina *//* index pagina *//* index pagina *//* index pagina */

.welkom-container {
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    line-height: 1.0;
    text-align: center; 
    margin-top: 200px;
    border-left: 5px solid white; 
    padding-left: 10px; 
}

/* Stijl voor de eerste regel */

.hallo-tekst {
    font-size: 24px;
    color: #FFFFFF; 
    font-weight: 500;
}

/* Stijl voor de tweede regel */

.naam-tekst {
    font-size: 96px; 
    color: #FFFFFF; 
    font-weight: 700;
}

/* Stijl voor de derde regel */

.rol-tekst {
    font-size: 24px;
    color: #FFFFFF; 
    font-weight: 600;
}

/* stijlen voor de social media-logo's */

.social-media-container {
    display: flex;
    justify-content: flex-start; 
    gap: 20px; 
    margin-top: 100px; 
}

.social-media-container img {
    max-width: 40px; 
    height: auto;
}

/* stijlen voor verticale koen foto */

.koen_vertical_image {
    display: flex;
    justify-content: flex-end; 
    align-items: flex-end; 
    height: 100vh; 
    margin-top: -500px;

}

.main-image {
    max-width: 100%; 
    height: auto; 
}

/* Over mij pagina *//* Over mij pagina *//* Over mij pagina *//* Over mij pagina *//* Over mij pagina *//* Over mij pagina *//* Over mij pagina */

.info-content-overmij {
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    gap: 100px;
    margin-bottom: 100px;
    margin-top: 50px;
}

body.overmij-pagina {
    min-height: 100vh; /* Zorgt dat de minimaal beschikbare hoogte 100% van het viewport is */
}

/* Leeruitkomsten *//* Leeruitkomsten *//* Leeruitkomsten *//* Leeruitkomsten *//* Leeruitkomsten *//* Leeruitkomsten */
.info-text-leeruitkomst {
    font-family:  "League Spartan", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0F0F0FCC;
    border-radius: 25px;
    padding: 25px;
    border: 1px solid #FFFFFF;
    white-space: pre-wrap;
    margin-bottom: 20px;
    line-height: 1.1;
}

.kopje-reflectie {
    color: #0008C9;
    font-weight: normal;
    font-size: 16px;
}










/* Projecten pagina */
.projects-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 50px; 
}

.project-row {
    display: flex;
    justify-content: center;
    gap: 25px; 
    max-width: 1000px; 
    margin-left: auto;
    margin-right: auto;
}

.project-row:last-child {
    margin-bottom: 50px; 
}

.project-image-container {
    flex: 1;
    max-width: 400px;
    min-width: 400px;
}

.project-image {
    width: 100%;
    height: auto;
    display: block;
}

/* McRace pagina *//* McRace pagina *//* McRace pagina *//* McRace pagina *//* McRace pagina *//* McRace pagina *//* McRace pagina *//* McRace pagina */
.f1_logo_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 125px;
}

.info-content-mc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

/* Gueteau's pagina *//* Gueteau's pagina *//* Gueteau's pagina *//* Gueteau's pagina *//* Gueteau's pagina *//* Gueteau's pagina *//* Gueteau's pagina *//* Gueteau's pagina */

.info-content-gusteaus {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.gusteaus_mainpage{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.slideshow-container {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
}

.carousel {
    position: relative;
    width: 570px;
    height: 300px;
    overflow: hidden;
}

.slides {
    display: flex;
    transition: transform 0.5s ease;
}

.slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.3);
    border: 3px solid wheat;
    border-radius: 5px;
    font-size: 4rem;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 0.5rem;
}

.carousel-button.prev {
    left: 5px;
}

.carousel-button.next {
    right: 5px;
}

.carousel-button:hover,
.carousel-button:focus {
    color: #FFFFFF;
    background-color: transparent;
}





/* Eftelinggames pagina *//* Eftelinggames pagina *//* Eftelinggames pagina *//* Eftelinggames pagina *//* Eftelinggames pagina *//* Eftelinggames pagina *//* Eftelinggames pagina *//* Eftelinggames pagina */


.info-content-eftelinggames {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.eftelinggames_video{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

/* development pagina *//* development pagina *//* development pagina *//* development pagina *//* development pagina *//* development pagina *//* development pagina *//* development pagina */

.info-content-development {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.info-content-development_tekst{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.highlight-link-development-top {
    display: flex;
    justify-content: center;
    color: #00AEEF;
    font-size: 20px;
    align-items: center;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 50px;
}

.highlight-link-development {
    display: flex;
    justify-content: center;
    color: #00AEEF;
    font-size: 24px;
    text-decoration: underline;
    cursor: pointer;
    margin-bottom: 0;
}

.dev-logo_column1{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 100px;
  width: 75px;  
  height: auto;  

}

.dev-logo_column2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 100px;
  width: 75px;  
  height: auto;  
}

/* EasterEggs pagina *//* EasterEggs pagina *//* EasterEggs pagina *//* EasterEggs pagina *//* EasterEggs pagina *//* EasterEggs pagina *//* EasterEggs pagina *//* EasterEggs pagina */

.info-content-eastereggs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}


.eastereggs_logo_column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

.info-images-eastereggs video,
.info-images-eastereggs img {
    max-width: 350px;
    height: auto;
    padding-bottom: 20px;
}

.info-images-eastereggs img {
    max-width: 350px;
}

/* Voetbal animatie  */

.info-content-voetbalanimatie {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.video-columns {
    display: flex;
    justify-content: center;
    gap: 50px; 
}

.video-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px; 
}

.center-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 1px; 
}

.kopje-content {
    color: #0008C9;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: -50px;
}

