* {
  margin: 0;
  padding: 0;
}

/* Mobile Styles */
@media only screen and (max-width: 345px) {
.custom1 {
	max-height:490px;
	min-height:490px !important;
	overflow:auto;
	padding-left:0px !important;
	padding-right:0px !important;
 }
.custom2 {
	max-height:490px;
	min-height:490px !important;
	overflow:auto;
 }
.bg-image {
	position:fixed;
	padding-top: 73px;
 }
.main-text {
 	background: rgba(0,0,0,0.7);
	color: white;
	padding-top: 73px;
 }
.index2 {
	padding-top:130px;
 }
.book-image {
  border: 1px solid white;
  border-radius: 4px;
  padding: 5px;
  width:130px;
 }
.links {
	color: white;
	text-decoration: none;
 }
.header1 {
  color: white;
  text-decoration: underline;
  font-weight: bold;
 }
.header2 {
  color: white;
  text-decoration: underline;
 }
.media1 {
	width:120px;
 }
}

@media only screen and (min-width: 346px) and (max-width: 400px) {
.custom1 {
	max-height:600px;
	min-height:600px !important;
	overflow:auto;
	padding-left:0px !important;
	padding-right:0px !important;
 }
.custom2 {
	max-height:600px;
	min-height:600px !important;
	overflow:auto;
 }
.bg-image {
	position:fixed;
	padding-top: 73px;
 }
.main-text {
 	background: rgba(0,0,0,0.7);
	color: white;
	padding-top: 73px;
 }
.index2 {
	padding-top:180px;
 }
.book-image {
  border: 1px solid white;
  border-radius: 4px;
  padding: 5px;
  width:160px;
 }
.links {
	color: white;
	text-decoration: none;
 }
.header1 {
  color: white;
  text-decoration: underline;
  font-weight: bold;
 }
.header2 {
  color: white;
  text-decoration: underline;
 }
.media1 {
	width:170px;
 }
}

@media only screen and (min-width: 401px) and (max-width: 767px) {
.custom1 {
	max-height:670px;
	min-height:670px !important;
	overflow:auto;
	padding-left:0px !important;
	padding-right:0px !important;
 }
.custom2 {
	max-height:670px;
	min-height:670px !important;
	overflow:auto;
 }
.bg-image {
	position:fixed;
	padding-top: 73px;
 }
.main-text {
 	background: rgba(0,0,0,0.7);
	color: white;
	padding-top: 73px;
 }
.index2 {
	padding-top:220px;
 }
.book-image {
  border: 1px solid white;
  border-radius: 4px;
  padding: 5px;
  width:180px;
 }
.links {
	color: white;
	text-decoration: none;
 }
.header1 {
  color: white;
  text-decoration: underline;
  font-weight: bold;
 }
.header2 {
  color: white;
  text-decoration: underline;
 }
.media1 {
	width:180px;
 }
}

/* Tablet Styles */
@media only screen and (min-width: 768px) and (max-width: 960px) {
.custom1 {
	max-height:577px;
	min-height:577px !important;
	overflow:auto;
 }
.custom2 {
	max-height:577px;
	min-height:577px !important;
	overflow:auto;
 }
.bg-image {
	position:relative;
	padding-top: 73px;
 }
.main-text {
	padding-top: 73px;
 }
.index2 {
	padding-top:220px;
 }
.book-image {
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
 }
.links {
	color: black;
	text-decoration: none;
 }
.header1 {
  color: black;
  text-decoration: underline;
  font-weight: bold;
 }
.header2 {
  color: black;
  text-decoration: underline;
 }
.media1 {
	width:300px;
 }
}

/* Desktop Styles */
@media only screen and (min-width: 961px) and (max-width: 991px) {
.custom1 {
	max-height:577px;
	min-height:577px !important;
	overflow:auto;
 }
.custom2 {
	max-height:577px;
	min-height:577px !important;
	overflow:auto;
 }
.bg-image {
	position:relative;
	padding-top: 73px;
 }
.main-text {
	padding-top: 73px;
 }
.index2 {
	padding-top:220px;
 }
.book-image {
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
 }
.links {
	color: black;
	text-decoration: none;
 }
.header1 {
  color: black;
  text-decoration: underline;
  font-weight: bold;
 }
.header2 {
  color: black;
  text-decoration: underline;
 }
.media1 {
	width:300px;
 }
}

/* Desktop Styles */
@media only screen and (min-width: 992px) {
.custom1 {
	max-height:673px;
	min-height:673px !important;
	overflow:auto;
 }
.custom2 {
	max-height:673px;
	min-height:673px !important;
	overflow:auto;
 }
.bg-image {
	position:relative;
	padding-top: 73px;
 }
.main-text {
	padding-top: 73px;
 }
.index2 {
	padding-top:220px;
 }
.book-image {
  border: 1px solid black;
  border-radius: 4px;
  padding: 5px;
 }
.links {
	color: black;
	text-decoration: none;
 }
.header1 {
  color: black;
  text-decoration: underline;
  font-weight: bold;
 }
.header2 {
  color: black;
  text-decoration: underline;
 }
.media1 {
	width:380px;
 }
}





.page {
  display: flex;
  flex-wrap: wrap;
}

.section {
  width: 960px;
  display: flex;
}

.content {
  background-color: #EAEDF0;
  height: 100vh;
  overflow: auto;
}

.content-left {
	width: 40%;
	background-color: #EAEDF0;
}

.content-right {
	width: 60%;
	background-color: #EAEDF0;
	text-align: center;
	margin-top: 30px;
}

.header {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #FFFFFF;
  outline-offset: -5px;
}

.footer {
  outline-width: 2px;
  outline-style: solid;
  outline-color: #FFFFFF;
  outline-offset: -5px;
}

.nav-option {
    float: left;
    padding-top: 30px;
    font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    letter-spacing: .1em;
	font-size: 12px;
    text-shadow: 
      -1px -1px 1px #111, 
      2px 2px 1px #363636;
}

.footer-option {
	justify-content: center;
	max-width: 100%;
	max-height: 100%;
	margin-top: 7px;
	text-align: center;
}

a {
  color: white;
  text-decoration: none;
}

.footer-logo {
	text-align:center;
	padding-top:15px;
}

.content-spacer {
	height: 30px;
	width: 100%;
	background-color: #EAEDF0;
}

.content-spacer2 {
	height: 2px;
	width: 100%;
	background-color: black;
}

.quotes {
	font-style: italic;
	font-weight: bold;
}

.content-image {
	position: fixed;
	margin-top: 80px;
	margin-bottom: 80px;
}

.book-heading {
	font-size: 22px;
	padding-bottom: 10px;
	text-decoration: underline;
	color: black;
}

.page-header {
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
	font-size: 22px;
	text-align: center;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	color: #e0dfdc;
	background-color: #333;
	letter-spacing: .1em;
	text-shadow: 
      0 -1px 0 #fff, 
      0 1px 0 #2e2e2e, 
      0 2px 0 #2c2c2c, 
      0 3px 0 #2a2a2a, 
      0 4px 0 #282828, 
      0 5px 0 #262626, 
      0 6px 0 #242424, 
      0 7px 0 #222, 
      0 8px 0 #202020, 
      0 9px 0 #1e1e1e, 
      0 10px 0 #1c1c1c, 
      0 11px 0 #1a1a1a, 
      0 12px 0 #181818, 
      0 13px 0 #161616, 
      0 14px 0 #141414, 
      0 15px 0 #121212, 
      0 22px 30px rgba(0, 0, 0, 0.9);
	padding-bottom: 7px;
}

p {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.5;
}

.container {
  position: relative;
}

.text-block {
  position: absolute;
  padding-top: 90px;
  right: 20px;
  background: rgba(0,0,0,0.7);
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}

.header-logo {
	width:120px;
}

.custom-nav {
	justify-content:space-evenly !important;
}

.custom-nav2 {
	padding-left:10px !important;
	padding-right:10px !important;
}

.custom-footer {
	height:73px !important;
}
