html, body {
    height: 100%;
    width: 100%;
    background-color: white;
    background-attachment: fixed;
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 15px;
    color: #000000;
    font-family: arial black;
    font-size: 50px;
    text-align: center;
    width: 100%;
    margin-left: 25%;
}

h2 {
    font-size: 35px;
    color: white;
    text-align: center;
    width: 100%;
    letter-spacing: 5px;
    line-height: 60px;
    font-family: arial black;
}

p {
    font-size: 22px;
    font-family: verdana;
    color: #000000;
    line-height: 30px;
    text-align: center;
    line-height: 25px;
    width: 100%;
    margin-left: 25%;
    letter-spacing: 1px;
}

.text-part a{
    font-size: 22px;
    font-family: verdana;
    color: #000000;
    line-height: 30px;
    text-align: center;
    line-height: 25px;
    width: 100%;
    
    letter-spacing: 1px;
    text-transform: lowercase;
}

a {
    margin: 15px;
    color: black;
    font-family: arial black;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color: orange;
    transition:0.2s all;
}

.text-part a:hover {
    color: orange;
    transition:0.2s all;
}

.text-part {
    width: 65%;
    color: #000000;
    height: 80%;
}

.navbar{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 7%;
    background-color: white;
    z-index: 1;
}

.nav {
    display: flex;
    justify-content: right;
    list-style: none;
    margin-right: 15%;
}

.logo {
    flex: 1 1 auto;
    margin-left: 15%;
    letter-spacing: 5px;
}




.sect{
    height: 65%;
    width: 80%;
    margin: auto;
    background-color: white;
    background-size: cover;
    background-attachment: fixed;
    
}

.subSection{
    height: 35%;
    width: 80%;
    margin: auto;
    background-color: white; 
    position: relative;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}

.sectOne{
    height: 100%;
}

.back-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 1%;
    max-height: 80%;
    max-width: 80%;
}

.sectTwo{
    background-image: url(alpen.jpg);
}
.sectThree{
    background-image: url(skate.jpg);
}
.sectFour{
    background-image: url(milo.jpg);
}
.sectFive{
    background-image: url(img9.jpg);
}
.sectSix{
    background-image: url(koffie.jpg);
}
.sectSeven{
    background-color: #000000 ;
    height: 600px;
    width: 100%;
}






























