*{
    margin:0;
    padding:0; 
    font-family: Amatic SC;
}










.background{
    height: 100vh;
    background-image: url(2.jpg);
    background-position: center;
    background-size:cover;
    overflow-x:hidden;
    position:relative;
}










.nav-bar{
    display: flex;
    padding:5 5px;
    margin-top: 50px;

}

.nav-links{
    flex: 1;
}

.nav-links ul{
    margin-left: 20px;
   
}

.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 15px;
}

    .nav-links ul a{
    color:#0c0702;
    text-decoration:none;
    font-size:20px;
    background-color: rgb(250, 196, 162);
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    font-family: Amatic SC;
    

}
.nav-links ul li::after{
    content:'';
    width:0;
    height: 5px;
    background:rgb(211, 236, 214);
    display:block;
    margin:auto;
    transition: .3s;
}

.nav-links ul li:hover::after{
    width: 100%;

}

.btn{
    padding: 10px 15px;
    border: 0;
    background-color: yellow;
    font-weight: bold;
    cursor: pointer;
    font-size: large;
    margin-right: 100px;
    font-family: Amatic SC;
}

.nav-links .btn{
    float:right;
    border-radius: 8px;
    margin-right: 50px;
    font-family: Amatic SC;
}












.evenementen{
    font-size: large;
    text-align: center;
    text-decoration: none;
    margin-left: 30px;
    margin-right:30px;
    margin-top: 40px;
    margin-bottom: 50px;
    padding-top:90px;
    padding-bottom: 10px;
    padding-right: 30px;
    padding-left:30px;
    line-height: 30px;

   

    border-radius: 40px;
    background-color: rgb(211, 236, 214,0.8);

}

h1{
    color: rgb(215, 107, 41);
    
}

h3{
    font-size: larger;
    text-decoration: underline;
    color: rgb(215, 107, 41);
}









.footer{
    align-items: center;
    text-align: center;
    background-color:  rgb(211, 236, 214,0.8);
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 50px;
    margin-bottom: 30px;
}

.footer-logo img{
    width: 180px;
    position: relative;  
    margin-bottom: 0px;
    padding:20px;
    padding-top:40px;
    
}
.a{
    padding-bottom: 20px;
    font-size: small;
}








