* {
    margin: 0;
    padding: 0;
}

body {
    background-color: rgb(255,250,250);
}

ul {
    list-style: none;
}

#navList > li {
    float: left;
    margin: auto;
    padding: 30px;
    text-decoration: none;
}

li > a {
    text-decoration: none;
    font-family: "TW Cen MT", Impact, sans-serif;
    font-size: 30px; /* Iets groter voor betere leesbaarheid */
    color: white;
    font-weight: 500; /* Iets dikker, blijft elegant */
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    transition: color 0.3s ease;
}

.navigation__header {
    display: block !important;
    position: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
    z-index: 100;
}

.navContainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .25s ease;
}

.autoscout__container {
    position: relative;
    justify-content: center;
    display: flex;
}

.overlay {
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    position: absolute;
}

#logo {
    display: flex;
    align-items: center;
    height: 80px; /* Zorgt voor mooie hoogte */
}

#logo img {
    height: 12.5em;
    width: auto;
    filter: brightness(0) invert(1);
    object-fit: contain; /* Houdt verhoudingen mooi */
}


#iframe {
    height: 100vh;
    width: 100vw;
}

.column {
    height: 10000px;
}

.background__nav {
    background-color: black;
    opacity: 0.9;
    transition: all .25s ease;
}

li > a:hover {
    color: darkgray;
}

.test {
    width: 65%;
    height: auto;
    background-color: rgb(255,250,250);
    border-radius: 10px 10px 0 0;
    box-shadow: 0 3px 69px rgb(0 0 0 / 16%);
    object-position: center;
    margin: auto;
    position: relative;
    /*bottom: 150px;*/
    padding: 70px 0;
    text-align: center;
}

.c-home-hero__container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 5%;
    text-align: center;
    width: max-content;
    color: white;
}

.img-fluid {
    height: auto !important;
}

section {
    background-color: rgb(255,250,250);
}

#footer {
    background-clip: content-box;
    padding-top: 30px;
    box-shadow: inset 0 0 0 30px rgb(255 250 250);
}

#car-board {
    width: 50%;
}

.i-home--car-tag {
    color: white ;
    text-decoration: none !important;
    transition: 0.3s;
}

.i-home--car-tag:hover {
    color: darkgray;
    transition: 0.3s;
    text-decoration: none !important;
}

.center {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bella-motori {
    height: 20rem;
}

.hero-title {
    position: absolute;
    bottom: 5%;
    left: 5%;
    color: white;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    font-family: 'TW Cen MT', Impact, sans-serif;
    z-index: 10;
}

.hero-title h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.hero-title p {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 0;
}
