/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");

/* HTML5 display reset */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Basis reset */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body, ol, ul {
  margin: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
body {
  background: rgb(255, 255, 255) url("/assets/test4-2b57530c.jpg") fixed no-repeat;
  background-size: 100% auto;
  background-position: center -8rem;
}

mark {
  background-color: transparent;
  color: inherit;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input, select, textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

/* Animatie/preload fix */
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
  animation: none !important;
  transition: none !important;
}

/* Speciale secties */
section.special, article.special {
  text-align: center;
}

/* Viewport voor IE */
@-ms-viewport {
  width: device-width;
}

/* Responsive tweaks */
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
@media (max-width: 375px) {
  body {
    font-size: 15px;
    background-size: 100% auto;
    background-position: center -3rem;
  }
  .container {
    padding: 8px;
  }
}