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

/* Last Update 12 July 2024 */
/* Coded by Alien Son */






/* 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: 750px;
  height: auto;
  overflow: visible;
  margin: 1.0em auto 2.0em auto;
}

header {
  position: relative;
  max-width: 750px;
  height: auto;
  border: 0 solid #00bfff;
}

.index-image {
  position: relative;
  top: 0;
  max-width: 655px;
  margin: 0 auto;
  border: 0 solid #f0f;
}

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

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

h1 {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 2em;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  padding-top: 0;
  padding-bottom: 0.5em;
  color: #CC0000;
  text-shadow: 2px 2px 0px #000;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight: normal;
  font-style: normal;
  padding-top: 1em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 1em;
  color: #CC0000;
  text-shadow: 1px 1px 0px #000;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .7em;
  font-weight: bold;
  font-style: italic;
  padding-top: 2em;
}

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

ul.first {
  padding-bottom: 1.5em;
}

/* section3 */

.listing {
  position: relative;
  top: 1em;
  max-width: 750px;
  min-height: 50px;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 auto;
  border: 0 solid #00ff7f;
}

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

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

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

/* Links */

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

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

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

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

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

  h1 {
    margin-top: 20px;
  }

  .listing {
    max-width: 450px;
  }

  .listing ul li a {
    width: 180px;
    margin: 0 2px 8px 2px;
  }
}

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

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

  header {
    max-width: 250px;
    height: auto;
  }

  h1 {
    font-size: 1.8em;
    line-height: 1.2;
    margin-top: 0;
  }

  h2 {
    font-size: .8em;
    padding-top: .5em;
  }

  .listing {
    max-width: 250px;
    padding-left: 0;
  }

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