/* AwesomeDude styles template for Rick Becl serial index */


/* Version 1, January 20 2023 by John Silby (Alien Son) */


@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');


/* Reset */

* {
  margin: 0;
  padding: 0;
  border: 0;
  text-decoration: none;
}


/* Basics */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  line-height: 1.2;
  color: #000;
  background-color: #C4BBB4;
  padding-top: 8px;
}

.container {
  position: relative;
  max-width: 1000px;
  height: auto;
  margin: 1.5em auto;
  text-align: center;
}

.title-image {
  position: relative;
  max-width: 1920px;
}

img {
  width:100%;
  height: auto;
  box-shadow: 0px 0px 15px #000;
}

#title {
  position: relative;
  width: 100%;
  min-height: 150px;
  text-align: center;
}


h1 {
  font-family: 'Special Elite', sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.0;
  color: #6F6258;
  text-shadow: 2px 2px #000;
  padding-top: 0.75em;
  text-align: center;
}

h2 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 1.3em;
  padding-bottom: 1em;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  font-style: normal;
  color: #39322D;
  padding-top: 1.5em;
  padding-bottom: 0.2em;
  text-align: center;
}

header {
  color: #18566F;
  width: 100%;
  margin-bottom: 2em;
  height: auto;
}

.stories {
  width: 100%;
  margin: 1em auto;
  max-width: 1335px;
  border: 0px solid #00FA9A;
  border-radius: 0px;
  background: transparent;
  padding-top: 0px;
  padding-left: 0px;
  display: inline-block;
}

.stories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.stories li {
  list-style: none;
  float: left;
}

.stories ul li a {
  font-size: 0.8em;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: #B5AAA1;

/*  background-color: rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 180px;
  height: 30px;
  margin: 0px 5px 10px 5px;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 7px;
}


.stories ul li a:hover {
  background-color: #FFFF00;
  color: #000;
}

.stories ul li a:visited {
  background-color: #9F9084;
  color: #000;
}

.stories ul li a:visited:hover {
  background-color: #ffff00;
  color: #000;
}

.last {
  margin-top: 50px;
}

/* Links */

a:link {
  text-decoration: none;
  color: #000000;
}

a:hover, a:visited:hover {
  text-decoration: none;
  color: #32CD32;
}

a:visited {
  text-decoration: none;
  color: #4A413A;
}

.credit {
  font-size: 0.8em;
  font-weight: bold;
  padding: 0.5em 0;
}

@media screen and (max-width: 825px) {

#title {
  min-height: 125px;
}

h1 {
  font-size: 3em;
}

h3 {
  font-size: 1.2em;
}

}


@media screen and (max-width: 500px) {

#title {
  min-height: 100px;
}

h1 {
  font-size: 2.5em;
}

h3 {
  font-size: 1em;
}

}