* {
  padding: 0;
  margin: 0;
}

/* INDEX BOOK*/

body {
  background-color: rgb(227, 224, 223, 0.5);
}

.container {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  /*border-style: solid;*/
}

.caveat {
  font-weight: bold;
  font-style: italic;
}

h1 {
  color: maroon;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  margin-top: 30px;
}

.subtitle {
  text-align: center;
  margin-bottom: 30px;
}

nav {
  text-align: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

nav a {
  margin-right: 10px;
}

nav a:hover {
  color: maroon;
  font-size: x-large;
}

h2 {
  color: maroon;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  color: maroon;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: normal;
}

.bookpic {
  width: 96px;
  height: 150px;
  margin-right: 5px;
}

.bookpic:hover {
  transform: scale(2);
}

article {
  display: flow-root;
}

aside {
  margin: 30px 0;
  /*float: left;*/
}

.booknav {
  margin: 30px 0;
}

.booknav a {
  margin-right: 200px;
}

.booknav a:last-child {
  margin-right: 0;
}

.author {
  text-align: center;
  font-size: large;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-bottom: 50px;
}

.posted {
  font-family: "Courier New", Courier, monospace;
  font-size: medium;
}

.articlebookpic {
  width: 280px;
  height: auto;
  /* display: block;
  margin: 30px auto;*/
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

p {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: large;
  margin-bottom: 10px;
}

li {
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
  font-size: large;
  margin-bottom: 10px;
}

.associate {
  font-style: italic;
}

/* INDEX COMICS*/

.comiccover {
  /* width: 240px;
  height: 380px; 
  width: 192px;
  height: 304px;
  width: 192px;*/
  height: 228px;
  width: 144px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comiccover:hover {
  transform: scale(2);
}

/* ARTICLE COMICS */

.comicindex {
  /*border-style: solid;*/
  width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.articlecomiccover {
  width: 350px;
  height: auto;
  display: block;
  margin: 30px auto;
}

.articlepanelxsmall {
  width: 200px;
  height: auto;
  display: block;
  margin: 30px auto;
}

.articlepanelsmall {
  width: 350px;
  height: auto;
  display: block;
  margin: 30px auto;
}

.articlepanelmedium {
  width: 500px;
  height: auto;
  display: block;
  margin: 30px auto;
}

.articlepanellarge {
  width: 800px;
  height: auto;
  display: block;
  margin: 30px auto;
}

.articlepanelxlarge {
  width: 1000px;
  height: auto;
  display: block;
  margin: 30px auto;
}
