.container-fluid{
    background-color: rgb(1, 1, 37);
}

.kleur{
    background-color: #E1E2DC;
    position:fixed;
    width:100%; 
    z-index: 1;
}



.navbar-nav .nav-link {
    color: rgb(1, 1, 37); /* donkerblauwe kleur */
}

.navbar-nav .nav-link:hover {
    color: #E1E2DC !important; /* roze kleur bij hover */
    background-color: rgb(1, 1, 37); /* donkerblauwe kleur */
}

nav ul{
    list-style-type:none;
}

nav li {
    float: right;
    font-size: 1em;
    font-weight: bold;
}

nav ul li{
    display:inline-block;
    padding:10px;
}

li a {
    display: block;
    color: rgb(1, 1, 37);
    text-align: center;
    padding: 5px 40px;
    text-decoration: none;
}

li a:hover {
    background-color: rgb(1, 1, 37);
    color: #E1E2DC;
}

main img{
    position: fixed;
    z-index: -1;
    background-color: rgb(1, 1, 37);
    margin-bottom: 25%;
    left:0;
    height: 100%;
    
}



.text{
    position: fixed;
    right:8%;
    top: 27%;
    color: #E1E2DC;
    text-align: left;
}

h1{
    font-size: 1em;
}

p{
    font-size: 0.55em;
}


footer{
    position: fixed;
    z-index: -1;
    bottom: 0;
    left:0;
    right:0;
    width: 100%;
    background-image: url("../images/mos2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:fixed;
}

