.nav-link {
    color: white;
}

.nav-link:hover {
    color: rgb(255, 156, 35);
}

.dropdown-menu {
    color: white;
    background-color: rgb(0, 0, 0, 0.7);
    text-align: center;
    border-bottom: solid white;
    border-left: solid white;
    border-right: solid white;
}

.dropdown-item {
    color: white;
}

.dropdown-item:hover {
    color: rgb(255, 156, 35);
    background-color: rgb(255, 255, 255, 0.2);
}

#DropCss1:first-child {
    color: white;
}

#DropCss1:hover {
    color: rgb(255, 156, 35);
}

#DropCss2:first-child {
    color: white;
}

#DropCss2:hover {
    color: rgb(255, 156, 35);
}

#DropCss3:first-child {
    color: white;
}

#DropCss3:hover {
    color: rgb(255, 156, 35);
}

#DropCss4 {
    color: white;
}

#DropCss4:hover {
    color: rgb(255, 156, 35);
}

#Brand {
    font-family: cursive;
}

#Brand:hover {
    font-family: cursive;
    color: rgb(255, 156, 35);
}

body,
html {
    width: 100%;
    height: 100%;
}


#LoginButton {
    display: inline-block;
    color: white;
    border: 2px solid white;
}

#LoginButton:hover {
    color: rgb(255, 156, 35);
    border-color: rgb(255, 156, 35);
    background-color: transparent;
}

@media only screen and (max-width: 575px) {

    .IconText {
        display: none;
    }

    .nav-link {
        color: white;
        text-align: center;
    }

    #NavButton {
        color: white;
    }

    #LoginButton {
        display: inline-block;
        color: white;
        border: 2px solid white;
        padding: 6px 14px;
        font-size: 0.9rem;
        border-radius: 6px;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 8px;
        text-align: center;
        width: 100%;
    }

    #LoginButton:hover {
        color: rgb(255, 156, 35);
        border-color: rgb(255, 156, 35);
        background-color: transparent;
    }

    .vr {
        display: none;
        /* Splitter verbergen op mobiel voor netheid */
    }

    .navbar-collapse {
        background-color: rgb(0, 0, 0, 0.7) !important;
        border-bottom: solid white;
        border-right: solid white;
        border-left: solid white;
        border-radius: 8px;
        /* Optioneel: voor afgeronde hoeken */
        padding-top: 20px;
        /* Ruimte bovenaan */
        padding-bottom: 20px;
        /* Ruimte onderaan */
    }
}

@media only screen and (max-width: 1050px) and (min-width: 575px) {
    .nav-text {
        display: none;
    }

    .nav-item {
        font-size: 24px;
    }
}

/* body */

/* Contact */

.contact-section {
    background-color: rgb(242, 239, 239);
    border-top: rgb(0, 0, 0) solid 5px;
    background-image: url('../IMG/backgroundtosHeaderos2.0.png');
    background-attachment: fixed;
    background-position: center;
    background-repeat: none;
    background-size: cover;
    padding-top: 5%;
    padding-bottom: 5%;
    height: 115%;
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.95);
    border-left: 4px solid #ff9c23;
    border-radius: 12px;
}

.contact-card h2 {
    color: #003057;
    font-weight: bold;
}

.custom-submit-btn {
    color: #ff9c23;
    border-color: #ff9c23;
    transition: all 0.3s ease-in-out;
}

.custom-submit-btn:hover {
    background-color: #ff9c23;
    color: white;
    border-color: #ff9c23;
}

#toggleBtn {
    color: darkorange;
    text-decoration: underline;

}

/* Footer */

footer {
    padding: 2% 0;
    backdrop-filter: blur(8px);
    /* maakt achtergrond wazig */
    -webkit-backdrop-filter: blur(8px);
    /* Safari ondersteuning */
    background-color: rgb(0, 0, 0);
    /* Donker glasachtig */
    color: white;
    border-top: solid gray;
    /* Rood accent blijft */
    text-align: center;
    width: 100%;
}

.FooterList {
    list-style: none;
}

.FooterLink {
    color: white;
    text-decoration: none;
}

.SponserImg {
  max-height: 80px;
  object-fit: contain;
  /* Ensures image fits without stretching */
  width: 120px;
  margin-top: 3%;
  max-width: 80px;
  border-radius: 12px;
  margin-right: 1%;
  border: white solid 2px;
  height: auto;
  display: inline-block;
}

.footerrow {
    background-color: black;
    margin-right: 0;
    margin-left: 0;
}