@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  max-width: 920px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  background-color: #298ba4;
  color: #ccf7f7;
  font-family: Montserrat;
}

blockquote {
  font-style: italic;
}

ul {
  display: inline;
}

img {
  max-width: 90%;
}

#paginaKop {
  height: 20%;
  background-color: #45bebe;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 10px 10px 0 0;
}

#paginaKop h1 {
  color: #ccf7f7;
  font-weight: normal;
  letter-spacing: 1pt;
}

/* horizontale navigatie */
#navigatie {
  max-width: 880px;
  padding-right: 20px;
  border-left: 10px solid #45bebe;
  border-right: 10px solid #45bebe;
}

#navigatie ul,
li {
  display: inline-block;
}

#navigatie li a {
  text-decoration: none;
  letter-spacing: 1pt;
  padding: 10px;
  background-color: #ccf7f7;
  color: #1395a6;
}

#navigatie li a:visited,
li a:link {
  font-style: normal;
  text-decoration: none;
}

#navigatie li a:hover,
li a:active {
  background-color: #45bebe;
  color: #ccf7f7;
}

/* verticale navigatie */
#navigatie ul li ul li {
  position: relative;
  display: inline;
}

#nav {
  display: none;
  position: absolute;
  margin-top: 1.75%; 
  margin-left: -10%;
  font-size: 0.9em;
}

#nav ul li {
  font-size: 0.9em;
}

#nav a {
  float: none;
  color: black;
  text-decoration: none;
  display: block;
  text-align: left;
}

#nav a:hover {
  background-color: #ddd;
}

#inhoud {
  max-width: 910px;
  background-color: #45bebe;
  color: #ccf7f7;
  padding-top: 2px;
  padding-left: 10px;
}

#inhoud h2 {
  font-weight: normal;
  letter-spacing: 1pt;
  color: #C74350;
}

#inhoud h3 {
  font-weight: lighter;
  letter-spacing: 1pt;
  padding-left: 10px;
}

.artikel {
  max-width: 870px;
  line-height: 20pt;
  background-color: #afeeee;
  color: #298ba4;
  padding: 5px 10px 30px 20px;
}

.article img {
  opacity: 0.5;
  filter: grayscale(100%);
}

.artikel h1 {
  font-weight: normal;
}

.artikel h1, h2, h3 {
  color: #1395a6;
}

.artikel h2, h3 {
  font-weight: lighter;
  letter-spacing: 1pt;
  padding-left: 0;
}

.artikel a:visited, a:link {
  color: #1395a6;
}

.artikel a:hover, a:active {
  background-color: #1395a6;
  color: #ccf7f7;
}

.artikel ul li {
  padding-left: 20px;
  display: list-item;
  list-style: inside circle;
}

.artikelKop {
  text-align: left;
}

.artikelVoet {
  max-width: 250px;
  float: right;
  margin-right: 10px;
  padding: 10px 0 10px 0;
  border-bottom: 1px dotted #1395a6;
  border-radius: 0 0 10px 0;
}

#paginaVoet {
  background-color: #45bebe;
  color: #ccf7f7;
  text-align: center;
  font-size: 0.8em;
  letter-spacing: 1pt;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 0 0 10px 10px;
}