body {
  background: #fff;
}

section {
  background-image: url(../../pictures/droomhuis.jpg);
  background-color: rgba(255,255,255,0.6);
  background-blend-mode: screen;
  /*background-position: bottom left, bottom right;*/
  background-position: 50% bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
} 

p {
  margin: 4em;
}

.footer {
  margin: 0em !important;
}

.navbar {
  font-family: 'Special Elite', cursive;
}

.navbar-brand {
  font-size: xx-large;
  transform:scale(1.4,1); /* W3C */
  
}

.stretch {
    display:inline-block;
    -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
}

@media(max-width: 768px) {
  p {
    font-size: small !important;
    margin-top: 100px;
  }

  .navbar-brand {
    transform:scale(1,1);
  }
}
