body {
  margin: 0 auto;
}
/*fonts
in de roboto nog kiezen welke je niet gebruikt om ze te wissen*/
.oswald-regular {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }

.roboto-thin {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
.roboto-regular {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
.roboto-black {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
.roboto-thin-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
.roboto-light-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
.roboto-regular-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
.roboto-medium-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
.roboto-bold-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
.roboto-black-italic {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
  
/*Navigatiebar*/

.navbar {
    background-color: rgb(217,183,119);
    color: rgb(242,242,240); 
}

.nav-link {
    color: rgb(242,242,240);
    font-family: "Oswald", sans-serif;
    font-size: 25px;
}

/*main*/ 

h1, h2, h3, h4, h5 {
    font-family: "Oswald", sans-serif;
    font-weight: 350;   
}

h1, h3, h5 {
  color: rgb(64,115,68);
}

h1 {
  font-size: 45px;
}

h5 {
  font-size: 25px;
}
.card-img-overlay h3 {
  font-size: 35px;
  color: rgb(242,242,240);
}

.img-fluid {
  transition: transform 0.3s ease;
}

.img-fluid:hover {
transform:scale(1.1);
}

.card-img-overlay .card-link.btn.btn-secondary {
  font-family: "Oswald", sans-serif; 
  background-color: rgb(217,183,119); 
  color: rgb(242,242,240); 
  padding: 10px 20px;
  border: none; 
  border-radius: 2px; 
  cursor: pointer; 
  text-decoration: none; 
}

/*css voor Programma*/
.Tickets.btn.btn-secondary {
  font-family: "Oswald", sans-serif; 
  background-color: rgb(217,183,119); 
  color: rgb(242,242,240); 
  padding: 10px 20px;
  border: none; 
  border-radius: 2px; 
  cursor: pointer; 
  text-decoration: none; 
}

.data {
  background-color: rgb(64,115,68);
  color: rgb(242,242,240);
  
}

/*.artiest {
  background-color: rgb(64,115,68,0.5); 
}*/

.info {
  align-self: stretch;
  background-color: rgb(64,115,68);
  color: rgb(242,242,240);
  border-radius: none;
}

footer {
    font-family: "Oswald", sans-serif;
    font-size: 15px;
    color: rgb(242,242,240);
    text-align: center;
}


.gezocht {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  background-color: rgb(64,115,68,0.4);
  
}

a {
  text-decoration: none;
  color: rgb(242,242,240);
  background-color: rgb(64,115,68);
  padding: 5px
}

.link:hover {
  background-color: rgb(25,30,38) ;
}

ul {
  list-style: none;
}

li {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5em;
  padding-top: 10px;
}
.Drukletters {
  font-weight: 500;
}
.auto {
  font-size: 16px;
}

.praktisch  {
  background-color: rgb(64,115,68,0.4);
  margin: 5px;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #f0f0f0;
}

.embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.stylish {
  font-family: "Oswald", sans-serif;
    font-size: 20px;
    color: rgb(25,30,38,0.8);
    text-align: center;
    font-style: italic;
}

.Bites img {
  max-width: 80%; /* Zorgt ervoor dat de afbeelding niet groter wordt dan de container */
  height: auto;
}

.Bite img {
  max-width: 100%;
  height: auto;
}

