html {
    margin: 0;
    padding: 0;
}
 

body {
    margin: 0;
    padding: 0;
}

nav{
    background-color:#a61111;
   height:45px;
   position:fixed;
   width:100%;
} 
nav a{
    color:white;
    text-decoration: none;
}


*{
    margin:0;
}
nav a{
    color: white;
    font-size: 13pt;
    text-decoration: none;
    display:inline-block;  
    width: 5%;
    height: 15%;
    text-align: center;
    margin: 13px 0 0 3%;
}
nav img {
    width: 30px;
    height: auto;
     float: left;
    margin: 8px 0 0 30px;
}
nav a:hover{
    text-decoration: underline;
}

#sportwagens2 {
    height:808px;
    width:100%;
    background-image: url('fabriek3.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    text-align:center;
   
}
#sportwagens2 h2{
    margin-top: 250px;
    display:inline-block;
    color: white;
    font-size:100pt;
}
#sportwagens2 p{
    color:white;
    margin:0 200px 0 200px;
    font-size: 15pt;
}
#drie{
    height:475px;
    background-color:white;
    color:black;
    text-align:center;
    margin-top:30px;
    
}
#drie p{
    margin:20px 50px 0 50px;
}
#niewsbrief{
    background-color: black;
    height:300px;
    text-align:center;
    color:white;
    padding-top:40px;
}
#niewsbrief p{
  margin-top:30px;
    
}
#niewsbrief img{
    width:200px;
    height:auto;
    margin:40px;
}