/* AwesomeDude styles template for responsive author index */


/* Last update by Alien Son February 17 2023 */


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


/* 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: #2F6175;
}

.container {
  position: relative;
  max-width: 750px;
  min-height: 100px;
  overflow: hidden;
  margin: 1em auto;
  padding-bottom: 2.5em;
  background-color: #84B8F0;
  background-image: url(title-image-750.jpg);
  background-position: center 170px;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 2px 2px 30px 2px #000;
  border: 1px solid #000;
}

header {
  position: relative;
  width: 100%;
  height: 650px;
}

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

h1 {
  font-family: "Mr Dafoe", Georgia, serif;
  font-size: 3.3em;
  font-weight: 400;
  color: #000;
  text-shadow: 1px 1px 0px #777;
  line-height: 1.2;
  margin-top: 30px;
}

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

h3.first {
  font-size: .8em;
  font-weight: bold;
  margin-top: 0;
  padding-bottom: 1em;
}

h3.other {
  font-size: .8em;
  font-weight: bold;
  margin-top: 2em;
  padding-bottom: 1em;
}


/* STORIES */

.stories {
  position: relative;
  top: 1em;
  max-width: 750px;
  min-height: 100px;
  overflow: hidden;
  padding-left: 2px;
  margin: 0 auto;
}

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

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

.stories ul li a {
  font-size: 11pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
  height: 60px;
  margin: 0 auto 8px auto;
  padding: 6px;
  border-radius: 5px;
}

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



/* Links */

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

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

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



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

  .container {
    max-width: 450px;
    min-height: 1190px;
    background-image: url(title-image-450.jpg);
  }

header {
  height: 460px;
}

  h1 {
    font-size: 2.5em;
    margin-top: 20px;
  }


/* STORIES */

.stories {
  max-width: 450px;
  top: 0;
}

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


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

  .container {
    max-width: 255px;
    min-height: 1560px;
    background-image: url(title-image-300.jpg);
    background-position: center 120px;
  }

  header {
    max-width: 250px;
    height: 280px;
    margin-top: 25px;
  }

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

  }

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

h3.first {
  margin-top: 1em;
}


/* STORIES */

.stories {
  top: 1em;
  max-width: 250px;
  padding-left: 0px;
}

.stories ul li a {
  width: 200px;
  min-height: 70px;
  margin: 0px 0px 8px 0px;
}
}

