@charset "utf-8";
/* CSS Document */
html {
  background-color: #B7B3AE;
}
body {
  background-color: #B7B3AE;
  font-family: "hightower-text", serif;
  /*font-family: "adobe-jenson-pro", serif;*/
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  padding-top: 50px;
}
/*.hightowerRoman {
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: normal;
}
.hightowerItalic {
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: italic;
}
.hadriano {
  font-family: "ltc-hadriano-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.goudyOldStyle {
  font-family: "ltc-goudy-oldstyle-pro", serif;
  font-weight: 700;
  font-style: normal;
}*/
.lekickBrush {
  font-family: "lekick-brush", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.container {
  height: 100%;
  /*background-color: transparent !important;*/
}
.navbar {
  /*font-family: "dirty-bakers-dozen-spraypaint", sans-serif;
font-weight: 400;
font-style: normal;*/
  /*font-family: "brushtones", sans-serif;*/
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #1F1F1F !important;
  height: 40px;
}
a.nav-link {
  color: #B7B3AE;
	margin-top: 5px;
}
a.nav-link:hover {
  color: #ffffff;
}
/*hide navbar
.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}
.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}*/
/*hamburger*/
nav.autohide {
  padding-top: 0;
}
#navbarCollapse{
	background-color: #2F2F2F !important;
}
.smcaps {
  font-variant: small-caps;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
p.indent {
  text-indent: 1.2em;
}
.TLGtooltip {}
/*.pagination, .page-item, .page-link{
	background-color: transparent !important;
	border: none;
}
.page-link{
	font-family: "lekick-brush", sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 4rem;
	padding: 20px;
	color: #AA4001	
}
.page-item.active .page-link{
	color: #565656
}*/
p.noindent {
  text-indent: 0;
}
img#markTwain {
  padding: 10px;
  border: double medium;
}
#awfulTitle h1 {
  font-family: "lekick-brush", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 80%;
}
.MTauthor {
  text-transform: none;
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 110%;
  padding-top: 10px;
}
.graveur {
  font-family: "graveur-ornaments", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 110%
}
#epigraph em {
  font-size: 1.6rem;
}
em {
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: italic;
}
.note {
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: italic;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1.2rem;
  line-height: 100%;
  text-align: right;
}
sup {
  font-size: 70%;
  font-family: "hightower-text", serif;
  font-weight: 400;
  font-style: normal;
}
a sup {
  color: #9C5619;
}
.hyphenation {
  hyphens: manual;
}
p.dropcap::first-letter {
  font-family: "lekick-brush", sans-serif;
  font-feature-settings: "ss01"1;
  float: left;
  line-height: 80px;
  font-size: 125px;
  color: #252525;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 7px;
  margin-bottom: 0;
  margin-top: 0;
}
.fishwife {
  padding-left: 4%;
  padding-right: 4%;
}
.midfleuron {
  font-size: 2rem;
}
.endfleuron {
  font-size: 3rem;
}
.figure-caption {
  font-size: 70%;
  line-height: 120%;
}
/* X-Small devices (portrait phones, less than 576px)
 No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #awfulTitle h1 {
    font-family: "lekick-brush", sans-serif;
    font-size: 6rem;
    line-height: 80%;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  body {
    font-size: 1.35rem;
  }
  #awfulTitle h1 {
    font-family: "lekick-brush", sans-serif;
    font-size: 6rem;
    line-height: 80%;
  }
  p.indent, p.noindent {
    text-align: justify;
    hyphens: auto;
    /*hyphenate-before: 3;
		hyphenate-after: 4;*/
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 85px;
    font-size: 135px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  body {
    font-size: 1.4rem;
  }
  #awfulTitle h1 {
    font-size: 7rem;
    line-height: 80%;
  }
  p.indent, p.noindent {
    text-align: justify;
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 95px;
    font-size: 140px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* Top right text */
  #markTwain .top-right {
    top: 4%;
    right: 3%;
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 4.5rem;
  }
}
/*  X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  body {
    font-size: 1.5rem;
  }
  p {
    margin-left: 3%;
    margin-right: 3%;
  }
  /* Bottom left text */
  #markTwain .bottom-left {
    position: absolute;
    bottom: 2%;
    left: 10%;
  }
  .MTauthor {}
  p.dropcap::first-letter {
    float: left;
    line-height: 102px;
    font-size: 150px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-top: 0;
  }
  /* Top right text */
  #markTwain .top-right {
    top: 4%;
    right: 3%;
    font-size: 4.8rem;
    letter-spacing: 1px;
    line-height: 4.5rem;
  }
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) {
  body {
    font-size: 1.6rem;
  }
  #awfulTitle h1 {
    font-size: 7.5rem;
  }
  p.dropcap::first-letter {
    float: left;
    line-height: 102px;
    font-size: 160px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 7px;
    margin-bottom: 0;
    margin-top: 0;
  }
}