body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

.parallax-container {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}

.parallax-section {
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
}

.low-height {
    height: 25vh;
}

/* Style the individual sections */
#section1 {
  background-color: green;
}
#section2 {
  background-image: url('images/bg.png');
  height: 25vh;
}
#section3 {
  background-color: green;
}
#section4 {
  background-image: url('images/logo4.png');
}
#section5 {
  background-color: green;
}
#section6 {
  background-image: url('images/zonnebloem-2.png');
}
#section7 {
  background-color: green;
}
#section8 {
  background-image: url('images/lijnzaad2.jpg');
}
#section9 {
  background-color: green;
}

.setup-vid {
    border: 1vh solid #fff;
    z-index: 98;
    top: 10vh;
    position: fixed;
    width: auto;
    min-width: 100%;
    height: auto;
}

/* 2 logo routines to work around bug */
.logo {
    width: 5vw;
    position: fixed;
    z-index: 1000;
    right: 15vw;
    top: 1vh;
    size: 5vh;
}

/* Resize images */
.logo img {
    width: 100%;
    height: auto;
}
/* top bar */
.top-bar
{
    z-index: 99;
    position: fixed;
    top: 0vh;
    display: inline-block;
    width: 100vw;
    height: 10vh;
    padding: 0vh;
	background-color: green;
    margin-top: 0vh;
    margin-left: 0vh;
}
/* Styling for the navigation bar */
.navbar {
    background-color: green;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 14px 16px;
    /* Test */
    padding: 3vh 1vw;
    text-decoration: none;
}

.navbar a:hover {
    background-color: #ddd;
    color: black;
}

/* Position #id from menu */
#section1 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section2 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section3 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section4 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section5 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh; background-size: cover;}
#section6 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section7 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section8 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}
#section9 {padding-top: 15vh;border: 1vh solid darkgreen; height: 85vh;}

