
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.playwrite-mx-guides-regular {
    font-family: "Playwrite MX Guides", serif;
    font-weight: 400;
    font-style: normal;
  }
  

.disciplines * {
    font-family: "Playwrite MX Guides", serif;
    font-weight: 400;
    font-style: normal;


}

.footerfixer {
    text-decoration: underline;
    color: white;
    height: 10px;
}





body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    font-size: 16px;
    padding-top: 120px;
}


header {
    background-color: #00539C;
    color: white;
    text-align: center;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000
    
}

header h1 {
    margin: 10px 0;
    text-align: center;
    color: gold;
}


nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

nav a {
    color: white;
    border: 1px #333;
    text-decoration: none;
    font-weight: bold;
    
}

nav a:hover {
    text-decoration: underline;
}


footer {
    
    background-color: #333;
    color: white ;
    text-align: center;
    padding: 10px;
    font-size: 0.9em;
    position : fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    

}

main{
    padding-top: 20px;
    padding-bottom: 40px;
    
    
}
.homepagina {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto; 
    gap: 20px; 
}

.homepagina1 {
    grid-column: span 1; 
    text-align: end;
    color: black;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.6), 0 0 30px rgba(255, 215, 0, 0.4); 

    font-size: 5em;
    
    

    
}
.homepagina2 {
    grid-column: span 1;
    text-align: start;
    color: black;
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.8), 0 0 20px rgba(255, 215, 0, 0.6), 0 0 30px rgba(255, 215, 0, 0.4); 

    font-size: 5em;
    
    
}

.homepagina3 {
    grid-column: span 2; 
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    max-width: 60%;
    font-size: 2em;
    
}



.grid-container-inhoud {
    display: grid;
    grid-template-columns: 2fr 1fr; 
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%; 
    flex-grow: 1; 
}


.article {
    padding-right: 20px;
    grid-column: 1 / 2; 
}

h2 {
    font-size: 2.2em;
    margin-bottom: 1em;
    color: #2c3e50;
}

p {
    margin-bottom: 1.5em;
    font-size: 1.1em;
    color: #555;
}

ul {
    padding-left: 20px;
    margin-bottom: 1.5em;
    list-style-type: disc;
}

ul li {
    margin-bottom: 0.8em;
    font-size: 1.1em;
}



.disciplines {
    grid-column: 2 / 3; 
}

.disciplines h3 {
    font-size: 1.8em;
    margin-bottom: 1em;
    color: #2c3e50;
}

.disciplines ul {
    padding-left: 20px;
    list-style-type: disc;
}

.disciplines li {
    margin-bottom: 0.8em;
    font-size: 1.1em;
}




.tips {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px; 
    padding: 20px;
}


.tips section {
    flex: 1 1 calc(33.333% - 20px); 
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hamburger {
    display: none;
}
.menu-toggle {
    display: none;
}

.image-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);   
    gap: 20px;                                
    padding: 20px;
                       
}


.image-container img {
    width: 100%;                              
    height: auto;                            
                         
}

#tiptitel {
    text-align: center;
}



@media all and (max-width: 1024px) {
    .tips section {
        flex: 1 1 calc(50% - 20px); 
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .image-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);    
        gap: 20px;                               
        padding: 20px;
                           
    }
    form {
        font-size: 2rem;
    }
    input {
        height: 40px
    }
    header {
        padding: 20px 40px; 
       
    }

    header h1 {
        font-size: 3em; 
    }

    
    nav a {
        font-size: 1.5em; 
        padding: 10px 20px; 
    }
    main {
        margin-top: 100px;
    }
    #contact {
        margin-top: 100px;
    }

    
    
    

}


@media all and (max-width: 600px) {

    .tips section {
        flex: 1 1 auto;
        background-color: #f9f9f9;
        border-radius: 8px;
        padding: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    .tips {
        display: flex; 
        flex-wrap: wrap; 
        gap: 20px; 
        padding: 20px;
        flex-direction: column;
    }
    nav {
        display: none; 
        flex-direction: column;
        align-items: center;
        background-color: #00539C;
        position: fixed;
        top: 60px; 
        left: 0;
        width: 100%;
        padding-top: 10px;
    }

    
    #menu-toggle:checked + label + nav {
        display: flex;
    }

    
    .hamburger {
        display: block;
        background: transparent;
        border: none;
        font-size: 30px;
        color: white;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 10px;
    }

    
    .menu-toggle {
        display: none;
    }

    nav a {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        font-size: 1.2em;
        border-top: 1px solid #ddd;
    }

    nav a:hover {
        background-color: #0077b3;
    }
    .image-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .grid-container-inhoud {
        grid-template-columns: 1fr;
    }
    .article, .disciplines {
        grid-column: span 1;
    }
    #contact {
        padding-top: 20px;
    }
    .homepagina {
        grid-template-columns: 1fr;
    }
    .homepagina3 {
        font-size: 1em  ;
        max-width: 90%;
    }
    .homepagina1,
    .homepagina2 {
        font-size: 3em; 
        text-align: center; 
    }
    form {
        font-size: 0.8rem;
        margin-bottom: 70px;
    }
    

}












