body {
  background-color: #aaa;
}

.main {
  height: 100%;
  position: relative;
}

h1 {
  font-family: garamond, serif;
  font-size: 3em;
  line-height: 1.125;
  margin-bottom: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
}



h3 {
  color: #FFFFFF;
  font-family: georgia, sans-serif;
  font-weight: 400;
  font-size: 2em;
  line-height: 1;
  margin: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
  margin-bottom: 35px;
}

a:link {
  font-weight: 900;
  color: red;
}

a:hover {
  color: blue;
  font-size: 150%;
}

a:visited {
  font-weight: 500;
  text-decoration: none;
  color: white;
}

/*
@media (min-width: 800px) {
  h3 {
    font-size: 23px;
  }
}  */

.engl {
  text-align: center;
}

.death {
  margin-left: 3em;
}

.resurect {
  margin-left: 4em;
}

.author {
  margin-left: 8em;
}

.hard {
  font-weight: 900;
}

p {
  font-size: 18px;
  line-height: 28px;
  font-family: georgia, times, serif;
  font-weight: normal;
}

.title {
  font-style: italic;
}

p.hanging { 
  text-indent: -20px;
  padding-left: 50px
}

p.short {
  max-width: 65%;
}

p.short-b {
  max-width: 65%;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 20px;
}

p.short-b1 {
  max-width: 65%;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  padding-left: 40px;
}

p.grade {
  padding-left: 5em;
}

.small {
  font-size: 60%;
  margin-left: 5%;
}

.box {
  text-indent: -20px;
  padding-left: 50px
}

.listHorizontal {
  display: flex;
  justify-content: space-around;
  list-style: none;
}

/*  NAVIGATION MENU */


.nav {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  list-style: none;
  z-index: 997;
}

@media (min-width: 500px) and (min-height: 375px) {
  .nav {
    display: block;
  }
}
.nav:before {
  border-left: 2px solid rgba(255, 255, 255, 0.3);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 49px;
}

.dot-nav {
  list-style: none;
  position: relative;
  z-index: 5;
}

.dot-nav a {
  display: inline-block;
  background: #ddd;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  vertical-align: middle;
}

.dot-nav a:hover {
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background-color: #2F4F4F;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

/* this is the big dot's color */
.dot-nav a.active {
  background-color: #000000;  /* #e53333 */
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

.dot-nav li {
  margin: 25px 0;
}

.dot-nav li span {
  opacity: 0;
  position: fixed;
  vertical-align: middle;
  color: #fff;
  background: #000;
  padding: 2px 7px;
  margin-top: -4px;
  margin-left: 25px;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-size: 14px;
}

.dot-nav li span b {
  display: block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

.dot-nav li a:hover + span {
  opacity: 1;
}

.page-block {
  background-size: cover;
}

.content {
  width: 70%;
  margin: 0 auto;
  padding: 3em 0;
  color: #FFFFFF;
}

#one {
  background: url(../img/Martin_Infernal_Council1.png) no-repeat center center fixed;
  background-size: cover;
  min-height: 1000px;
}

#two {
  background: url(../img/Martin_Pandemonium1.png) no-repeat center center fixed;
  background-size: cover;
}

#three {
  background: url(../img/Martin_PL_Satan_Burning_lak.jpg) no-repeat center center fixed;
  min-height:1000px;
  background-size: cover;
}

#four {
  background: url(../img/Martin_PL_Satan_rousing_ang.jpg) no-repeat center center fixed;
  background-size: cover;
}

#five {
  background: url(../img/Martin_PL_Satan_Sin_Death.jpg) no-repeat center center fixed;
  min-height:600px;
  background-size: cover;
}

#six {
  background: url(../img/Martin_PL_Eve_Fountain.jpg) no-repeat center center fixed;
  min-height:700px;
  background-size: cover;
}

#seven {
  background: url(../img/Martin_PL_Satan_spying.jpg) no-repeat center center fixed;
  min-height:700px;
  min-width:850px;
  background-size: cover;
}

#eight {
  background: url(../img/atwood.jpg) no-repeat center center fixed;
  min-height:700px;
  background-size: cover;
}







