/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.jumbotron {
  background-image:url('images/kerkuilen_homepage2.jpg');
  background-size: cover;  /* Ensures the image covers the entire jumbotron */
  background-position: center;  /* Keeps the image centered */
  background-repeat: no-repeat;  /* Prevents repeating the image */
  height: 500px;
  color: #FF7944;

}

.jumbotron p {
     font-family: Verdana;
     font-weight: bold;
     font-style: normal;
     text-decoration: none;
     font-size: 24pt;
     color: yellow;
     position: relative;
     top: 150pt;
    }