
.div_nav_bar {
    height: 150px;
    width: 1486px;
    font-family: Arial;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}    
body {
    background-repeat : no-repeat;
    background-position : center center;
    background-attachment : fixed;
    -webkit-background-size : cover;
    -moz-background-size : cover;
    -o-background-size : cover;
}

.logo {
    display: block;
    margin-left: 690px;
    margin-right: auto; 
}

.text-seizoen {
    resize: none;
    font-family: Arial;
    text-align: center;
    width: 220px;
    height: 60px;
    background-color: transparent;
    position: relative;
    left: 1220px;
    top: -130px;
    font-size: 50px;
    color: white;
    border-color: white;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
}
.seizoen-list {
    position: relative;
    left: 1555px;
    top: -90px;
    text-align: center;
}

/* NAVIGATION BAR */
.navbar {
/*    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.2)); */
    background-color: transparent;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 15px 0;
    border-radius: 12px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    position: relative;
    top: 10px;
    left: 190px;
    width: 1486px;
/*    padding-bottom: 20px;  */
    text-align: center;
}

/* Links in navbar */
.navbar a {
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 23px;
    padding: 12px 75px;
    border-radius: 8px;
    transition: all 0.3s ease;
/*    background-color: rgba(255, 255, 255, 0.1);  */
    background-color: rgba(0, 0, 0, 0.6); /* zwart met 60% dekking */
    display: flex;
    align-items: center;  /* Verticaal centreren */
    justify-content: center;  /* Horizontaal centreren *//*    backdrop-filter: blur(4px);  */
    border: 1px solid rgba(255, 255, 255, 0.5);
}

/* Hover effect */
.navbar a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Actieve link */
.navbar a.active {
    background-color: rgba(255, 255, 255, 0.4);
    color: #000;
    font-weight: bold;
}
