body {
  font-family: "Palatino Linotype";
  letter-spacing: 0.2px;
  color: #383838;
  max-width: 100%;
  margin: 0 auto;
  overflow: scroll;
}

h1, h2, h3, p{
  max-width: 85%;
  margin: 15px auto;
}

h1, h2, h3{
  text-transform: uppercase;
  font-family: "Trebuchet MS";
  letter-spacing: 0.4px;
}

h1 {
  font-size: 30px;
  /*text-align: center;*/
  line-height: 40px;
  margin-top: 20px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

#toctitle, #closenav{
  max-width: 85%;
  margin: 20px auto 10px;
  cursor: pointer;
}

ul {
  line-height: 27px;
  list-style-type: none;
  max-width: 85%;
  /*margin: 0 auto; */
  padding: 0;
}

nav {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  font-size: 1em;
  background-color: #f5f5f5;
  overflow-y: scroll;
  z-index:1000;
  left: 0;
  top: 0;
  /*padding-left: 0;*/
}

nav > ul {
  margin: 0 auto;
  font-size: 0.9em;
}

nav > ul > li {
  border-bottom: 1px solid #c5c5c5;
  margin-top: 10px;
  font-weight: 600;
}

nav > ul > li > ul > li {
  font-weight: normal;
}

li a{
  color: black;
  text-decoration: none;
}

img {
  width: 100%;
}

p {
  font-size: 1em;
  line-height: 25px;
}

#toctitle > i {
    font-size: 1.5em;
}

@keyframes blinker {  
  50% { opacity: .6; }
}

@keyframes fade-in {
   0% {opacity: 0;}
   100% {opacity: 1;}
} 


#back-to-top {
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: rgba(85, 85, 85, 0.2);
  height: 5%;
  width: 10%;
  border: none;
}