* {
    margin: 0;
    padding: 0;
}
.image {
    height: 500px;
    text-indent:-9999px;
    background: #1b1b1b;
    display: block;
    z-index: 1;
    -moz-box-shadow:inset 0 0 60px 0 #737373;
    -webkit-box-shadow:inset 0 0 60px 0 #737373;
    box-shadow:
        inset 0px 110px 10px -100px rgba(0, 0, 0, 0.4),
        inset 0px -110px 10px -100px rgba(0, 0, 0, 0.4);
}
.video {
    background: #1b1b1b;
    z-index: 1;
    }
.headspace{
    height: 70px;
    background: white;
}
#nav {
    height: 70px;
    width: 100%;
    position: fixed;
    top:0;
    left:0;
    background: url(../Images/Navigation.png) repeat;
    z-index: 100;
    -webkit-box-shadow: 0 0 30px 0 #737373;
    box-shadow: 0 0 30px 0 #737373;
    opacity: 0.1;
    transition: opacity 2s ease-in-out 5s;
}
#nav:hover{
    opacity: 1;
    transition: opacity 1.5s ease-in-out 0s;
}
#nav #logo {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 0;
    bottom:0;
    margin: 8px 10px;
}
#nav #logo img {
    height: 70%;
    width: 70%;  
}
#navigation{
    margin-top:0px;
    padding-left: 70px;
}
@media (-webkit-min-device-pixel-ratio:0){
#navigation{
    margin-top:-18px;
  }
}
#navigation a{
    display: inline-block;
    height: 70px;
    width: 10%;
    color: white;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 65px;
    border-left: solid;
    border-width: 0px;
    border-color: white;
    text-decoration: none;
    margin-right: -5px;
    opacity:0.7;
}
@media screen and (min-device-width: 320px) and (max-device-width:768px) {
    #nav {
        opacity: 1;
    }
    #nav:hover{
        opacity: 1;
    }
    #nav #logo{
        margin: 15px 0px;
    }
    #nav #logo img {
        height: 70%;
        width: 70%;  
    }
    #navigation{
        padding-left: 150px;
    }
    #navigation a{
        font-size: 20px;
    }
}
@media screen and (min-width: 900px) {
    #nav #logo{
        margin: -3px 3px;
    }
    #nav #logo img {
        height: 100%;
        width: 100%;  
    }
    #navigation{
        padding-left: 90px;
    }
    #navigation a{
        font-size: 16px;
        width:10%;
    }
}
@media screen and (min-width: 1300px) {
    #nav #logo{
        margin: auto 170px;
    }
    #nav #logo img {
        height: 110%;
        width: 110%;  
    }
    #navigation{
        padding-left: 270px;
    }
    #navigation a{
        font-size: 20px;
        width:10%;
    }
}
#navigation a:hover{
    background-color: grey;
}

h1::first-letter {
    font-size: 60px;
    font-weight: 600;
    color:#3cb0f8;
}
.content {
    height: 1500px;
    width:100%;
    background: white;
    z-index: 2;
    }
.content h1 {
    font-size: 40px;
    color: #464646;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: 18%;
    margin-top: 20px;
}
.content p {
    font-size:16px;
    color: #343434;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-left: 18%;
    margin-right: 18%;
    padding-bottom: 100px;
    text-align: justify;
    max-height: 1500px;
    overflow: hidden;
}

#content_1{
    margin-top:-12px;
    position: relative;
}
#cv {
  background: url(../Images/CV_MarvinWitlox.jpg) no-repeat; 
    background-size: 100%;
}
#wall_1 {
    background: url(../Images/introduction.jpg) no-repeat;
    background-attachment: fixed;
    background-size: 100%;
    height:680px;
}
#wall_2 {
    background: url(../Images/blender/blender.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_3 {
    background: url(../Images/Gamekings.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_4 {
    background: url(../Images/abbey/abbey.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_5 {
    background: url(../Images/brabantse_wal/brabantse_wal.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_6 {
    background: url(../Images/abstraction/abstraction.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_8 {
    background: url(../Images/haloxl/haloxl.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_9 {
    background: url(../Images/tearaway/tearaway.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_10 {
    background: url(../Images/nkfifa/nkfifa.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}
#wall_11 {
    background: url(../Images/gamingz/gamingz.jpg) no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}