body {
  font-family: ms gothic;
  font-size: 14px;
  color: black;
   background-color: #FCFBFA;
}

::selection {
  background: #7DB3B0;
}

.main {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  align-content: flex-start;
  column-gap: 0.7em;
}

.section1 {
  width: 150px;
  flex-direction: column;
}

.section2 {
  width: 200px;
  flex-direction: column;
}

.section3 {
  width: 400px;
  flex-direction: column;
  height: 700px;
  overflow: scroll; 
  border-left: dotted 1px;
  padding-left: 1em;
  scrollbar-width: none;
}

#intro{
  margin-top: -15px;
}

a{
  color: black;
}

a:hover{
  color: #697C78;
}

.category{
  width: 100%;
  text-align: left;
  border: none;
  background-color: #FCFBFA;
  margin-bottom: 5px;
  text-decoration: underline;
}
.subcategory{
  width: 100%;
  text-align: left;
  border: none;
  background-color: #FCFBFA;
  margin-bottom: 5px;
}

.category:hover{
  color: #697C78;
  font-style: italic;
}

summary:hover{
  color: #697C78;
  font-style: italic;
}

.review-link:hover{
  color: #697C78;
  font-style: italic;
}

#season{
  margin-left: 1em;
}

.entrylist{
  margin-left: 1em;
}

h2{
  background-color: #697C78;
  color: white;
  padding: 0.2em;
}

blockquote{
  background-color: #C6D5CD;
  padding: 0.5em;
  font-weight: bold;
  font-style: italic;
}

hr{
  margin: 1em;
  border: dotted 1px;
}

.lilyvertical{
  width: 50%;
  margin-left: 100px;
}

.lilyhorizontal{
  width: 100%;
}

.sup {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 400px;
}

.il1 {
  position: relative;
  width: 32%;
  box-sizing: border-box;
}

.il1 img {
  width: 100%;
  height: auto;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #697C7899;
}

.il1:hover .overlay {
  opacity: 1; 
}

.text {
  color: white;
  font-weight: bold;
  text-align: center;
  width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#album{
  display: flex;
  flex-wrap: wrap;
  padding: 0.5em;
  gap: 0.5em; 
  border: dotted 1px;
  background-color: #C6D5CD;
  height: 150px;
  margin-bottom: 0.75em;
}

#album img{
  width: 150px;
  height: 150px;
}

#albumnotes{
  width: 55%;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
}

#albumnotes h3{
  margin-top: 0px;
}

#albumnotes p{
  margin-top: -10px;
}
