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

/* Updated on 20 July 2024 by Alien Son */


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

/* Reset */

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

/* Basics */

body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #e5d7df;
}

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

header {
  position: relative;
  max-width: 750px;
  height: auto;
}

.index-image {
  position: relative;
  max-width: 502px;
  margin: 1.7em auto 0 auto;
}

img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 25px 5px #754d64;
}

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

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  padding-top: 0;
}

h2 {
  font-family: 'GroverdaleExpandedItalic', Arial, Helvetica, sans-serif;
  font-size: 2.0em;
  font-weight: normal;
  font-style: normal;
  padding-top: .5em;
}

h3 {
  font-size: .7em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: 2em;
}

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

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

/* list */

#list {
  position: relative;
  top: 0;
  max-width: 750px;
  min-height: 50px;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 auto;
}

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

#list 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: 165px;
  height: 50px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #000;
}

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

/* BIO */

#bio {
  position: relative;
  max-width: 550px;
  min-height: 100px;
  overflow: hidden;
  padding-left: 0;
  margin: 1.5em auto;
}

#bio p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  text-align: center;
  text-indent: 0;
}

/* 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;
  }

  h1 {
    margin-top: 20px;
  }

  /* list */

  #list {
    max-width: 450px;
  }

  #list ul li a {
    width: 180px;
    margin: 0 2px 8px 2px;
  }

  /* BIO */

  #bio {
    max-width: 450px;
  }
}

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

  .container {
    max-width: 255px;
  }

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

  h1 {
    line-height: 1.2;
  }

  h2 {
    padding-top: .5em;
  }

  /* list */

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

  #list ul li a {
    width: 232px;
    margin: 0 0 8px 0;
  }
}
