html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-family: Poppins, sans-serif; /* Choose a default font */
    font-size: 16px;
    line-height: 1.3;
    color: #333;
    background-color: #fff9ec;
    scroll-behavior: smooth;
}

.section-subtitle > p {
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0;
}

.section-title, .line, .section-content, .section, .line-div, .section-imgs, .devided-section{
    display: flex;
    justify-content: center;
}

.section-content {
    flex-direction: column;
    align-items: center;
}

.section-content > p {
    text-align: center;
}

.section-title > p {
    font-size: 1.7rem;
    text-transform: capitalize;
    font-weight: 550;
    margin-bottom: 10px;
}

.section, .devided-section {
    padding-top: 50px;
    padding-bottom: 50px;
}


.section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}

.devided-section {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 10%;
    padding-right: 10%;
}


.line {
    height: 1px;
    background-color: darkorange;
}

#home {
    width: 20%;
    min-width: 280px;
}

#contact {
    width: 17%;
    min-width: 220px;
    margin-bottom: 20px;
}

#about {
    width: 15%;
    min-width: 150px;
}

#socialmedia {
    width: 18%;
    min-width: 180px;
    margin-bottom: 30px;
}

#results {
    width: 12%;
    min-width: 120px;
}

#porsche {
    width: 25%;
    min-width: 320px;
}

#sponsorpackages {
    width: 22%;
    min-width: 280px;
}

.section-content {

}

.section-content > p {

}

.spanning-img {
    height: 40vh; /*ofwel 33, nog kiezen TODO*/
    width: 100%;
    overflow: hidden;
}
.image {
    width: 100%;
    height: 40vh;
    object-fit: cover;
}
@media only screen and (max-width: 800px) {
    .spanning-img {
        height: 33vh;
    }
    .image {
        height: 33vh;
    }
}

video {
    width: 100%;
    height: 44vh;
    object-fit: cover;
}


#nav {
    position: fixed;
    width: 70%;
    min-height: 64px;
    background-color: #444444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15%;
    padding-right: 15%;
    z-index: 100;
}

.nav-item {
    flex: 1;
    text-align: center;
    height: 100%;
}

.nav-item a {
    color: white;
    text-decoration: none;
    text-transform: capitalize;

}

@media only screen and (max-width: 800px) {
    #nav {
        flex-direction: column;
    }

    .nav-item {
        margin: 10px 0;
    }

    .section, .devided-section {
        flex-direction: column;
    }
}


.section-imgs {
    display: flex;
    flex-wrap: wrap;

}
.content-img {
    max-width: 300px;
    object-fit: cover;
    max-height: 300px;
    padding: 30px;
    border-radius: 20%;
}

.big {
    flex: 5;
}

.small {
    flex: 5;
}

.left, .right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: 1;
}

.full-line-container {
    width: 80%; /* Limit the width to 80% */
    margin: 0 auto; /* Center the container horizontally */
}

.full-line {
    width: 100%; /* Make the line take the full width of its container */
    height: 1px; /* Set the height to make it visible as a line */
    background-color: black; /* or any other color you prefer */
}

#halfline-container {
    width: 50%;
    min-width: 180px;
    margin: 20px auto 0;
}
#halfline {
    width: 100%;
    height: 1px;
    background-color: orange;
}


#socialmedia-stats {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20%;
}

.social-media-item {
    display: flex;
    align-items: center;
}

.social-media-text {
    margin-left: 30px;
}
.social-media-text > p {
    font-size: 20px;
    color: darkorange;
    font-weight: 550;
    margin: 0;
}

.sm-icon-big {
    width: 40px;
    height: 40px;
}


#footer {
    background-color: #2f2b2b;
    color: white;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#footer > div {
    flex: 1;
}

#partners {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.sponsor-img {
    margin: 20px;
    width: 100px; /* Adjust as needed */
    height: auto; /* Maintain aspect ratio */
    cursor: pointer;
}

#contact, #media {
    text-align: center;
}

.sm-icon-small, .sm-icon-big {
    width: 30px; /* Adjust as needed */
    height: 30px; /* Adjust as needed */
    margin: 5px; /* Adjust as needed */
}

.sm-icon-small:hover, .sm-icon-big:hover {
    cursor: pointer;
}
#footer-text p:first-child {
    font-size: 1.2em; /* Make the text bigger */
    color: #ffd485; /* Brighter color, adjust as needed */
}

#footer-text  p {
    color: #e0bda9;
    text-align: center;
    margin: 2px;
}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-img {
    max-width: 30px;
    margin-right: 10px;
}

.contact-info p {
    margin: 0;
    font-size: 16px;
}

/* Timeline Styles */
.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

.container.left {
    left: 0;
}

.container.right {
    left: 50%;
}

.container::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: darkgrey;
    border: 4px solid #000;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

.container.right::after {
    left: -16px;
}

.content {
    padding: 20px 30px;
    background-color: #f9f9f9;
    position: relative;
    border-radius: 6px;
}

.content h2 {
    margin: 0 0 10px;
    font-size: 20px;
}

.content p {
    margin: 0;
}

/* Media Queries */
@media screen and (max-width: 600px) {
    .timeline::after {
        left: 31px;
    }

    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .container.right {
        left: 0%;
    }

    .content-img {
        max-width: 220px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: orange;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -17px;
    background-color: white;
    border: 3px solid #FF9F55;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.leftTimeline {
    left: 0;
}

/* Place the container to the right */
.rightTimeline {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.leftTimeline::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid darkgrey;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent darkgrey;
}

/* Add arrows to the right container (pointing left) */
.rightTimeline::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid darkgrey;
    border-width: 10px 10px 10px 0;
    border-color: transparent darkgrey transparent transparent;
}

/* Fix the circle for containers on the right side */
.rightTimeline::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 20px 30px;
    background-color: darkgrey;
    position: relative;
    border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 1180px) {
    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .container::before {
        left: 60px;
        border: medium solid darkgrey;
        border-width: 10px 10px 10px 0;
        border-color: transparent darkgrey transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .leftTimeline::after, .rightTimeline::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .rightTimeline {
        left: 0%;
    }
}

#timeline-div {
    box-sizing: border-box;

}

#timeline {
    box-sizing: border-box;
}

#timeline * {
    box-sizing: border-box;
}

#left-timeline {
    flex: 4;
}

#double {
    flex: 2;
}


#homescroll {
    padding-top: 100px;
}

.cover-img {
    overflow: hidden;
    object-fit: cover;
}

#disclaimer > p {
    color: orange;
    font-size: 10px;
}

#credit {
    margin-top: 30px;
}
#credit > p {
    font-size: 13px;
    margin-bottom: 0;
    color: #a49e90;
}
#disclaimer {
    text-align: center;
}

video {
    pointer-events: none;
}

iframe {
    height: 33vh;
    width: 50%;
}

@media only screen and (max-width: 800px) {
    iframe {
        width: 80%;
    }
}

.contact-img {
    width: 24px; /* Adjust the size as needed */
    height: 24px; /* Adjust the size as needed */
    fill: black; /* Default fill color for SVG elements */
}

/* Additional styling to ensure the fill property applies correctly */
.contact-img path {
    fill: black; /* Ensure the path elements within the SVG are filled */
}

.contact-button {
    position: fixed;
    bottom: 50px;
    right: 3%;
    background-color: #ba7900;
    color: white;
    padding: 15px 25px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

.contact-button a {
    color: white;
    text-decoration: none;
}

.contact-button:hover {
    background-color: #d28901;
    cursor: pointer;
}