@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Courier+Prime:ital@0;1&family=Overlock:wght@400;700&family=Quicksand:wght@300;400;500;600&display=swap');

  /*-----------------------------------------------------------------ALLES MET BRONVERMELDING-----------------------------------------------------------------*/

  /* w3schools.com */
body::-webkit-scrollbar {
  display: none;  /* Chrome, Safari en Opera */
}

  /* w3schools.com */
body {
  -ms-overflow-style: none;  /* Internet Explorer en Edge */
  scrollbar-width: none;  /* Firefox */
}


  /*----------------------------------------------------------------------ALLE PAGINA'S----------------------------------------------------------------------*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #171717;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #171717;
  width: 100%;
  height: 110px;
  position: absolute;
  overflow: visible;
}

header img:first-child {
  width: 150px;
  height: auto;
  background-color: #171717;
  margin-left: 50px;
  margin-top: 50px;
  overflow: visible;
  float: left;
  clear: none;
}

nav  {
  display: flex;
  background-color: #171717;
}

nav li {
  display: inline-block;
  padding: 0px 35px;
  list-style: none;
}

nav a {
  font-family: "Quicksand";
  font-weight: 500;
  font-size: 30px;
  color: #f22;
  text-decoration: none;
}

nav a:hover, #active {
  color: #ab00ba;
  border-bottom: 3px solid #ab00ba;
}

#container {
  position: relative;
  min-height: 100vh;
  z-index: -99999;
  top: 0;
}

h1 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 10vw;
  color: white;
  margin-left: 20vw;
  float: left;
  clear: none;
  position: absolute;
  height: auto;
  top: 20vh;
}

h2 {
  font-family: "Bebas Neue";
  font-weight: 400;
  font-size: 6vw;
  color: white;
  margin-right: 5vw;
  float: right;
  text-align: right;
  position: relative;
  right: 0;
  clear: none;
  height: auto;
  top: 60vh;
}

h3 {
  font-family: "Bebas Neue";
  font-weight: 400;
  color: white;
  text-align: center;
  font-size: 6vw;
  margin-bottom: 50px;
}

article {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 50vw;
  width: 50vw;
}

article h4 {
  font-family: "Quicksand";
  font-weight: 600;
  color: white;
  text-align: left;
  font-size: 3vw;
  margin-bottom: 50px;
}

article p {
  font-family: "Courier Prime";
  font-weight: 400;
  color: white;
  text-align: left;
  font-size: 1.3vw;
}

.fotolinks {
  float: left;
  width: 50vw;
  height: auto;
  padding-left: 10px;
  border-radius: 10%;
  clear: none;
  position: relative;
}

.fotorechts {
  float: right;
  width: 50vw;
  height: auto;
  padding-right: 10px;
  border-radius: 10%;
  clear: none;
  position: relative;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #f22;
  width: 100%;
  margin-top: 20px;
  padding: 50px;
  height: 100px;
  position: relative;
  bottom: 0;
}

#insta {
  height: 50px;
  width: auto;
}

#spotify {
  height: 50px;
  width: auto;
}

#contact {
  font-family: "Quicksand";
  font-weight: bold;
  font-size: 50px;
  text-decoration: none;
  color: black;
}

  /*--------------------------------------------------------------------------HOME--------------------------------------------------------------------------*/

#ruimte {
  margin-top: 60vh;
}

  /*-------------------------------------------------------------------------MUZIEK-------------------------------------------------------------------------*/

#overzichtspot {
  display: flex;
  justify-content: flex-start;
  width: 40%;
  height: 286px;
  border: 10px groove #f22;
  border-radius: 20px;
  margin-left: 5vw;
  top: 50vh;
  position: absolute;
}

.iframekleinst {
  height: 161px;
  width: 100%;
  border-radius: 5px;
  margin-top: 30px;
  border: 5px groove #f22;
}

#bbcspot {
  height: 183px;
  width: 100%;
  border-radius: 5px;
  margin-top: 30px;
  border: 5px groove #f22;
}

  /*------------------------------------------------------------------------Over Mij------------------------------------------------------------------------*/

#fashiondoos {
    height: auto;
    width: calc(100vw / 3 * 2);
    max-width: calc(100vw / 3 * 2);
    float: left;
    padding-top: calc(100vw / 4);
    position: relative;
    overflow: hidden;
}

#fashionbinnen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fashioncentreren {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#fashionvw {
  font-family: "Courier Prime";
  font-weight: 400;
  color: white;
  text-align: center;
  margin: auto;
  font-size: 1.3vw;
}

#holger {
  display: flex;
  width: calc(100vw / 3);
  height: auto;
  right: 0;
  justify-content: flex-end;
  float: right;
  clear: none;
  position: relative;
}

#holger img {
  width: calc(100vw / 3);
}

.fotosboven {
  width: 100%;
  display: flex;
  position: relative;
  flex-direction: row;
}

.fotosboven img {
  width: calc(100% / 3);
  position: relative;
}

.fotosonder {
  display: flex;
  float: right;
  justify-content: flex-end;
  position: relative;
}

.fotosonder img {
  width: calc(100vw / 9);
  position: relative;
}
