
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

body, html {
  height: 100%;
  line-height: 1.6em;
  margin: 0.5em;
  font-family: "Great+Vibes; cursive, "Times New Roman", Georgia, Arial, serif;
}

/* The header image */
.header-image {
  background-image: url("images/splash.jpg");
  height: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: relative;
}

/* Title page info */
.header-text {
  text-align: left;
  position: absolute;
  top: 35%;
  left: 35%;
  transform: translate(-50%, -50%);
  color: White;
}

#responsive-image {  width: 100%;  height: auto; } 

h1 {
  font-size: 200%;
}

h2 {
  font-size: 150%;
}

h1,h2 {
  font-variant: small-caps;
  text-shadow: 2px 2px 2px Black;
  font-weight: bold;
}

p,h3 {
  font-family: 'Great+Vibes', cursive;
  margin-left: 0.5em;
  margin-right: 0.5em;
  }

img {
  padding-right: 0.5em;
  }

aside {
  width: 30%;
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
  float: right;
  font-style: italic;
  background-color: WhiteSmoke;
  }

p::first-letter {
  color: black;
  font-family: 'Great+Vibes', cursive;
  font-weight: bold;
  font-size: 200%;
  margin-right: 0.0em;
  line-height: 0.75em;
  float: left;
  }

dfn {background-color: AntiqueWhite;}

.chapter {
 background-image: url("images/background.png");
  padding-top: 0.25em;
  padding-right: 0.5em;
  padding-bottom: 0.25em;
  padding-left: 0.5em;
 }

section { display:none; }
section:target { display:block; }

td {
  padding: 0.9em;
}


