@font-face {
    font-family: 'Roobert';
    src: url('../font/RoobertLight.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roobert';
    src: url('../font/RoobertSemiBold.ttf') format('truetype'); 
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/RoobertBold.ttf') format('truetype'); 
    font-weight: bolder;
    font-style: normal;
}

body {
    font-family: 'Roobert', sans-serif;
    font-size: 16px;
    margin: 0;
    background-color: #000; 
    color: #fff; 
}

.container {
    background-color: #000; 
    margin: 0 auto;
    max-width: 1200px; 
    padding: 20px;
}

header {
    background-color: #000; 
    text-align: center;
    padding: 20px 0;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
}

nav {
    margin: 20px 0;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

nav li {
    display: inline-block;
    margin: 0 10px;
}

nav a {
    text-decoration: none;
    color: #FFF; 
    font-size: 18px;
}

nav a:hover {
    text-decoration: none;
    color: #A0A598;
}

.music-word {
    text-align: center; 
    margin: 40px 0; 
    font-weight: bolder;
}

.music-word h2 {
    font-size: 15vw; 
}

main img {
    max-width: 100%; 
    display: block; 
    margin: 0 auto 20px; 
}

nav a, main img, aside img {
    transition: all 0.3s ease;
}

nav a:hover, main img:hover, aside img:hover {
    transform: scale(1.1); 
}

.events{
    padding: 120px 0 250px 0;
}

.titels{
    text-align: left;
    margin-bottom: 50px;
}

.music-word, .upcoming-events, .featured-artists, .gallery, .testimonials, .partners {
    text-align: left; 
    margin-top: 50px; 
    margin-bottom: 100px; 
}

.partner {
    display: inline-block;
}

.partner {
    display: inline-block;
    margin-right: 15px; 
}


.events-container {
    display: flex;
    justify-content: space-between; 
    flex-wrap: wrap; 
}

.event {
    width: calc(50% - 10px); 
    margin-bottom: 20px; 
}

.event img {
    max-width: 100%; 
}

.event-info {
    margin-left: 10px; 
    text-align: left;
}

.featured-photo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.big-photo {
    flex: 1;
    margin-right: 10px; 
}

.small-photos {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.small-photo {
    margin-bottom: 10px; 
}

.small-photo img {
    max-width: 100%; 
}


.event-image {
    max-width: 100%; 
    height: auto;
    border-radius: 5px; 
}

.Nieuwsbrief{
    text-align: center;
    padding-bottom:120px;

}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #c4efdf; 
    color: #000; 
    text-decoration: none;
    
}

.button:hover {
    background-color: #fff; 
    color: #000; 
}

.socialmedia-logo{
    padding-right:  30px;
    }
    
    
    .footer-info {
        color: #777;
        font-weight: lighter;
        text-align: center;
        margin-top: 20px; 
    }
    