html {
  overflow-y: scroll;
  font-family:sans-serif;
}

body {
  margin: 0;
  color: #606060;<span class="inline_code"></span>
  font-family: sans-serif;
}

.hidden { display: none; }

/* CONTAINER STYLES */

div.menu-home {
  position: sticky;
  height: 3.3em;
  top: 0;
  border-top: solid 5px #d3e4ed;
  padding: 0;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
}

div.wrapper {
  padding: 0;
  margin: auto;
}

.container {
 	padding:0;
	margin-right:auto;
	margin-left:auto;
  border-bottom: solid 1px #e0e0e0;
}

div.top-menu {
  width: 100%;
  float: left;
  clear: both;
  border-bottom: solid 1px #e0e0e0;
}

.sidebar-menu { background-color: white; }

.mobile-menu { text-align: center; }

div.mobile-menu {
  overflow: hidden;
}

div.center { text-align: center; }

/* COLUMNS AND ROWS */

.row {
  clear: both;
  overflow: auto;
  padding: 20px;
  box-shadow: 8px 8px 12px #ddd;
  margin-bottom: 2em;
}

.column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9,.column-10,.column-11,.column-12,.span-30,.span-40,.span-50,.span-60,.span-70 {
  min-height:1px;
  padding: 0;
  margin: 0;
  float:left;
}

.column-1 { width:8.33333333%; }
.column-2 { width:16.66666667%; }
.column-3 { width:25%; }
.column-4 { width:33.33333333%; }
.column-5 { width:41.66666667%; }
.column-6 { width:50%; border: }
.column-7 { width:58.33333333%; }
.column-8 { width:66.66666667%; }
.column-9 { width:75%; }
.column-10 { width:83.33333333%; }
.column-11 { width:91.66666667%; }
.column-12 { width:100%; }

.column-offset-0 { margin-left:0%; }
.column-offset-1 { margin-left:8.33333333%; }
.column-offset-2 { margin-left:16.66666667%; }
.column-offset-3 { margin-left:25%; }
.column-offset-4 { margin-left:33.33333333%; }
.column-offset-5 { margin-left:41.66666667%; }
.column-offset-6 {margin-left:50%; }
.column-offset-7 { margin-left:58.33333333%; }
.column-offset-8 { margin-left:66.66666667%; }
.column-offset-9 { margin-left:75%; }
.column-offset-10 { margin-left:83.33333333%; }
.column-offset-11 { margin-left:91.66666667%; }
.column-offset-12 { margin-left:100%; }

/* OTHER CONTAINERS */

div.section {
  box-shadow: 0 0 5px 1px grey;
}

footer {
  padding: 2em 0;
  text-align: center;
  clear: left;
  margin-top: 2em;
  border-top: solid 1px #e0e0e0;
}

.heading { padding-left: 1em; }

div.img { margin: 1em; }
div.img-novel { margin: 4em; }

#MobileMenu {
  width: 100%;
  margin: 0;
  left: 0px;
  z-index: 1;
}

div.logo {
  text-align: left;
  padding: 10px;
  clear: left;
}


/* GALLERY STYLES */

.thumbnail {
  width: 100%;
  padding: 0;
}

.thumbnail-list {
  margin: 0;
  padding: 0;
  text-align: center;
}

.thumbnail-list li {
  display: inline-block;
  margin: 5px 8px;
}

.thumbnail-list img {
  box-shadow: 4px 4px 6px #ccc;
  border: 1px solid #ccc;
}

.thumbnail-list img:hover { opacity: 0.7; }

.modal {
  display: none;
  position: fixed;
  z-index: 2;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: none;
  background-color: black;
  vertical-align: middle;
}

.modal-content {
  margin: auto;
  display: block;
  max-height: calc(100vh - 200px);
}

.close, .fwd, .bck {
  position: absolute;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close {
  top: 15px;
  right: 35px;
}

.fwd {
  right: 35px;
  padding-top: 20px;
}

.bck {
  left: 35px;
  padding-top: 20px;
}

.cap {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #f1f1f1;
  padding-top: 0;
}

.close:hover,
.close:focus,
.fwd:hover,
.fwd:focus,
.bck:hover,
.bck:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* NAV BAR STYLES */

div.topnav_right {
  padding: 0.75em 0 0;
  margin-right: 1em;
  float: right;
}

/* HEADERS */

h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  color: #606060;
}

h1 {
  margin: 1em 0 .5em;
  font-size: 1.5em;
}

h2, h3 {
  margin: 1em 0;
  font-size: 1.25em;
}

/* MEDIA STYLES */

figure {
  text-align: center;
  margin: auto;
}

figcaption {
  font-size: 0.75em;
  margin: 1em 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* NAVIGATIONAL STYLES */

a {color: #606060; }

.breadcrumb {
	padding-bottom: 1em;
	font-size: smaller;
}

.top-menu a,.sidebar-menu a, .mobile-menu a, .breadcrumb a {
  display: inline-block;
  font-weight: 500;
  font-family: sans-serif;
  text-decoration: none;
  font-size: .9em;
}

.top-menu a:hover,.sidebar-menu a:hover,.mobile-menu a:hover, .breadcrumb a:hover {
  color: #9c9c9c;
  text-decoration: none;
}

.home-menu a {
  padding: 1em 0.5em;
  float: left;
}

.top-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.top-menu a.dead, .sidebar-menu a.dead, .mobile-menu a.dead {
  color: #404040;
  font-weight: bold;
}

.sidebar-menu a, .mobile-menu a {
  padding: 0.25em 0;
}

.sidebar-menu ul, .mobile-menu ul {
  list-style-type: none;
  padding: 0;
}

.sidebar-menu ul { margin: 2em 0em 2em 0.5em; }
.mobile-menu ul { margin: 0; }

ul.sidebar-menu li, ul.mobile-menu li { padding: 0.5em 0; }
ul.sidebar-menu li, ul.mobile-menu li { border-bottom: solid 1px #e0e0e0; }
ul.mobile-menu li:last-child { border-bottom: none; }
ul.sidebar-menu li:last-child { border-bottom: none; }

li.menu-item a, .breadcrumb a {
  color:#606060;
}

li.current-menu-item a {
  text-decoration: none;
  pointer-events: none; 
  cursor: default;
  color:#4c4c4c;
  font-weight: bold;
}

/* TEXT STYLES */

p {
  margin: 1em 3em 2em 3em;
  line-height: 1.75em;
  font-size: 1em;
}

p.lit-heading {
  margin: 1em;
  text-align: center;
  font-size: 2em;
}

p.center {
  text-align: center;
}

.smaller {
  font-size: 0.75em
}

span.copyright {
  font-size: 83.33%;
  color: #606060;
}

p.verse {
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 1.25em;
  font-family: script serif;
  font-style: italic;
}

/* GO TO TOP BUTTON */

#myBtn {
  display: none;
  position: fixed;
  bottom: 300px;
  right: 30px;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #20d0d8;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
}

#myBtn:hover {
  background-color: #40dddf;
}

/* LANGUAGE SELECTOR */

div.language-selector {
  padding: 1em 0 0 3em;
  float: left;
  font-size: .9em;
}

/* MEDIA STYLES */

@media print {
  .top-menu, .sidebar-menu, .social_media, .mobile-menu > div:nth-child(3) { display: none !important; }
  a[href]:after { content: none !important; }
}

@media (min-width: 1080px){
  .topnav_right { display: none; }
  #MobileMenu { display: none; }
  .menu-home { width: 66.66%; }
  .wrapper { width: 66.66%; }
  .span-30 { width: 30%; }
  .span-40 { width: 40%; }
  .span-50 { width: 50%; }
  .span-60 { width: 60%; }
  .span-70 { width: 70%; }
  .span-80 { width: 80%; }
  .span-90 { width: 90%; }
  .span-100 { width: 100%; }
}

/* MOBILE DEVICES */

@media (max-width: 1080px){
  .menu-home { width: 100%; }
  .wrapper { width: 100%; }
  .sidebar-menu {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .sidebar-menu { display: none; }
  h1,h2,h3,h4,h5,h6 { text-align: center; }
  .column-1,.column-2,.column-3,.column-4,.column-5,.column-6,.column-7,.column-8,.column-9,.column-10,.column-11,.column-12,.span-30,.span-40,.span-50,.span-60,.span-70,.span-80,.span-90 {
    width: 100%;
  }
  .breadcrumb {
  	text-align: center;
  }
  p {
    margin: 2em 1em;
    line-height: 1.75em;
    font-size: 1em;
  }
  #MobileMenu {
    display: none;
    position: sticky;
    top: 3.6em;
    z-index: 1;
    background-color: #fff;
  }
  div.language-selector {
    padding: 1em 0 0 1em;
  }
}

/* Logo font: Cooper Black 16pt #126a9c */