body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.content,
.content-default,
.fotomedia {
  /* background-color: blue; */
  margin: 40px auto;
  width: 890px;
  height: 100vh;

}

.content {
  display: flex;
  width: 1400px;
}

@media only screen and (max-width: 600px) {
  .content {
    flex-direction: column;
    width: 100vw;
  }

  .center {
    order: 1;
  }

  .left {
    order: 2;
  }

  .right {
    order: 3;
  }

  .bandinfo {
    margin: 0;
  }

  .bandpicture {
    width: 100vw;
    height: 100%;
    background-position-y: 0;
  }

  #logogrijs {
    width: 100vw;
  }


}

.left,
.right {
  width: 400px;
  background-color: white;
}

.center {
  width: 100%;
  margin-top: 20px;
  /* background-color: pink; */
}

.bandpicture {
  background-image: url("/assets/img/fullsizeoutput_3a2cbandfoto.jpeg");
  background-repeat: no-repeat;
  background-position-y: -75px;
  background-size: cover;
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.bandinfo {
  width: calc(100%-64px);
  height: 100px;
  /* background-color: rgba(255, 255, 255, .5); */
  margin: 32px;
}

#logogrijs {
  width: 800px;
}

@media only screen and (max-width: 600px) {
  .content {
    flex-direction: column;
    width: 100vw;
  }

  .center {
    order: 1;
  }

  .left {
    order: 2;
  }

  .right {
    order: 3;
  }

  .bandinfo {
    margin: 0;
  }

  .bandpicture {
    width: 100vw;
    height: 250px;
    background-position-y: 0;
  }

  #logogrijs {
    width: 100vw;
  }

}

header {
  background-color: white;
  width: 1519.2px;
  height: 40px;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
}

nav {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}

#appleLogo {
  width: 50px;
}

#spotifyLogo {
  width: 50px;
}

#youtubelogo {
  width: 50px;
}

#facebookLogo {
  width: 50px;
}

#instaLogo {
  width: 50px;
}

@media only screen and (max-width: 600px) {

  header {
    width: 100vw;
    justify-content: flex-start;
  }

  .content {
    flex-direction: column;
    width: 100vw;
  }

  .center {
    order: 1;
  }

  .left {
    order: 2;
  }

  .right {
    order: 3;
  }

  .bandinfo {
    margin: 0;
  }

  .bandpicture {
    width: 100vw;
    height: 250px;
    background-position-y: 0;
  }

  #logogrijs {
    width: 100vw;
  }

  .content-default {
    display: flex;
    flex-direction: column;
    width: 95%;
  }

}

.video {
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.etsmessage {
  width: 100px;
}

.tobeornot {
  width: 100px;
}

.icoonteksten {
  margin: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#tobelogotekst {
  width: 200px;
}

#messagetekst {
  width: 200px;
}


.albums {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-left: 20px;
}

.socialstream {
  padding-left: 20px;
}

#home {
  text-decoration: none;
  color: black;
}

#agenda {
  text-decoration: none;
  color: black;
}

#media {
  text-decoration: none;
  color: black;
}

#lyrics {
  text-decoration: none;
  color: black;
}

#contact {
  text-decoration: none;
  color: black;
}

.streaming {
  display: flex;
  justify-content: space-around;
}

.social {
  display: flex;
  justify-content: space-around;

}

#oefenruimtekelder {
  height: 300px;
}

#logotobe {
  height: 300px;
}

#oefenruimteboven {
  height: 200px;
}

#logomessage {
  height: 200px;
}

#zusterflat {
  width: 265px;
}

.tobecontent {
  margin-top: 30px;
}

.messagecontent {
  margin-top: 30px;
}


/* NEW */
.services {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.service-container {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 5%;
}

.service {
  width: 75px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service p {
  text-align: center;
  font-size: 12px;
}

.logo {
  width: 60px;
}

#under {
  width: 700px;
}

.fotomedia {
  size: 100px;
}

.fotomedia img {
  max-width: 890px;
  margin: 16px 0;
}

.mappen {

  padding: 100px;
}

#messagelogo {
  width: 50px;
  ;
}

#tobelogo {
  width: 50px;
}

#logopdf {
  width: 50px;
}

.pdf {
  display: flex;
  flex-direction: row;
}

.zwartwit {
  width: 100px;
  height: 95px;
}

.zwartwitgroot {
  width: 400px;
}

#persfoto {
  height: 210px;
}

.fotobio {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

#map {
  text-decoration: none;
  color: black;

}

@media only screen and (max-width: 600px) {
  .icoonteksten {
    display: flex;
    flex-direction: column;
  }

  .fotobio {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .left {
    padding-left: 20px;
  }

  .fotomedia img {
    width: 100vw;
    display: flex;
    flex-direction: column;

  }

  .fotomedia{
    width: 100vw;
    height: 100vw;
  }

}