/* Home video */

#homeVideo {
    width: 100vw;
    margin: 0;
    border: 0;
    z-index: 0;
    position: relative;
}


/* Inhoud van de website */

#content {
    width: 80vw;
    min-height: 400px;
    margin: 50px auto;
}

#regels {
    width: 80vw;
    min-height: 100px;
    margin: 50px auto;
}

#updates {
    width: 80vw;
    min-height: 100px;
    margin: 50px auto;
}

}
#events {
    width: 80vw;
    min-height: 100px;
    margin: 50px auto;
}

#gangs {
    width: 80vw;
    margin: 50px auto 35px auto;
}

#peaky {
  position: relative;
  min-height: 400px;
  height: 150px;
}

#forms {
  position: relative;
  height: 500px;
}

#discord { 
  position: relative;
  width: 80vw;
  left: 1300px; 
  height: 300px; 
  top: -90px; 
}

#doneren {
  position: relative;
    width: 80vw;
    min-height: 100px;
    margin: 50px auto;
}


#solliciteren {
  position: relative;
    width: 80vw;
    min-height: 100px;
    margin: 50px auto;
}

#roleplay {
  position: relative;
    width: 80vw;
    margin: 50px auto 100px 0;
}
#zetas{
    position: relative;
  min-height: 400px;
  height: 150px;
}
#footer_content{
  position: relative;
  left: 50px;
}


#gangItems {
  display: flex;
  justify-content: space-between;
}

#centerText {
  display: flex;
  justify-content: space-around;
}

#zetas,
#peaky {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#peaky h2,
#zetas h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 15px 0;
}

#gangItems div {
  width: calc(100% / 3);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
