body {
  font-size: 1.2rem;
  background: linear-gradient(240deg, transparent 0%, white 60%), url("../images/bkgd01.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
  /*font-family: "Playfair Display", Georgia, "Times New Roman", serif;*/
}
.updated{
  font-size: 0.7rem; 
}
.footer > * {
  font-size: 0.65rem;
}

/*
 * TEMPORARY
 */
.showme{
    border: solid 1px green;
}
.showme2{
    border: dashed 1px red;
}
