 body {
    margin: 0;
 }
 
 nav {
    background-color:#ff0000;
    background-image: url(afbeeldingen/f1_logo.png);
    background-repeat: no-repeat;
    height: auto;
    text-align: center;
}

nav a {
    background-color: #ff0000;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-family: calibri;
    font-size: 50px;
    display: inline-block;
    width: 250px;
}

main {
    background-color: #15151E;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    width: full;
    margin: 0px;
    width:auto;
    padding: 10px 400px 50px 400px;
    height: auto;
    text-align: center;
    
}

#plaatje {
float: left;
}
.contactlink {
    margin-left: 100px;
    margin-top: 20px;
    float: left;
}
footer{
    background-color: #ff0000;
    text-align: right;
    height: 100px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    
}



footer a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    font-size: 25px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: inline-block;
}

footer a :hover{ }


#plaatje1   {
float: right;
padding: 20px 300px 0px 700px;
margin: 0px 0px 100px 0px;
}
 
nav a:hover {
   background-color: #15151E;
 }

 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
    
  }
  
  /* Add some content at the bottom of the video/page */
  .content {
    position: fixed;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
  }
  
  /* Style the button used to pause/play the video */
  #myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
  }
  
  #myBtn:hover {
    background: #ddd;
    color: black;
  }
 

 

