P {
    font-size: 1.1rem;
    font-family: "Jost", sans-serif;
}

h1 {
    font-size: 2.2rem;
    color: #f68f51;
    font-family: "Playball", cursive;
}

h2 {
    font-size: 1.7rem;
    color: #f68f51;
    font-family: "Playball", cursive;
}

h3 {
    font-size: 1.3rem;
}

h4 {
    font-size: 1.1rem;
}

h5 {
    font-size: 1rem;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.playball-regular {
    font-family: "Playball", cursive;
    font-weight: 400;
    font-style: normal;
}

.jost- {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0vh 7vw;
    background-color: #e0d9cc;
    align-items: center;
}


nav div {
    display: flex;
    flex-direction: row;
}


a {
    text-decoration: none;
    padding: 5px 10px;
    color: black;
    font-family: "Playball", cursive;
    font-size: 1.3rem;
}

.links {
    padding: 2vh;
    gap: 20px;
    text-align: center;

}



.links a {
    height: 100%;
    align-self: center;
}


nav div a {
    color: black;
    padding: 2% 11px;
}

nav img {
    width: 15vw;
    background-color: rgba(255, 255, 255, 0);
}

.logo a {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
}


.links a:hover {
    background-color: #f68f51;
    transform: scale(1.1);
    border-radius: 10%;
    transition: 0.5s;
}

.links a:active {
    background-color: #bde7fa;
    transition: .2s;
}

main {
    background-color: #fffcf8;
}



footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2vh 10vw;
    background-color: #e0d9cc;
    align-items: center;
}

.footerLeft {
    display: flex;
    flex-direction: column;
}

.mediaLogo {
    width: 30px;
}

.footerLogo {
    width: 167px;
    height: auto;
}

.footerLeft p {
    color: #f68f51;
    margin: 0.2vw 0.2vw 0.5vw;
    padding-left: 0.2vw;
}

.footerLeft div {
    margin: 0vw;
}

.logo img:hover {
    transform: scale(1.06);
    transition: 1s;
}


.logo img{
    transition: .7s;
}

.fishBasket img {
    width: 5vw;
}


.gallery img {
    width: 18vw;
    cursor: pointer;
    transition: 0.3s;
    border: 3px solid #e0d9cc;
}

.gallery img:hover {
    transform: scale(1.05);
}

/* Lightbox */
.lightbox {
    display: none;
    position: fixed;
    z-index: 999;
    inset: 0;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
}

.lightbox-img {
    max-width: 80%;
    max-height: 80%;
}

.lightbox .close {
    position: absolute;
    top: 2vh;
    right: 3vw;
    font-size: 3rem;
    color: white;
    cursor: pointer;
}

.controls {
    align-items: center;
    position: absolute;
    bottom: 45vh;
    display: flex;
    gap: 50vw;
}

.controls button {
    font-size: 2rem;
    padding: 8px 20px 15px;
    cursor: pointer;
    background-color: #f68f51;
    border-color: #f68f51;

}

.gallery {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}


.event{
    margin-top: 5vh;
}

.event img{
    margin: 0 0.5vw;
}

header {
    align-items: center;
    text-align: center;
    background-color: #fffcf8;
}

header h1 {
    font-size: 4rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 10vh;
}


.fishBasket a:hover {
    background-color: rgba(246, 143, 81, 0);
    border: rgba(246, 143, 81, 0);
    transition: .2s;
    padding-top: 60%;
    transform: scale(1);
}


.fishBasket img:hover {
    background-color: #f68f51;

    transition: .2s;
    transform: scale(1);
}

.fishBasket a {
    padding-top: 60%;
}


span {

    display: flex;
    flex-direction: column;
    color: black;
    background-color: #bde7fa;
    justify-content: center;
    text-align: center;
    padding: 3vh;
    font-size: 1.8rem;
    font-family: "Jost", sans-serif;
}

nav span {
    background-color: #bde7fa;
    border-radius: 10%;
    font-size: 0.9rem;
    text-align: center;
    width: 5vw;
    height: 2.2vh;
    margin: 0 auto;
}

/* Mobile responsive */
@media (max-width: 1020px) {
    .lightbox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .controls {
        position: static;   /* haalt absolute positioning weg */
        gap: 40px;
    }

    .lightbox-img {
        max-height: 65%;
    }
}


@media (max-width: 650px) {
    .links a {
        padding: 0;
    }

    .home {
        display: none;
    }
    nav {
        padding-right: 1.5vw;
        padding-left: 1.5vw;
    }
    .fishBasket img {
        width: 30px;
    }
    .logo img {
        width: 100px;
    }

    .event {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 15px;
        margin-bottom: 3vh;
    }
    .event img{
        width: 50%;
    }
}

/* Mobile responisve */

@media (max-width: 900px) {
    .top {
        display: flex;
        flex-direction: column;

    }

    .bottom {
        display: flex;
        flex-direction: column-reverse;
    }

    main section div {
        width: 70vw;
    }

    main section div img {
        width: 70vw;
    }
}


@media (max-width: 650px) {
    .links a {
        padding: 0;
    }

    .home {
        display: none;
    }

    nav {
        padding-right: 1.5vw;
        padding-left: 1.5vw;
    }

    .fishBasket img {
        width: 30px;
    }

    .logo img {
        width: 100px;
    }
}


@media (max-width: 480px) {

}

@media print {
    .noPrint {
        display: none;
    }

    table {
        table-layout: fixed;
        width: 100%;
    }

    td, th {
        white-space: normal;
        word-wrap: break-word;
        line-height: 1.4;
        padding: 6px;
    }
}

.input {
    margin-top: 2.5vw;
    width: 100%;
    max-width: 100vw;
    height: 3.5vw;
    background-color: #fcd0bd;
    border: 2.5px #fcd0bd;
    font-family: "Playball", cursive;
    font-size: 1.5rem;
}

.input:hover {
    background-color: #f68f51;
    transition: .2s;
}

.input:active {
    background-color: #bde7fa;
    transition: .2s;
}

/* Burger menu */
.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.burger div {
    width: 25px;
    height: 3px;
    background-color: black;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Mobiel dropdown menu */
.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #e0d9cc;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    text-align: center;
}

.mobile-menu a {
    padding: 12px 0;
    border-top: 1px solid #d3c9b7;
    color: black;
    text-decoration: none;
    font-family: "Playball", cursive;
    font-size: 1.3rem;
    transition: 0.3s;
}

.mobile-menu a:hover {
    background-color: #f68f51;
    transform: scale(1.05);
    border-radius: 5%;
}

.mobile-menu.show {
    display: flex;
    max-height: 500px;
}

/* Responsief: burger zichtbaar onder 320px */
@media (max-width: 480px) {
    .links {
        display: none;
    }

    .burger {
        display: flex;
    }

    .home {
        display: block;
    }
}