body {
    background-attachment: inherit;
    background-color: #925E8C;
    background-image: url("/images/DCbg2.png");
    background-repeat: no-repeat;
    color: #C590BF;
    font-family: Times New Roman,arial;
    font-size: 13.5px;
    font-style: normal;
    margin: auto auto auto;
    text-align: center;
	width: 100%
}
#spiderforest {
    height: 34px;
    margin-top: -70px;
}
li  {
    margin-left: 15px;
}
a {
    color: #ffffff;
    text-decoration: underline;
}
a:hover {
    color: #d9fffe;
    text-decoration: underline;
}
a:visited {
    color: #ffffff;
    text-decoration: underline;
}
h1 {
    font-size: 20px;
}
h2 {
    font-size: 14px;
	text-decoration: underline;
}
h3 {
    font-size: 20px;
    font-style: italic;
    text-align: center;
}
div#header {
  margin: 10px auto 0;
  padding: 0 15px;
  display: grid;
  justify-content: center;
}
div#content {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }

div#news {
	margin: 5px;
	 /*  Stretching: */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
div#patrons {
	background: rgba(17, 17, 17, 0.8);
	border-radius: 10px;
	margin: auto;
	width: 800px;
	height: 550px;
	text-align:center;
}
.clear {
    clear: both;
}
.col1 {
    float: left;
    flex: 0 1 600px;
	margin-bottom: 10px;
	}
.col2 {
  float: left;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 547px;
  width: clamp(250px, 100%, 600px);
}
.indexcol1 {
    background-color: rgba(60, 41, 58, 0.9);
    border-radius: 10px;    
}
.indexcol2 {
    background-color: rgba(60, 41, 58, 0.9);
    border-radius: 10px;  
  }

div.comic_nav {
	display: grid;
  	grid-template-columns: repeat(auto-fit, minmax(115px, 0.35fr));
    margin-top: 20px; 
}
div.nav_left {
	padding: 10px;
	max-height: 405px;
}
div.nav_center {
	padding: 10px;
	max-height: 405px;
}
div.nav_right {
	padding: 10px;
	max-height: 405px;
}
div.tohs_logo {
	padding-bottom: 9px;
}
div.journal {
	width: 400px;
	background-color: transparent; 
}
div.blog {
    width: 600px;
    max-height: 450px;
	font-size: 16px;
    overflow-y: scroll;
	text-align: justify;
}
div.blog_title {
	border-bottom: 2px solid #C590BF;
	text-align:center;
}
div.michael {
	float: left;
	width: 45%;
	padding-right: 5px;
}
div.tohs {
	float: right;
	width: 45%;
	padding-left: 5px;
}
div#store {
    margin: 5px auto 10px;
    padding-left: 0;
    text-align: center;
    width: 600px;
   }
div#books {
    background-color: rgba(17, 17, 17, 0.8);
    border-radius: 10px;
    width: 70%;
    padding:25px;
}
div#intro {
    width: 100%;
    padding-top: 25px;
}
div#books_content {
    padding-top: 10px;
	font-size: 17px;
}
div#orders {
    margin-top: -55px;
}
div#footer {
    font-size: 14px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 5px;
    text-align: center;
    width: 500px;
}
div#footer_text {
    margin-top: -5px;
}
div#title {
    padding-left: 0;
}


