@font-face {
  font-family: 'Anaheim';
  font-style: normal;
  font-weight: normal; /* 400 */
  src: url('font/anaheim-v8-latin-regular.woff2') format('woff2'),
    url('font/anaheim-v8-latin-regular.woff') format('woff');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Anaheim', sans-serif;
  font-size: 14pt;
  line-height: normal;
  color: #000000;
  background-image: url('img/backyps.png');
  background-attachment: scroll;
  background-position: center top;
  background-repeat: repeat;
}

a {
  text-decoration: none;
  color: #b1936f;
}

a:hover {
  color: #000000;
}

p {
  margin-bottom: 1em;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2 {
  font-weight: normal;
  font-style: normal;
  font-size: 18pt;
  margin-bottom: 0;
  text-transform: uppercase;
}

h3 {
  font-weight: normal;
  font-style: italic;
  font-size: 14pt;
  margin-bottom: 1em;
  color: #b1936f;
}

h4 {
  font-weight: normal;
  font-style: normal;
  font-size: 14pt;
  margin-bottom: 0;
  text-transform: uppercase;
}

#wrapper {
  margin: 0 auto;
  max-width: 931px;
  background-color: #ffffff;
}

#content {
  text-align: center;
  padding: 4% 14%;
}

#lestijden {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.lesdag {
  padding: 0 6%;
  flex-basis: 21%;
}

.yimgcoll {
  width: 100%;
  height: auto;
}

#madeby {
  width: calc(100% - 24px);
  text-align: right;
  padding: 12px;
  font-size: 10pt;
}

#madeby p {
  margin: 4px 0px 0px 0px;
}

@media screen and (max-width: 981px) {
  body {
    background-image: url('img/backyps.png'), url('img/backyps.png');
    background-attachment: scroll, scroll;
    background-position: -25px 0px, calc(100% + 25px) 0px;
    background-repeat: repeat-y, repeat-y;
  }

  #wrapper {
    margin: 0 25px;
  }
}
