/* Algemene opmaak */
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}

header {
  background: #333;
  color: white;
  padding: 20px;
  text-align: center;
  border-bottom: 5px solid #00ced1; /* Turquoise kleur */
  border-radius: 0 0 20px 20px;
  z-index: 10;
  position: relative;
}

.title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px; /* Voeg horizontale opvulling toe */
}

.title-container > .logobtn {
  width: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding: 0;
  margin: 0;
}

.logobtn {
  width: 300px;
  background: rgba(0, 0, 0, 0);
  border: none;
  padding-right: 50px;
  margin: 0;
}

.title-container > .img {
  width: 50px;
}
/* Dropdown knop */
.dropdown {
  display: inline-block;
}

.dropbtn {
  background-color: #00ced1; /* Turquoise kleur */
  color: white;
  width: 100px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #20b2aa; /* Donkerdere turquoise kleur */
}

/* Dropdown inhoud */
.dropdown-content {
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  z-index: 1;
  right: 0;
  display: none;
  position: absolute;
}

.dropdown-content a {
  color: #333;
  border-radius: 10px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.dropdown-content a:hover {
  background-color: #00ced1; /* Turquoise kleur */
  color: white;
  border-radius: 10px;
}

.button {
  background-color: #00ced1; /* Turquoise kleur */
  color: white;
  width: 150px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 50%;
  transform: translate(-50%);
}

.button-side {
  background-color: #00ced1; /* Turquoise kleur */
  color: white;
  width: 150px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;

}

.button:hover {
  background-color: #20b2aa; /* Donkerdere turquoise kleur */
}

.show {
  display: block;
}

/* Specifieke stijlen */
h1,
h2,
h3 {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* Aanvullende stijlen */
main {
  padding: 40px; /* Voegt meer opvulling toe aan de inhoud */
}

.intro {
  margin-bottom: 40px; /* Vergroot de ruimte onder de introsectie */
}

.about {
  background-color: #f5f5f5; /* Lichtgrijze achtergrondkleur voor de aboutsectie */
  padding: 40px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  /* voor gebruikers op mobiele telefoon */
  .about {
    padding: 5px;
  }
  main {
    padding: 15px;
  }
}

.about img {
  object-fit: cover;
  height: 250px;
}

.interests {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interest {
  flex-basis: calc(33.33% - 20px); /* Verdeel de interessevakken in kolommen */
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff; /* Witte achtergrondkleur voor de interessevakken */
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 25px;
}

.interest-title {
  text-align: center;
  padding: 20px;
  font-size: 45px;
}

.interest-foto {
  width: 100%;
  height: auto !important;
}

footer {
  /* vormgeving van de footee op de pagina's */
  background-color: #333;
  color: white;
  padding: 20px;
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-info,
.social-icons {
  flex-basis: calc(50% - 20px);
}

.icon {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  background-color: #00ced1;
  color: white;
  border-radius: 5px; /* ronding aan de hoeking van de sociale media knoppen */
  text-decoration: none; /* haalt de lijn onder de link weg */
}

.icon:hover {
  background-color: #20b2aa; /* Donkerdere turquoise kleur */
}
#big-img {
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  position: fixed;
  background-color: black;
  opacity: 80%;
  z-index: 11;
}

#big-img-img {
  position: fixed;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* zorgt dat de foto in het midden staat */
  max-width: 80%;
  max-height: 80%;
  z-index: 12;
}
.center-item {
  margin-inline: auto;
  border-radius: 5;
}
#latestVideo {
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  /* Voor mobiele telefoons */
  #latestVideo {
    width: 80%;
  }
}

#tekeningen IMG {
  width: 19%;
}

#canvas-container {
  width: 100%;
  display: flex;
}

canvas {
  border: 2px solid black;
  margin-inline: auto;
  width: 75%;
}

.tijdme {
  background-color: #00ced1; /* geeft mijn naam en tijd een turqouise kleur in de tabel */
}

.slideshow-image {
  /* vormgeving van de slideshow op de homepagina */
  margin-inline: auto;
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  border-radius: 0 0 50px 50px;
  position: relative;
  background-color: #333;
}

.slideshow-container{
  background-color: #333;
}

.filmpjetitel{
  margin-inline: auto;
  width: 100%;
  height: 350px !important;
  object-fit: cover;
  border-radius: 0 0 50px 50px;
  position: relative;
  background-color: #333;
}

.small-vid{
  width: 500px;
  height: 500px;
}

.fototitel {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #00ced1, 0 0 0.2em #00ced1;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  font-size: 180px;
}

.homeknoppen{
  background: #333;
  color: white;
  padding: 20px;
  text-align: center;
  border-bottom: 5px solid #00ced1; /* Turquoise kleur */
  z-index: 10;
  position: relative;
}

.homeknoppen a{
  color: white;
  border-radius: 30px 30px 0px 0px;
  padding: 27px 90px;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
}

.homeknoppen a:hover{
background-color:#f9f9f9;
color: #333;
border-top: 5px solid #00ced1;
}

.filmpje {
  /* vormgeving van de video op de homepagina */
  margin-inline: 5%;
  width: 90%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 5px;
}

/* Grid om tekst en video naast elkaar te zetten en groote te kiezen */
#gamepagina-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-areas: "game-tekst game-filmpje game-lijst";
}

#gamepagina-grid > div {
  padding: 30px;
}

#gamepagina-grid h2 {
  padding: 10px;
}

#gamelijst {
  width: fit-content;
  margin-inline: auto;
}

.connections img {
  width: 50px;
  padding-left: 180px;
}

.connections a {
  text-decoration: none;
}

.side-info{
  width: 60%;
  text-align: center;
  flex-basis: calc(33.33% - 20px); /* Verdeel de interessevakken in kolommen */
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff; /* Witte achtergrondkleur voor de interessevakken */
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 25px;
}

.side-foto{
  height: 500px;
  border-radius: 20px;
}

.fototitel-gs {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 1em #00ced1, 0 0 0.2em brown;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  font-size: 180px;
}

.homeknoppen-gs{
  background: #333;
  color: white;
  padding: 20px;
  text-align: center;
  border-bottom: 5px solid brown;
  z-index: 10;
  position: relative;
}

.homeknoppen-gs a{
  color: white;
  border-radius: 30px 30px 0px 0px;
  padding: 35px 70px;
  padding-top: 10px;
  text-decoration: none;
  text-align: center;
}

.homeknoppen-gs a:hover{
background-color:#f9f9f9;
color: #333;
border-top: 5px solid brown;
}

.button-side-gs {
  background-color: brown;
  color: white;
  width: 150px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 20px;
  cursor: pointer;

}

.button-side-gs:hover {
  background-color: darkred;
}
