﻿/* AwesomeDude styles template for responsive author index */

/* Updated 1 March 2025 */
/* Coded by Alien Son */


@font-face {
  font-family: AkariusItalic;
  font-display: swap;
  src: url(AkariusItalic.ttf) format("opentype");
}




/* Reset */

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

/* Basics */

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #fff;
}

.container {
  position: relative;
  max-width: 650px;
  height: auto;
  overflow: visible;
  margin: 1em auto 1em auto;
}

#title-image {
  max-width: 450px;
  margin: 0 auto;
}

img {
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4 {
  text-align: center;
}

h1 {
  font-family: "AkariusItalic", Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
}

h2 {
  font-family: "AkariusItalic", Verdana, Geneva, sans-serif;
  font-size: 2.2em;
  font-weight: normal;
  padding-top: 0em;
  padding-bottom: 1em;
}

h4 {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-top: 2em;
}

#blurb {
  position: relative;
  max-width: 630px;
  margin: 0 auto;
}

#blurb p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em;
  margin-bottom: 1.2em;
  text-align: justify;
}

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

/* stories */

#stories {
  position: relative;
  top: 20px;
  min-height: 50px;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 auto;
}

#stories li {
  list-style: none;
  float: left;
  margin: 0 3px;
}

#stories ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #000;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 50px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #000;
}

#stories ul li a:hover {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

/* Links */

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

a:hover,
a:visited:hover {
  text-decoration: none;
  color: #0000ff;
}

a:visited {
  text-decoration: none;
  color: #00FF00;
}

.credit {
  position: relative;
  margin-top: 2em;
}

.credit p {
  font-size: 0.6em;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 800px) {
  body {
    font-size: 16pt;
  }

  .container {
    max-width: 450px;
    min-height: 890px;
  }

  /* stories */

  #stories {
    max-width: 450px;
  }

  #stories ul li a {
    font-size: 11pt;
    width: 200px;
    margin: 0 2px 8px 2px;
  }
}

@media screen and (max-width: 500px) {
  body {
    font-size: 14pt;
  }

  .container {
    max-width: 255px;
    min-height: 970px;
  }

  /* stories */

  #stories {
    max-width: 250px;
    padding-left: 0px;
  }

  #stories ul li a {
    font-size: 10pt;
    width: 232px;
    margin: 0px 0px 8px 0px;
  }
}
