
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500&display=swap');

.options {
  background-image: #8ac7db;
  padding: 2px;
  margin: auto;
}

h1 {
  font: 28px/27px "Playfair Display", serif;
  font-weight: bold;
  display: block; 
  margin: auto; 
  text-align: center;
  margin-top: 10px;
  color: #black;
}

h2 {
  font: 15px/15px "Playfair Display", serif;
  display: block; 
  margin: auto; 
  padding: 10px;
  text-align: center;
  color: black;
}

#navbar {
	height: 25px;
	background: #50A2CC;
	font: 16px "Playfair Display", serif;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.contents {
  display: block; 
  text-align: center; 
  text-indent: -5px
}

.navi {
  font-weight: bold;
  font-family: 16px Lucida, sans-serif;
  color: white;
  opacity: 90%;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
}

body {
  font-family: serif;
  display: block;
  margin: auto;
  background: white;
  height: 100vh;
}

#lit-text {
  height: 80vh;
  width: 100vw;
  font: 16px/26px Georgia, Garamond, Serif;
  overflow-y: scroll;
 /* -ms-overflow-style: none; */ /* IE and Edge */
 /* scrollbar-width: none; */  /* Firefox */
  margin-right:20px;
  background: AntiqueWhite;
  flex: 1;
  opacity: 90%;
  padding-left: 5px;
  padding-right: 3px;
  border: 1px solid black;
}

h3 {
  display:  inline;
  font-size: small;
}

pre {
  font-family: Georgia;
  padding-left: 5px;
  padding-right: 3px;
}

p {
  padding-left: 5px;
  padding-right: 3px;
}

#about-text {
  height: auto;
  width: 800px;
  font: 16px/26px Georgia, Garamond, Serif;
  margin-right:20px;
  background: AntiqueWhite;
  display: block;
  margin: auto;
  text-indent: 2em;
}

#images {
  height: 80vh;
  width: 100vw;
  font: 16px/26px Georgia, Garamond, Serif;
  overflow: auto;
  margin-right:20px;
  background: white;
  flex: 2;
  opacity: 90%;
  border: 1px solid black;
}

.flex-container {
	display: flex;
	padding: 1% 0 0 1%;
}

.flex-child {
	flex: 1;
	display: flex;
}

.keyword {
  cursor: pointer;
  position: relative;
}

.keyword:hover {
  color: black;
}

.keyword:before {
    content:"";
  z-index:-1;
  left:-0.5em;
  top:-0.1em;
  border-width:2px;
  border-style:solid;
  border-color:#538697;
  position:absolute;
  border-right-color:transparent;
  width:100%;
  height:1em;
  transform:rotate(2deg);
  opacity:0.7;
  border-radius:50%;
  padding:0.1em 0.25em;
}

.keyword:after{
    content:"";
  z-index:-1;
  left:-0.5em;
  top:0.1em;
  padding:0.1em 0.25em;
  border-width:2px;
  border-style:solid;
  border-color:#538697;
  border-left-color:transparent;
  border-top-color:transparent;
  position:absolute;
  width:100%;
  height:1em;
  transform:rotate(-1deg);
  opacity:0.7;
  border-radius:50%;
}

.stageCent {
  text-align: center;
  text-decoration: italic;
}

.stageR {
  text-align: right;
  text-decoration: italic;
}

img {
	height: 40vh;
	margin-top: 10px;
	margin-left: 10px;
  filter:drop-shadow(5px 5px 3px darkgrey);
}

figure {
  margin-top: none;
  margin-left: none;
}

img:hover {
  opacity:100%;
  filter: none;
}

figcaption {
  font-size: 8pt;
  font-style: normal;
  text-align: center;
  opacity: 50%;
}

#preload { display: none; }