* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.pacifico-regular {
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

.lexend-uniquifier {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
}

body {
    font-family: "Lexend", Arial, sans-serif;
    background-color: rgb(222, 217, 235);
    color: rgb(149, 116, 225);
}

h1 {
    font-family: "Pacifico", Arial, sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    margin: 30px;
}

h2 {
    text-align: center;
    font-size: 30px;
}

h4 {
    text-align: center;
}

p {
    text-align: center;
    margin: 30px;
    font-weight: 300;
}

footer {
    background-color: rgb(149, 116, 225);
    color: rgb(20, 13, 13);
}

.navbar {
    background-color: rgb(149, 116, 225);
    padding: 10px 0px;
}

ul {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 30px;
}

.navbar li a {
    text-decoration: none;
    color: white;
    font-weight: 500;
    transition: color 0.3s;
}

.navbar li a:hover {
    color: rgb(250, 243, 152);
}

.navbar .logo {
    margin-right: auto;
}

.logo {
    margin-left: 20px;
}

.concertzaal img {
    margin: 20px;
    margin-top: 30px;
    opacity: 70%;
    max-width: 100%;
    height: auto;
}

.kijker {
    background-color: rgb(255, 14, 191);
    color: white;
    padding: 30px;
    margin: 20px;
}

.background-image {
    background-image: url('../img/concertOverOns.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 87vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: rgb(149, 116, 225);
}

.tekst {
    background-color: rgba(36, 36, 36, 0.5);
    width: 100%;
    height: 100%;
    color: rgb(149, 116, 225);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container {
    background-color: rgb(255, 14, 191);
    padding: 20px;
}

.card {
    border: 5px solid rgb(255, 73, 207);
    border-radius: 0px;
    overflow: hidden;
    background-color: rgb(255, 73, 207);
}

.card:hover {
    transform: scale(1.05);
    border-radius: 0px;
}

.btn-contact {
    background-color: rgb(255, 14, 191);
    color: white;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 5px solid rgb(255, 14, 191);
}

.btn-contact:hover {
    background-color: rgb(149, 116, 225);
    border-color: rgb(149, 116, 225);
    color: white;
    cursor: pointer;
}

iframe {
    width: 100%;
    height: 300px;
}

.artiest-kaart {
    border: 4px solid rgb(255, 14, 191);
    background-color: rgb(255, 14, 191);
    color: rgb(230, 220, 255);
    border-radius: 0px;
    transition: transform 0.3s ease;
    height: 100%;
}

.artiest-kaart:hover {
    transform: scale(1.05);
    border-color: rgb(250, 243, 152);
    background-color: rgb(250, 243, 152);
    color: rgb(255, 14, 191);
}

.artiest-kaart img {
    height: 250px;
    object-fit: cover;
}

.datum-badge {
  background-color: rgb(255, 14, 191);
  color: white;
  padding: 6px 10px;
  border-radius: 0;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
}