
@font-face{
  font-family: "Vera Humana 95 Bold";
  src: url("../fonts/Vera_Humana_Bold2.woff2")format("woff2");
  src: url("../fonts/Vera_Humana_Bold2.woff")format("woff");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

@font-face { 
  font-family: "M Plus Rounded 1c";
  src: url("../fonts/M_PLUS_Rounded_1c.woff2")format("woff2");
  font-weight:normal;
  font-style:normal;
  font-display:swap;
}

body {
  background: #d99f2c;
  color: white;
}

.headroom {
  min-height: 128px;
} 

.cover {
  background-image: url("../img/living_in_beauty_cover_photo_by_erik_rijper.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-bottom: 1em;  
  border-radius: 0.5em; 
}

.paper {
  background-color: #FFFFFF;
  font-size: 1em;
}


.paper span {
  font-family: "M Plus Rounded 1c";
  display: block;
  margin-bottom: 0.5em;
}

.photo {
  color: black;
  background-color: white;
  margin: 1em 0.5em 0 0.5em;
  padding: 0 0 0 0.5em ;
  border-radius: 0.5em;
}

.photo img {
  width: 100%;
  border-radius: 0.5em;
}

.paper img.portret {
  max-width: 12em;
  float: right;
  margin-left: 1em;
  margin-right: 1em;
}

.paper A {
  color: #805D16;
  text-decoration: none;
}

.paper A:hover {
  color: #614711;
  text-decoration: underline;
}

div[lang='nl'] {
  color: #171615;
}

div[lang='en'] {
  color: #d99f2c;
}

h1[lang='nl'] {
  color: #ffffff;
  text-shadow: 2px 2px black;
  font-size: 3em;
  font-family: "Vera Humana 95 Bold";
}

h1[lang='en'] {
  color: #d99f2c;
  text-shadow: 2px 2px black;
  font-size: 3em;
  font-family: "Vera Humana 95 Bold";
}

*[lang='nl'] h2 {
  color: #171615;
  font-size: 1.8em;
  font-family: "Vera Humana 95 Bold";
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

*[lang='en'] h2 {
  color: #d99f2c;
  text-shadow: 1px 1px black;
  font-size: 1.8em;
  font-family: "Vera Humana 95 Bold";
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

h3 {
  color: #a03a28;
  font: inherit;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.section {
  display: flex;
  flex-wrap:wrap;
  flex-direction: row;
  justify-content: space-between;
}

.section > .paper {
  margin-top: 1em;
  padding-left: 2em;
  padding-right: 2em;
  padding-bottom: 0.5em;
  padding-top: 1em;
  flex-basis: 20%;
  flex-grow: 1;
  flex-shrink: 1;
}
.section > .paper[lang='nl'] {
   border-top-left-radius: 0.5em;
   border-bottom-left-radius: 0.5em;
}
.section > .paper[lang='en'] {
   border-top-right-radius: 0.5em;
   border-bottom-right-radius: 0.5em;
}

.section > .paper.right[lang='nl'] {
   border-top-right-radius: 0.5em;
   border-bottom-right-radius: 0.5em;
}

.section > .paper.right[lang='en'] {
   border-top-left-radius: 0.5em;
   border-bottom-left-radius: 0.5em;
}

.section > .photo {
  flex-basis: 50%;
  flex-grow: 2;
  flex-shrink: 2;
}

@media (min-width:1280px) {
  .section > .paper[lang='nl'] {
     padding-left: 2em;
     padding-right: 1em;
  }
  .section > .paper[lang='en'] {
     padding-left: 1em;
     padding-right: 2em;
  }
  .section > .paper.right[lang='nl'] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .section > .paper.right[lang='en'] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media (max-width:960px) {
  .section .paper {
  border-radius: 0.5em;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  }
  .section .image {
  border-radius: 0.5em;
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  }
}


footer {
  margin-top: 0.5em;
  text-align: center;
  font-size: 0.5em;
  font-family: "M Plus Rounded 1c"
}

