body {
    font-family: "halyard-display-variable", sans-serif;
    font-variation-settings: "wght" 400;
    color: #524A94;
    background-color: #f3ad2d;
}

h1{
font-family: "bogart", sans-serif;
font-weight: 700;
font-style: normal;
}

h2{
font-family: "bogart", sans-serif;
font-weight: 700;
font-style: normal;
}

h3{
font-family: "bogart", sans-serif;
font-weight: 700;
font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

nav ul {
    display: flex;
    gap: 2rem;
}

nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #524A94;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #524A94;
    padding: 0.5rem 1rem;
    border-radius: 20px; 
}

nav ul li a:hover {
    background-color: #524A94; 
    color: #F5E4D8; 
}


.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem;
    background-color: #f3ad2d;

}

.hero-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 50%;
}
.hero-text button:hover {
    background-color: #F5E4D8; 
    color: #524A94;
}

.hero-text h1 {
    font-family: "bogart";
    font-size: 3rem;
    color: #524A94;
    margin-bottom: 1rem;
}

.hero-text p {
    font-size: 1rem;
    color: #524A94;
    margin-bottom: 2rem;
}

.hero-text button {
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: bold;
    background-color: #524A94;
    color: #fff;
    border: none;
    border-radius: 40px;
}

.hero-mascotte {
    max-width: 45%;
    height: auto;
}

.sectie-1 {
    background-image: url('../images/Paarse_golf.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;

    width: 100%;
    height: auto;
    min-height: 700px;
    padding: 8rem 4rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.sectie-1 h2 {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    color: #F5E4D8;
    margin-bottom: 4rem;
}


#Koek {
    width: 450px;   
    height: auto;
    margin-right: 0.5rem;  
}

.sectie-1 p {
    max-width: 380px;  
    font-size: 1rem;
    color: #F5E4D8;
}
 
.blokken {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    padding: 4rem 2rem;
}

.blokken h2 {
    grid-column: 1 / -1;
    text-align: center;
    margin-bottom: 3rem;
    color: #524A94;
    font-size: 2rem;
    font-weight: bold;
}

.blok {
    background-color: #F5E4D8;
    padding: 1.5rem;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    max-width: 400px; 
    margin: 0 auto;   
}


.blok h3 {
    margin-bottom: 1rem;
    color: #524A94;
    font-size: 1.25rem;
}

.blok img {
    width: 100px;
    height: auto;
    margin-bottom: 1rem;
}

.blok p {
    font-size: 0.95rem;
    color: #524A94;
    line-height: 1.4rem;
}


.sectie-2 {
    background-image: url('../images/Roze_Golven.svg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;

    max-width: 100%;
    min-height: 600px;
    padding: 8rem 4rem;

    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.sectie-2 h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: #524A94;
    margin-bottom: 4rem;
}

#Spel {
    width: 450px;   
    height: auto;
    margin-right: 1rem; 
}

.sectie-2 p {
    max-width: 380px;  
    font-size: 1rem;
    line-height: 1.5rem;
    color: #524A94;
}


.sectie-3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6rem 4rem;
    gap: 2rem;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.sectie-3 h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    color: #524A94;
    margin-bottom: 3rem;
}

#kind {
    width: 30rem;   
    height: auto;
    border-radius: 16px;
}


.sectie-3 p {
    width: 45%;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #524A94;
}

.sectie-4-dozen {
    background-image: url('../images/Beige_Golf.svg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

    padding: 10rem 4rem;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.sectie-4-dozen h2 {
    width: 100%;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #524A94;
    margin-bottom: 5rem;
}

.doos {
    background-color: #DECDE4;
    border-radius: 16px;
    padding: 2rem;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 240px; 
}

.doos img {
    width: 220px;   
    height: 220px;  
    object-fit: cover;
    border-radius: 12px;
    margin-top: 1rem;
}

.doos h3 {
    font-size: 1.2rem;
    color: #524A94;
    margin: 0;
}

.doos-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.doos {
    cursor: pointer;
}

.doos:hover {
    transform: translateY(-6px);
}

.doos-p {
    color: #524A94;   
    font-size: 0.95rem;
    line-height: 1.4rem;
}


.formulier {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 4rem;
    gap: 4rem;
    flex-wrap: wrap;
}

.tekst-links {
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.tekst-links h2 {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    color: #524A94;
}

.tekst-links p {
    margin: 0;
    color: #524A94;
}

.tekst-links h2 {
    font-size: 2.5rem; 
    margin-bottom: 1rem;
    color: #524A94;
}

.tekst-links p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #524A94;
}


.form {
    max-width: 450px;      
    padding: 2.5rem 2rem;  
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background-color: #DECDE4;
    border-radius: 24px;
    box-sizing: border-box;
}

.form input {
    padding: 0.8rem;
    border-radius: 16px;       
    border: 1px solid #524A94;
    background-color: #F5E4D8;
    font-size: 0.95rem;
    width: 100%;
    box-sizing: border-box;
}

.checkbox-label {
    display: flex;
    align-items: center;       
    justify-content: flex-start; 
    gap: 0.5rem;              
    color: #524A94;
    font-size: 0.95rem;        
    margin-top: 0.5rem;
    width: 100%;
    white-space: nowrap;        
}

.form button {
    padding: 0.8rem 1.5rem;     
    font-weight: bold;
    font-size: 1rem;
    background-color: #524A94;
    color: #fff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    align-self: flex-start;      
}

.form button:hover {
    background-color: #F5E4D8;
    color: #524A94;
}


footer {
    background-color: #DECDE4;
    padding: 4rem;
    color: #524A94;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    align-items: flex-start;
    box-sizing: border-box;
}


#Beary_Sticks_footer {
    width: 160px;
}


.contact {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 200px;
}


#Oogbites {
    width: 120px;;
}


.adres {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 220px;
}


.klein {
    width: 100%;
    margin-top: 2rem;
    font-size: 0.75rem;
    line-height: 1.1rem;
}

footer a {
    color: #524A94;
    text-decoration: none;
}

@media (max-width: 375px) {

    .hero {
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem;
        text-align: center;
    }
    .hero-text {
        max-width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .hero-text h1 {
        font-size: 2rem;
    }
    .hero-text p {
        font-size: 0.9rem;
    }
    .hero-mascotte {
        max-width: 80%;
        margin: 0 auto;
    }

    .sectie-1 {
        flex-direction: column;
        align-items: center;
        padding: 4rem 1rem;
    }
    #Koek {
        width: 80%;
        margin: 0 0 2rem 0;
    }
    .sectie-1 p {
        max-width: 100%;
        text-align: center;
    }

    .blokken {
        grid-template-columns: 1fr;
        padding: 2rem 1rem;
        gap: 1.5rem;
    }
    .blok {
        max-width: 100%;
        margin: 0;
    }
    .blok img {
        width: 80px;
    }

    .sectie-2 {
        flex-direction: column;
        align-items: center;
        padding: 4rem 1rem;
    }
    #Spel {
        width: 80%;
        margin-bottom: 1.5rem;
    }
    .sectie-2 p {
        max-width: 100%;
        text-align: center;
    }

    .sectie-3 {
        flex-direction: column;
        align-items: center;
        padding: 4rem 1rem;
    }
    #kind {
        width: 80%;
        margin-bottom: 1.5rem;
    }
    .sectie-3 p {
        width: 100%;
        text-align: center;
    }

    .sectie-4-dozen {
        padding: 6rem 1rem;
        flex-direction: column;
        gap: 2rem;
    }
    .doos {
        width: 90%;
        height: auto;
        padding: 1.5rem;
    }
    .doos img {
        width: 100%;
        height: auto;
        margin-top: 1rem;
    }

    
    .nieuwsbrief {
        flex-direction: column;
        align-items: center;
        padding: 2rem 1rem;
        gap: 2rem;
    }
    .tekst-links {
        max-width: 100%;
        text-align: center;
    }
    .tekst-links h2 {
        font-size: 1.8rem;
    }
    .tekst-links p {
        font-size: 0.95rem;
    }
    .form {
        max-width: 100%;
        width: 100%;
        padding: 2rem;
        border-radius: 20px;
    }
    .form input {
        font-size: 0.95rem;
        padding: 0.8rem;
        border-radius: 12px;
    }
    .checkbox-label {
        font-size: 0.95rem;
    }
    .form button {
        font-size: 1rem;
        padding: 1rem;
    }

    footer {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
        padding: 2rem 1rem;
        text-align: center;
    }
    #Beary_Sticks_footer, #Oogbites {
        width: 120px;
    }
    .contact, .adres {
        width: 100%;
        text-align: center;
        gap: 0.25rem;
    }
    .klein {
        font-size: 0.7rem;
        line-height: 1rem;
        margin-top: 1rem;
    }
}
