
/* GENERAL  */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

body { 
  margin: 0; 
  padding: 0;
  line-height: 16px;
  color: #000000;
  background-color: #edede6;
  font-family: "Merriweather", serif;
  font-size: 14px;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover, 
a:focus {
  color: #b724ed; 
}
p { 
  margin: 0 0 10px 0;
  padding: 0;
}

hr {
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* TEMPLATE FOR MAIN CONTENT */

.logo{
  margin-top: 0px;
  text-align: center;
  width: 100%;
  top: 0px;
  background: #343434;;
  position: fixed;
  color: white;
  z-index: 4;
  border-bottom: 0px solid #67864d;
}
  
.content_middle {
  margin-top: 120px;
  margin-bottom: 90px;
}

.contentbox {
  border-style: dotted;
  border-color: #000;
  border-width: 1px;
  margin: 0px auto 40px auto;
  line-height: 130%;
  padding: 20px;
  width: 68%;
  min-height: 400px;
}

.author {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
  float: left;
  padding-right: 3px;
  color: #b724ed; 
}

div.author::after {
  margin-left: 2px;
  margin-right: 4px;
  color: #b724ed; 
  content: "|";
}

.title {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
}

.author_notitle {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
  padding-right: 5px;
  border-bottom: 0px solid #67864d;
  color: #b724ed;
}

.poem { 
  margin: 30px auto 15px auto;
  line-height: 1.6;
}

div.poem p {
  text-indent:-10px;
  margin-left:10px;
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}

.poem img{ 
  max-width:100%;
  max-height:100%;
}

.prose_poem { 
  margin: 30px auto 15px auto;
  line-height: 1.6;
}

div.prose_poem p{
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}

div.prose { 
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 15px;
}

div.prose p{
  padding: 4px 0px 4px 0px;
  line-height: 1.6;
}

.prose a {
  color: black;
  text-decoration: underline;
}

.prose a:hover, 
.prose a:focus {
  color: #b724ed;
  text-decoration: underline;
}

.vispo { 
  margin: 30px auto 15px auto;
  text-align: left;
}

.vispo img{ 
  border:1px solid #000000;
  padding: 0px;
  max-height:650px;
  max-width:100%; 
}

.vispo video {
  width: 80%;
}

.bottom {
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  background-color: #343434;
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 5;
}

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

ul.bottom_menu li {
  display: inline-block;
  vertical-align: middle;
  margin: 1px;
  border-right:1px solid #edede6;
  padding-right: 6px;
  margin-bottom: 0px;
}

ul.bottom_menu li a:hover, 
a:focus {
  text-decoration: none;
  color: #b724ed;
}

ul.bottom_menu {padding-left: 0;}

ul.bottom_menu li:last-child {
  border-right:0;
}

.navigation {width:100%;}

.navigation1 {
  position: fixed;
  overflow: hidden;
  left: -1px;
  top:10px;
  line-height: 0;
  z-index: 10;
}

.navigation1 a.previous {
  background: url(../images/b1.png) no-repeat 0 0;
  display: block;
  font-size: 0%;
  height: 75px;
  line-height: 0;
  overflow: hidden;
  text-indent: -200%;
  width: 48px;
}

.navigation1 a.previous:hover,
.navigation1 a.previous:focus {
  background-image: url(../images/b11.png);
} 

.navigation2 {
  position: fixed;
  overflow: hidden;
  right: -10px;
  top: 10px;
  line-height: 0;
  z-index: 10;
}

.navigation2 a.next {
  background: url(../images/b2.png) no-repeat 0 0;
  display: block;
  font-size: 0%;
  height: 75px;
  line-height: 0;
  margin-right: -1px;
  overflow: hidden;
  text-indent: -200%;
  width: 48px;
}

.navigation2 a.next:hover,
.navigation2 a.next:focus {
  background-image: url(../images/b22.png);
}

/* INDEX / SPLASH PAGE */

.index_container {
  background-color: #e7e1bf;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  justify-content: center; /* Horizontal centering */
  align-items: center;     /* Vertical centering */
  text-align: center;
}

.index_middle {
  margin-top: 90px;
  margin-bottom: 0px;
  text-align: center;
}

.index_middle img { 
  margin-top: auto;
  max-width:100%;
}

.sublogo {
  position: fixed;
  top: 105px;
  z-index: 1000; /* Recommended: Keeps it above other content */
  left: 50%;
  transform: translate(-50%, -50%); /* Shifts the div back by half its width/height */
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-size: 20px;
  width: 100%;
  color: #505a37;
}

/* TABLE OF CONTENTS */

.toc_container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.content_title {
  font-family: "Rubik", sans-serif;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 5px;
  border-bottom: 0px solid #67864d;
  color: #b724ed;
  text-align: center;
}

.tableofcontents {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 0fr));
  gap: 5px;
  margin-right: 10px;
}

.tableofcontents div {
  padding: 0px;
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  text-align: center;
  padding-bottom: 5px;
}

.tableofcontents img{ 
  border:0px solid #000000;
  padding: 0px;
  max-height: 150px;
  max-width:100%;
}

.grid_box  {
  border: 2px dotted black; 
  margin-bottom: 5px;
  padding-right: 2px;
}

.grid_box:hover {
  border: 2px solid #b724ed; 
}

/* ARCHIVE OF PAST ISSUES  */ 

._archive_past_issues_ {
 justify-content: center;
}

ul._archive_past_issues_ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 10px 
}
 
 ul._archive_past_issues_  li {
  display: inline-block;
  padding: 10px 10px;
  text-align: center;
}

._archive_past_issues_  a{
  font-size: 12px;  1.3em at base 16px   
  color: #000;
  text-decoration: none;
}

._archive_past_issues_ a:hover{
  color: #b724ed;
  text-decoration: underline;
  text-decoration-color: #b724ed;
}

._archive_past_issues_ img  { 
  border: 2px solid #000; 
  min-width: auto; 
  min-height: auto;
} 

._archive_past_issues_ img:hover { 
  border: 2px solid #b724ed; 
} 

/* ARCHIVE OF LINKS  */

._links_ {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-left: 0px;
  width: 90%;
  margin-top: 0px; 
  line-height: 1.6;
}

._links_header {
  color: #000;
}

._links_ li{
  display: inline;
}

._links_ li:after {
  content: " | "; 
   color: #b724ed; 
}

._links_ li:last-child:after {
  content: none;
}

._link_date {
  color: #b724ed; 
}

li._link_date::after { 
  content: ": ";
  margin-right: 5px;
  color: #b724ed; 
}

._links_ li span {}

._links_ li a {
  text-decoration: none;
  color:  #000;
}

._links_ li a:hover {
  color: #b724ed;
  text-decoration: underline;
}

/* BOOKSTORE  */     

._archive_books_ {
  justify-content: center;
}
  
ul._archive_books_ {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 5px 5px 
}
 
 ul._archive_books_  li {
  display: inline-block;
  padding: 20px 5px;
  text-align: center;
}
._archive_books_  a{
  font-size: 11px; 
  text-decoration: none;
}

._archive_books_ a:hover{
  color: #000;
  text-decoration: underline;
  color: #b724ed; 
}

._archive_books_ img  { 
  border: 2px solid #000; 
  max-width:60%;  
  max-height:100%;
} 

._archive_books_ img:hover { 
  border: 2px solid #b724ed; 
  color: #b724ed; 
}

/* ARCHIVE OF CONTRIBUTORS  */    

._archive_contributors_ {
  text-align: left;
  list-style: none;
  padding-left: 0;
  line-height: 1.6;
}

._archive_contributors_ li {
  color: #000;
}

.archive_contributors_header {
  color: #b724ed;
  font-weight: bold;
}

._archive_contributors_ li a {
  text-decoration: underline;
  color:  #000;
}

._archive_contributors_ li a:hover {
  color: #b724ed;
}

/* SMALL SCREENS */

@media all and ( max-width: 1300px ), {
  .tableofcontents {
    grid-template-columns: repeat(3, minmax(120px, 0fr));
  }
  .toc_container {
  margin-bottom: 100px;
  }
}

/* INDIVIDUALS  */

.Schaag { 
  margin: 30px auto 15px auto;
  text-align: left;
}

.Schaag img{ 
  border:0px solid #000000;
  padding: 0px;
  max-height:650px;
  max-width:100%; 
}

.ryberg1 {margin-right: 30px}
.ryberg2 {margin-right: 16px}
.ryberg3 {margin-right: 60px}
.ryberg4 {margin-right: 110px}

.sanders_vispo { 
  margin: 90px auto 90px auto;
  text-align: left;
}

.sanders_vispo img{ 
  border:0px solid #000000;
  padding: 0px;
  max-height:650px;
  max-width:100%; 
}

.rail_poem {
  margin: 30px auto 15px 5px;
  line-height: 1.6;
}

div.rail_poem p {
  text-indent:-10px;
  margin-left:10px;
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}

.merritt1 {
  margin-right: 160px;
}

.merritt2 {
  margin-left: 20px;
}

.merritt3 {
  margin-left: 266px;
}

.andrews_vispo { 
  margin: 30px auto 15px auto;
  text-align: left;
}

.andrews_vispo img{ 
  border:1px solid #000000;
  padding: 0px;
  width: 100%;
  max-height:650px;
  max-width:800px; 
}

div.andrews_prose { 
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 15px;
}

div.andrews_prose p{
  padding: 4px 0px 4px 0px;
  line-height: 1.6;
}

.andrews_prose a {
  color: black;
  text-decoration: underline;
}

.andrews_prose a:hover, 
.andrews_prose a:focus {
  color: #b724ed;
  text-decoration: underline;
}

.andrews_prose img{ 
  border:1px solid #000000;
  padding: 0px;
  width: 100%;
  max-height:650px;
  max-width:800px; 
}

.Leibniz { 
  margin: 30px auto 15px auto;
  text-align: center;
  font-size: 11px;
  font-style: italic;  
}

.Leibniz img{ 
  border:0px solid #000000;
  padding: 0px;
  max-width:500px;
  max-height: 800px;
  width:100%; 
}

.howardepigraph {font-size: 12px;}

div.howardtext { 
  text-align: justify;
  margin-top: 30px;
  margin-bottom: 15px;
}

div.howardtext p{
  padding: 4px 0px 4px 0px;
  line-height: 1.6;
}

.howardtext a {
  color: black;
  text-decoration: underline;
}

.howardtext a:hover, 
.howardtext a:focus {
  color: #b724ed;
  text-decoration: underline;
}

.howardimage {text-align: center;}

.howardimage img{ 
  border:1px solid #000000;
  padding: 0px;
  max-height:650px;
  max-width:100%; 
  margin-bottom: 10px;
  margin-top: 5px;
}

div.howardworkscited p {
  text-indent:-10px;
  margin-left:10px;
  margin-bottom: 2px; 
  padding: 0px 0px 0px 0px;
}