body {
  padding: 0px;
  text-align: center;
  overflow:hidden;
}
/*Maakt alle afbeeldingen fullscreen op een aantal classes na*/
img:not(.menu,.bar) {
  min-height: 100%;
  min-width: 1079px;
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  bottom: 0;
}
.bg{
  z-index: -1;
}
.bar{
  z-index: 5;
  position: absolute;
  width: 30%;
  height: auto;
  right: 0%;
  top: 0%;
}
