/* Reset
------------------------------------------------------------ */
* {margin: 0; padding: 0;}
html {overflow-y: scroll; overflow-x: hidden; width: 100%; height: 100%;}
body {background-color: #222; min-height: 100%; font-size: 1em; line-height: 1.5em; color: #fff; font-family: "Droid Serif", serif;
font-style: normal; font-weight: 400;}
ol, ul {color: #fff; display: flex; flex-direction: row;}
ul li {min-width: auto; padding-left: 1em; padding-right: 1em; list-style-type: none; font-size: 0.8em;}
a {color: white; width: auto; height: auto;}

/* width */
::-webkit-scrollbar {
width: 0.6%;
}

/* Track */
::-webkit-scrollbar-track {
background: #222;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}

h1 {
    display: inline-block;
    font-family: Helvetica;
    font-size: 8em;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 0.13em;
    color: #fff;
    text-shadow: 0.03em 0.03em #000;
    }

h2 { /* Koppen */
    display: inline-block;
    font-family: "Droid Serif", serif;
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #fff;
    }

h3 { /* Subkoppen */
    display: inline-block;
    font-family: Helvetica;
    font-size: 1.5em;
    line-height: 1.2;
    margin-bottom: 0.5em;
    color: #fff;
    }

em {
    margin: auto;
    font-weight: 100;
    font-style: normal;
    line-height: 1.8em;
    font-size: 1.2em;
    color: #000;
    }

p {
    min-width: 30em;
    max-width: 40em;
    margin-bottom: 2em;
    font-weight: lighter;
    line-height: 1.5em;
    }

img {
    padding-bottom: 0;
    width: 100%;
    }

article {
    display: flex;
    display:-webkit-flex;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    flex-shrink: 0;
    flex-basis: auto;
    min-height: 100%;
    max-height: 100%;
    }

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

#links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.1em;
    margin-top: -3em;
    }

#player {
    display: flex;
    flex-direction: row;
    }

/* Navigatie */

header {
        position: fixed;
        display: flex;
        flex-direction: column;
        font-weight: 100;
        height: auto;
        width: 100vw;
        z-index: 99;
        background-color: #000;
        }

header nav {
        display: flex;
        flex-direction: row;
        justify-content: center;
        padding-top: 0.6em;
        padding-bottom: 0.6em;
        width: 100vw;
        height: auto;
        color: #fff;
        }

header nav li {
        width: auto;
      	}

header nav a {
        outline: none;
        border: none;
        color: #fff;
        line-height: 2em;
        text-decoration: none;
        transition-duration: 0.2s;
        cursor: pointer;
        }

header nav a:hover {
        text-decoration: underline;
        }

/* Structuur */

#massivewrapper {
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  flex-shrink: 0;
  flex-basis: auto;
  min-height: 100%;
  height: 100%;
  background-image: url('../images/background_image.jpg');
  background-position: center;
  background-size: cover;
  }


#introwrapper {
  display: flex;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  justify-content: center;
  max-width: 100vw;
  height: 33vh;
  max-height: 33vh;
  margin: auto;
  }

#wrapper {
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  flex-shrink: 0;
  flex-basis: auto;
  max-width: 860px;
  width: 100%;
  min-height: 100%;
  margin: auto;
  margin-top: 3em;
  }


#catalog article {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  min-width: 100%;
  max-width: 100%;
  }

article img {
  width: 426px;
  max-width: 80vw;
  }


/* Secties */

#intro {
  width: 70vw;
  height: 33vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 15vw;
  margin-right: 15vw;
  background-size: cover;
  background-image: none;
  }


#news, #catalog, #live, #contact, #socials {
  display: flex;
  display:-webkit-flex;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  flex-shrink: 0;
  flex-basis: auto;
  width: 100vw;
  min-height: 100%;
  max-height: 100%;
  padding-top: 3em;
  background-color: #222;
}

#news article {
  margin-top: 3em;
  height: 100%;
}

#news article .item {
  margin-bottom: 2rem;
}
#live article {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  height: 100%;
  }

#live article div {
  width: 50%;
  }

#contact article {
  display: flex;
  flex-direction: row;
  margin-top: 3em;
  height: 50vh;
  }

#contact article div {
  width: 50%;
}

/* Media Queries */

@media screen and (max-width: 70.56em) {

  h1 {
      display: inline-block;
      font-size: 7em;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 0.13em;
      color: #fff;
      text-shadow: 0.03em 0.03em #000;
      }

}

@media screen and (max-width: 59.81em) {

  #wrapper {
    max-width: 660px;
    margin: auto;
    margin-top: 4em;
    }

  #live article {
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    height: 100%;
    }

  #live article div {
    width: 100%;
    margin-bottom: 1.5em;
    }

  #contact article {
    display: flex;
    flex-direction: column;
    margin-top: 3em;
    height: 50vh;
    }

  #contact article div {
    width: 100%;
    margin-bottom: 1.5em;
    }
}

@media screen and (max-width: 46.06em) {

  header nav ul {
    flex-wrap: wrap;
    }

  #intro {
    width: 100vw;
    height: 15vh;
    margin-left: 0;
    background-size: cover;
    margin-top: 1em;
    }

  #intro img {
    margin-top: 1.5em;
    padding: 0;
    }

  video {
    display: none;
    }

  #introwrapper {
    margin: 0;
    }

  h1 {
    font-size: 4em;
    }

  #intro h2 {
    max-width: 80%;
    }

  #wrapper {
    max-width: 80vw;
    margin: auto;
    margin-top: 2.5em;
    }

  hr {
    margin-bottom: -1em;
    }

  p {
    min-width: 0;
    max-width: 100%;
    }

  #links {
      display: none;
      }

  #news, #catalog, #live, #contact {
      display: flex;
      display:-webkit-flex;
      flex-direction: column;
      -webkit-flex: 1 0 auto;
      flex: 1 0 auto;
      flex-shrink: 0;
      flex-basis: auto;
      width: 100vw;
      min-height: 100%;
      max-height: 100%;
      padding-top: 0em;
      }

  iframe {
      width: 100%;
      height: auto;
      }

}

@media screen and (max-width: 34.19em) {

.begone {
  display: none;
  }

ul li {
  padding: 0;
  padding-left: 2em;
  }

#intro h1 {
  font-size: 3.2em;
  }

#intro h2 {
  font-size: 2em;
}

h2 {
  font-size: 3.5em;
  }

}
