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

/* Updated 3 October 2025 */
/* Coded by Alien Son */


@font-face {
  font-family: Aribola;
  font-display: swap;
  src: url(Aribola.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: #fff;
  background-color: #242260;
}

.container {
  position: relative;
  max-width: 750px;
  height: auto;
  overflow: visible;
  margin: 1.0em auto;
  border: 0px solid #9400d3;
}

/* TITLE IMAGE */

.title-image {
  max-width: 750px;
  margin: 1em auto;
}

img {
  max-width: 100%;
  height: auto;
  box-shadow: 3px 3px 25px #000;
}

/*HEADER */

header {
  position: absolute;
  top: 2em;
  left: 2em;
  padding-top: 0px;
  padding-bottom: 1em;
  width: 750px;
  height: auto;
  border: 0px solid #228b22;
}

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

h1 {
  color: #fff;
  font-size: 1.7em;
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
  padding-top: 0.3em;
  text-shadow: 0px 0px 7px #000;
}

h2 {
  font-size: 0.7em;
  font-weight: bold;
  font-style: normal;
  padding-top: 1em;
}

h3 {
  font-family: "Aribola", Arial, Helvetica, sans-serif;
  font-size: 2em;
  font-weight: bold;
  padding-top: 0.5em;
  padding-bottom: 0em;
}

h4 {
  font-size: 0.7em;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  padding-top: 2em;
}

/* STORIES */

.stories {
  position: absolute;
  top: 15em;
  left: 2em;
  max-width: 750px;
  min-height: 50px;
  overflow: hidden;
}

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

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

.stories ul li a {
  font-size: 0.7em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 140px;
  height: 35px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #fff;
}

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

/* LINKS */

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

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

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

/* IMAGE CREDIT */

.credit {
  margin: 0 auto;
}

.credit p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.5em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}

/* POSTED DATE */

.posted-date {
  margin: 0 auto;
}

.posted-date p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6em;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0.7em;
}



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

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

  header {
    top: 0em;
    left: 1em;
  }

  h2 {
    padding-top: 0.5em;
  }

  .stories {
    top: 8em;
    left: 1em;
    max-width: 450px;
  }

  .stories ul li a {
    width: 130px;
  }
}



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

  .container {
    max-width: 255px;
    min-height: 460px;
    margin: 0.5em auto;
    padding-bottom: 1em;
  }

  .title-image {
    max-width: 255px;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }

  header {
    position: relative;
    max-width: 250px;
    height: auto;
    top: 0;
    left: 0;
  }

  h1 {
    font-size: 1.5em;
    line-height: 1.2;
    margin-top: 0;
    text-align: center;
  }

  h2 {
    font-size: 0.8em;
    padding-top: 0.5em;
    text-align: center;
  }

  .stories {
    position: relative;
    top: 0;
    left: 0;
    max-width: 250px;
    padding-left: 0px;
  }

  .stories ul li a {
    width: 232px;
    margin: 0px 0px 8px 0px;
  }

  .credit {
    margin-top: 1em;
  }
}
