:root {
    font-size: 16px;
}
header {
    margin-left: 8vw;
    margin-top: -6vh;
}
header h3 {
    padding:5px;
    color:antiquewhite;
    font-size: 150%;
}
header h4 {
    padding-left: 15px;
    font-size: 130%;
    color: antiquewhite;
}
form {
    padding: 5px;
   
}
fieldset {
    background: rgb(238,174,202);
    background: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 90%); 
    height: 10vh;
    
}
fieldset legend {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:1rem;
}
fieldset label {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:1rem;
    
}

select {
    width:50%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:1rem;
    margin: 1vw;
}
#submit {
    background-color: white;
    border: none;
    color: black;
    padding: 1.5vw 3vw;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.3rem;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}
#submit:hover {
    background-color: #4CAF50;
    color: white;
}
/* .titel {
    color: rgb(238, 34, 34);
    padding-left: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p {
    color:blue;
    padding-left: 20px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}
p:hover{
    cursor: pointer;
} */
ul.boeken {
    display: block;
    padding-top:5px;
    margin-left: 25px;    
    font-family: Arial, Helvetica, sans-serif;
    list-style-type: circle;
    
}
ul.boeken li {
    color: antiquewhite;
    float: none;
    margin: 1vh;
}

p.tekstboeken {
    font-size: 1.5rem;
     color:  antiquewhite;
     font-family: 'Atma';
}
/*05/10/2025*/
.nadruk {
    color:  #1c2b49;
    font-weight: bold;
    font-size: 1.2rem;
    padding-left: 5px;
    padding-right: 5px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* CSS-regels voor tablet-weergave */
    p.tekstboeken {
        font-size: 1.25rem;
    }

    header {
        margin-top: 1vh;
    }


}
    

@media only screen and (max-width :600px) {

    header {
        
        margin-top: 5vh;
    }
    
    p.tekstboeken {
        font-size: 1rem;
    }

}





