@font-face {
    font-family: "Mijn_Font";
    src: url('../fonts/PAPYRUS.TTF') format("truetype");
}

body, html {
 /* background: rgba(227,242,253,0.3); */
  margin: 0;
  overflow: hidden;
/*  height:100%; */
}

.background {
    background: url('https://degoudenezel.nl/degoudenezel/afbeeldingen/aa_foto_voor_achtergrond_grange.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}  

.achtergrond {
    background: rgba(227,242,253,0.5);
}

.navbar {
   /* background-color: #e3f2fd; */
    font-family:"Mijn_Font", Verdana, Tahoma;
    font-size: 17px;
    background: rgba(227,242,253,0.9);
    /* margin-bottom: 0; */
    border-radius: 0;
}
 

.col-md-8.achtergrond {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-md-8{
     font-family:"Mijn_Font", Verdana, Tahoma;
     font-size: 17px;
     background: rgba(0,0,0,0.4);
     height: 90%;
     color:white;
     text-align: justify;
     font-weight: bold;
}

h3 {
     font-family:"Mijn_Font", Verdana, Tahoma;
     font-size: 20px;
}

 .page-section--door {
     height: 800px;
 }
 
 .nav-button.next {
     color: rgb(255,255,255);
 }
 .nav-button.prev {
     color: rgb(255,255,255);
 }
 .description {
     color: white;
 }
 
.sidebar {
	 display: none;
}

 .row .txt{
     color:white;
     text-align: justify;
     font-weight: bold;
 }
