/* general */
body {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: #222;
  background-color: #F5F1E8;

}

.title {
  margin: 25px 0 0 30px;
  font-size: 28px;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 1px;
}


.subtitle {
  margin: 5px 0 0 20px;
  font-size: 16px;
}
h1 {
    font-weight: normal;   /* removes bold */
      font-family: "Cormorant Garamond", serif;


}
p {
color: #777777;

}


.map {
  height: 100vh;
  background-image: url("background.png");
  background-size: contain;     /* shows whole image (no cropping) */
  background-repeat: no-repeat;
  background-position: center;  /* center the image */
  position: relative;
}

.frag {
  position: absolute;
  color: #222;   /* deep charcoal, not black */
  text-decoration: none;
  font-size: 17px;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  letter-spacing: 0.3px;
}


.frag:hover {
  opacity: 0.5;
}


/* --- positions (tweak these numbers) --- */
.late { top: 25%; left: 41%; }
.promoted { top: 40%; left: 56%; }
.restart { top: 85%; left: 58%; }
.selfconscious { top: 50%; left: 14%; }
.single { top: 60%; left: 54%; }

.fragment {
  max-width: 720px;
  margin: 120px auto;
  text-align: center;
  padding: 0 20px;
}



.fragment h1 {
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}



.fragment p {
  font-size: 18px;
  margin-top: 15px;
}

.fragment a {
  display: block;
  margin-top: 12px;
  color: #222;
  text-decoration: none;
  font-size: 18px;
  font-style: italic;
}

.fragment a:hover {
  opacity: 0.5;
}


.back {
  font-size: 13px;
  color: #777;
  margin-top: 30px;
}



.instruction {
  margin-left: 30px;
  max-width: 900px;
  font-family: "Cormorant Garamond", serif;
  font-size: 15px;
  color: #666;
  font-style: italic;
  line-height: 1.6;
}

.mainline {
  font-size: 189x;
  font-style: normal;
  color: #666;
  margin-top: 18px;
  line-height: 1.6;
}


.borges {
  font-size: 14px;
  color: #701705;
  font-style: italic;
  margin-top: 30px;
}

/* small page number like a book */
.pageNumber{
  font-size: 12px;
  color: #9a948c;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

/* Borges quote style */
.borges{
  font-size: 15px;
  color: #6f6a61;
  font-style: italic;
  margin-top: 18px;
  margin-bottom: 6px;
}

/* small source line under the quote */
.source{
  font-size: 11px;
  color: #a29c93;
  margin-top: 0;
  margin-bottom: 26px; /* creates space before links */
}

/* your repeating sentence across pages */
.bleed{
  font-size: 16px;
  color: #6f6a61;
  font-style: italic;
  margin-top: 18px;
  margin-bottom: 26px;
}








