body {
    padding: 2%;
    margin: 1.5%;
    box-sizing: border-box;
    font-family: Baskerville;
    color: #4d4747
}

strong {
  font-weight: bold;
}

img {
  display: flex;
  border: solid #3e5171 3px;
  align-content: center;
  max-width: 100%;
  height: auto;
}

img#banner {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img#logo {
    border: none;
    display: inline;
}

/* Container needed to position the overlay. Adjust the width as needed */
.container {
  position: relative;
  width: 250px;
}



/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1;
  width: 250px;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 10pt;
  font-family: Arial;
  padding: 10px 3px;
  text-align: center;
}

/* When you mouse over the container, fade in the overlay title */
.container:hover .overlay {
  opacity: 1;
}


/* Basic Layout */
header {
  /*padding: 1.5%;*/
}

.spread nav {
  padding: 8px;
  font-family: Arial;
  font-size: 15pt;
  color: #4b6187;
}


h1 {
  padding-top: 0.5%;
  color: #3e5171;
  font-family: Arial;
  font-size: 24pt;
  font-stretch: expanded;
}

h2 {
  padding-top: 0.25%;
  font-family: Arial;
  font-size: 19pt;
  color: #4b6187;
}

h3 {
  padding-top: 0.25%;
  font-family: Arial;
  font-size: 17pt;
  color: #4b6187;
}

h4 {
  padding-top: 0.25%;
  font-size: 15pt;
  color: #4b6187;
}

h5 {
  padding-top: 0;
  font-size: 13pt;
  color: #4b6187;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 12pt;
}

p {
  font-size: 14pt;
}


p#caption {
  margin-top: 2%;
  font-size: 12pt;
  font-family: Arial;
  font-style: italic;
}

blockquote {
  text-align: center;
  background-color: #e2eff8;
  border: solid #3e5171;
  padding:3mm;
  border-radius:3mm;
  border-width:0.3mm;
}

aside {
  padding-bottom: 1%;
  background-color:#feaf9a;
}


main, aside {
  padding-top: 1%;
}

section {
  margin: 2% 0;
}

abbr {
  text-decoration: none;
  }


footer {
  clear: both;
  /*padding: 1%;*/
}

/*aside ul li {
  margin: 1.5% ;
  line-height: 1;
}*/

a:link {
  text-decoration: none;
  color:#2e59a3;
}

h1 a:link {
  text-decoration: none;
  color:#2e59a3;
}

a:visited {
  text-decoration: none;
  color:#6d91cd;
}

a:hover {
  text-decoration: underline;
}
