.home{
  position: relative;
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: italic;
  font-size: 4em;
  color:hsl(353, 100%, 9%);
  text-shadow: rgb(255, 0, 140) 10px 1px 10px, #FC0 2px 1px 10px, #FC0 2px 1px 10px, #FC0 2px 1px 10px;
  transform: rotate(2deg);
  z-index: 1;
}



html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow-x: hidden;
  position: relative;
  
  font-family: "EB Garamond";
  font-weight: normal;
  color: hsl(247, 100%, 5%);
  text-shadow: rgba(0, 1, 70, 0.369) 2px 1px 3px, rgba(55, 0, 54, 0.084) 5px 1px 8px;
}

html::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #829a9add;
  background-image: url(/images/transparentTuring.png);
  background-blend-mode: color-burn;
  background-repeat: repeat;
  z-index: -2;
}

#redWord1{
  color: hsl(353, 100%, 50%);
}
#redWord2{
  color: hsl(353, 100%, 50%);
}
#redWord3{
  color: hsl(353, 100%, 50%);
}

#finger{
  width: 100%;
}

.red{
  display: inline-block;
}

#fingerLabel{
  text-align: center;
}

#contact{
  text-align: center;
}

#group{
  text-align: center;
}

/* unvisited link */
a:link {
  color: #800080;
}

/* visited link */
a:visited {
  color: hsl(247, 100%, 31%);
}

p {
  font-size: 2.5em;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 800px) {
  p {
    font-size: 5vw;
  }
}
p.indent {
  text-indent: 2.5em; /* or whatever indent size you prefer */
}
p.figure_label{
  font-family: "Times";
  font-size:1.5em;
  font-weight: bold;
  text-align: center;
  text-wrap: wrap;
  justify-content: center;
}
p.margin {
  margin: 2.5em; /* or whatever indent size you prefer */
}

footer p{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: italic;
  color:#8b7a3a;;
  filter: invert(1);
  mix-blend-mode:difference;
  font-size: 1em;
}



.title{
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  max-width: 100vw;
  margin: 0; /* Remove all margins */
  padding: 0; /* Remove all padding */
  text-align: center;
  font-family: "Lapidary333Regular";
  font-size: 10em;
  font-weight: 200;
  color:hsla(354, 100%, 2%, 0.91);
  text-shadow: #08002e39 2px 1px 2px,  rgba(55, 0, 54, 0.084) 5px 1px 8px;
  transform: scaley(0.333) rotate(0deg);
  line-height: 0.333;
}
@media (max-width: 700px) {
  .title {
    font-size: 20vw;
  }
}

.entries_title{
  display:flex;
  justify-content: flex-start;
  position: relative;
  margin: 0; /* Remove all margins */
  padding: 0; /* Remove all padding */
  text-align: center;
  text-decoration:underline dotted 150px;
  font-family: "Lapidary333Regular";
  font-size: 9em;
  font-weight: 200;
  color:hsla(354, 100%, 2%, 0.91);
  text-shadow: #08002e39 2px 1px 2px,  rgba(55, 0, 54, 0.084) 5px 1px 8px;
  transform: scaley(0.333) rotate(0deg);
}
@media (max-width: 450px) {
  .entries_title{
      font-size: 7em;
  }
  
}



.entries_list{
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  word-break:break-word;
  height:0.1em;
  margin-left: 0.1em;
  margin-right: 0.1em;
  margin-top: 0.1em;
  margin-bottom: 0.8em;
  text-wrap: wrap;
  text-align: left;
  font-family: "Lapidary333Italic";
  font-size: 9em;
  font-weight: 200;
  color:hsl(247, 100%, 50%);
  text-shadow: rgba(0, 4, 255, 0.369) 2px 1px 3px,  rgba(55, 0, 54, 0.084) 5px 1px 8px;
  transform: scaley(0.33) rotate(0deg);
  text-decoration: underline;
  text-decoration-thickness: 25px;
  line-height: 1;
}
@media (max-width: 800px) {
  .entries_list{
    font-size: 18vw;
  }
}
@media (max-width: 550px) {
  .entries_list{
    font-size: 18vw;
      margin-bottom: 1em;
  }
}



.post_title{
  display:flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  height:0.1em;
  margin-left: 0.1em;
  margin-right: 0.1em;
  margin-top: 0.1em;
  margin-bottom: 0.8em;
  text-wrap: wrap;
  text-align: center;
  font-family: "EB Garamond";
  font-size: 7em;
  font-weight: 200;
  color:hsl(247, 100%, 5%);
  text-shadow: rgba(0, 1, 70, 0.369) 2px 1px 3px,  rgba(55, 0, 54, 0.084) 5px 1px 8px;
  transform: scaley(0.8) rotate(0deg);
  text-decoration-thickness: 25px;
  line-height: 1;
}
@media (max-width: 800px) {
  .post_title{
    font-size: 13vw;
  }
}
@media (max-width: 550px) {
  .post_title{
    font-size: 13vw;
      margin-bottom: 1em;
  }
}
  
.date{
  font-family: "EB Garamond";
  font-size: 1em;
  font-weight: 200;
  color:hsl(247, 100%, 5%);
  text-shadow: rgba(0, 1, 70, 0.369) 2px 1px 3px,  rgba(55, 0, 54, 0.084) 5px 1px 8px;
}

.faded-border {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  mask: 
    linear-gradient(to right, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%),
    linear-gradient(to bottom, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%);
  mask-composite: intersect;
  -webkit-mask: 
    linear-gradient(to right, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%),
    linear-gradient(to bottom, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%);
  -webkit-mask-composite: source-in;
}

.pdf-container {
  display: flex;
  justify-content: center; /* centers horizontally */
}

.pdf {
  width: 100%;
  max-width: 100%;
  height: 90vh; /* scale height to viewport, can adjust */
  
  /* Keep your mask styles */
  mask: 
    linear-gradient(to right, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%),
    linear-gradient(to bottom, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%);
  mask-composite: intersect;
  -webkit-mask: 
    linear-gradient(to right, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%),
    linear-gradient(to bottom, transparent 0px, black 1em, black calc(100% - 1em), transparent 100%);
  -webkit-mask-composite: source-in;
}

.album {
  display: flex;
  justify-self: center;
  justify-content: center;
  border: 0;
  width: 50%;
  max-width: 50%;
  height: 90vh;
}
  
  