/* AwesomeDude styles template for responsive author index */

/* Last modified June 22 2016 by John Silby (Alien Son) */


/* Reset */

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


/* Basics */

body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 18pt;
  line-height: 1.4;
  color: #000;
  background-color: #6F7A87;
}

.container {
  position: relative;
  max-width: 700px;
  height: 1027px;
  margin: 1.0em auto;
  background-image: url(index-image-700.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

header {
  position: relative;
  top: 20px;
  left: 0px;
  height: auto;
  color: #FFD700;
}

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

h1 {
  font-family: "Arial Rounded MT Bold";
  font-size: 2.5em;
  font-weight: normal;
  padding-top: 0em;
  text-shadow: 0px 1px 0px #000;
}

h2 {
  font-family: "Arial Rounded MT Bold";
  font-size: 1.0em;
  font-weight: normal;
  padding-top: .3em;
  text-shadow: 0px 0px 5px #555;
}

h3 {
  font-size: 0.7em;
  font-weight: bold;
  padding-top: .3em;
}

.stories {
  position: relative;
  top: 500px;
}

.stories li {
  list-style: none;
}

.stories ul li a {
  font-size: 14pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.70);
  display: block;
  width: 350px;
  margin: 0px auto 5px auto;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.30);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

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

/* Links */

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

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

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



@media screen and (max-width: 800px) {

body {
  font-size: 16pt;
  }

.container {
  width: 600px;
  height: 880px;
  background-image: url(index-image-600.jpg);

}
header {
  top: 5px;
}

.stories {
  top: 430px;
}
}


@media screen and (max-width: 650px) {

body {
  font-size: 14pt;
  }

.container {
  width: 450px;
  height: 660px;
  margin: 0.5em auto;
  background-image: url(index-image-450.jpg);
}

header {
  top: 0px;
}

.stories {
  top: 250px;
}

.stories ul li a {
  font-size: 12pt;
  width: 250px;
  padding: 10px;
}
}


@media screen and (max-width: 450px) {

body {
  font-size: 12pt;
  }

.container {
  max-width: 250px;
  height: 790px;
  margin: 0.5em auto;
  background-image: url(index-image-250.jpg);
}

header {
  top: 370px;
  color: #FFD700;
}

h1 {
  line-height: 1;
}

h2 {
  padding-top: .7em;
}

a:link {
  color: #FFD700;
}

a:hover, a:visited:hover {
  color: #CAD100;
}

.stories {
  top: 385px;
}

.stories ul li {
  width: 100%;
  margin: 3px 0px;
}

.stories ul li a {
  font-size: 12pt;
  width: 228px;
  margin: 0px 0px;
}
}