body {
  font-family: 'atkinson_hyperlegibleregular', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color:#191919;
  background-image: url("../img/gridPaperTexture.jpg");
  background-color: #FFFFFF88;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: auto;
/*  max-width: 630px; */
  justify-content: center;
}

p {
  line-height: 1.5em;
}

hr {
  border: solid #c7b591;
  border-width: 2px 0 0 0;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

/*
a:hover { 
  background-color: #fff6e6;
}
*/

h1, h2, h3, h4, h5 {
  font-family: 'atkinson_hyperlegiblebold', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #191919;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  /* margin: 3em auto; */
  margin: 0em auto;
  width: 90%;
  max-width: 700px;
  background-color: #FFF9F2;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #191919;
  /* padding: 0.5em; */
  /* margin: 0.5em; */
  /*
  background-color: #f1e3c9;
  color: #151515; 
  outline-color: #a9a9a9;
  outline-style: ridge;
  outline-width: 4px;
  outline-offset: 0;
  */
}

#content {
  padding: 10px 5% 20px 5%;
}

#branding {
  margin: 0em auto;
  width: 90%;
  max-width: 700px;
}

/*HEADER STYLE*/
#header {
  font-family: 'atkinson_hyperlegiblebold', ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: #ebd3a3;
  padding: 0 5%;
  border-color: #212121;
  border-style: ridge;
  border-width: 0 0 2px 0;
  border-radius: 5px 5px 0 0;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color:#191919;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  color: #34436f;
  text-decoration: underline;
}

/*POST LIST STYLE*/
/*
#postlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
*/
/*
#recentpostlistdiv ul {
  font-size: 1.2em;
  padding: 0;
  list-style-type: none;
}
*/
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.8em;
  padding: 0 0 10px 0;
  margin: auto;
  text-align: center;
}

.b-sticker {
  filter: /* compounding drop-shadow creates smooth outline */
          drop-shadow(1px 1px 0 white)
          drop-shadow(-1px 1px 0 white)
          drop-shadow(1px -1px 0 white)
          drop-shadow(-1px -1px 0 white)
          drop-shadow(1px 1px 0 white)
          drop-shadow(-1px 1px 0 white)
          drop-shadow(1px -1px 0 white)
          drop-shadow(-1px -1px 0 white)
          drop-shadow(0px 0px 1px #191919)
}

.b-sticker-small {
  filter: drop-shadow(1px 1px 0 white)
          drop-shadow(-1px 1px 0 white)
          drop-shadow(1px -1px 0 white)
          drop-shadow(-1px -1px 0 white)
          drop-shadow(0px 0px 1px #191919)
}

.gallery {
  margin: auto;
  justify-content: center;
}

.gallery-item {
  background-image: url("../img/paperTexture.jpg");
  background-color: #ebd3a3;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #191919;
  padding: 0.5em;
  margin-bottom: 0.5em;
  overflow: auto;
}

.gallery-item-img {
  float:left;
  background-color: #666d78;
  margin-right: 1em;
  border-radius: 5px;
  width: 256px;
  max-width: 100%;
  height: fit-content;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
}

.gallery-item-img img {
  object-fit: contain;
  width: 100%;
  height: auto;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-item-info h2 {
  margin-top: 0em;
}

.gallery-item-info p {
  line-height: 1em;
  font-size: 1em;
}