body {
  font: 20px/35px Georgia;
  background-color: #f9f7ee;
}
#introtext {
  padding:5vh 25vw;
  background-color: #f9f7ee;
  text-align: center;
}
h1 {
  font: 80px/60px Georgia;
  text-align: center;
  text-shadow: 3px 1px 10px #000;
  color:#fff;
  padding-bottom:20px;

}
p.subtitle {
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  color:#000;
  text-align: center;
}
.profilephoto {
  border-radius: 50%;
  border: 6px solid #fff;
  width:125px;
  height:125px;
  margin:0px auto;
  margin-bottom:30px;
  background-image: url('../images/klaas-bert.jpg');
  background-size: cover;
}
h2 {
  font: 40px/40px Georgia;
  padding-bottom:90px;
  position:relative;
}
h2::after {
  background-image: url('../images/ornament.svg');
  width:146px;
  height:27px;
  content: '';
  margin:0px auto;
  left:0;
  right:0;
  bottom:30px;
  position:absolute;
  opacity:;
  display:block;
}
a {
  color: inherit;
}
p {
  margin-bottom:20px;
}
strong {
  font-weight: 700;
}
#intro {
  width:100%;
  background-color: black;
  position: relative;
  overflow: hidden;
  background-image: url('../images/header1.jpg');
  background-size: cover;
  background-position: center;
}
.content {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f9f7ee;
  min-width: 100%;
  min-height: 60%;
}

#container {
  width:1100px;
  margin:0 auto 0;
}
#aboutus {
  text-align: center;
  width:70%;
  margin:100px auto;
}
#contact {
  width:100%;
  padding:100px 0;
  background-color: #f9f7ee;
  float:center;

}
#infoboxes {
  width:1100px;
  margin:0px auto;
  float: center;
}
#info {
  width:100%;
  float: center;
  color:#000;
  text-align: center;
  display:block;
}
#infoboxes h2 {
  color:#000;
  text-align: center;
}
#infoboxes h2 {
  fill: #000;
}
i {
  font-style: italic;
}
@media only screen and (max-width: 1100px) {
  #container {
    padding:0 25px;
    width:100%;
    box-sizing: border-box;
    margin:0 auto 0;
  }
  #aboutus {
    width: 80%;
  }
  #introtext {
    padding:50px 25px;
    background-color: rgba(0, 0, 0, 0.5);

  }
  h1 {
    font: 40px/30px Georgia;
    padding-bottom:20px;

  }
  p.subtitle {
    font-size: 20px;
    line-height: 30px;
  }
  .profilephoto {
    border-radius: 50%;
    border: 3px solid #fff;
    width:80px;
    height:80px;
    margin-bottom:30px;
  }
  #intro {
    width:100%;
    height: auto;
  }
  #infoboxes {
    width:100%;
  }
  #info {
    width: 100%;
    float: center;
    margin-bottom:30px;
  }
}
