/* AwesomeDude styles template for responsive author index */



/* Last modified February 1 2019 by Alien Son */


@import url(https://fonts.googleapis.com/css?family=Pacifico);


/* 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: #5D4E3B;
}

.container {
  position: relative;
  max-width: 592px;
  min-height: 50px;
  overflow: hidden;
  margin: 1.2em auto;
  background-color:;
  border: 1px solid #000;
/*  box-shadow: 2px 2px 5px #000000;*/
}


/* SECTION 1 - TITLE IMAGE */

#section1 {
  position: relative;
  max-width: 600px;
  height: auto;
  border: 0px solid #0000FF;
}

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


/* SECTION 2 - HEADINGS */

#section2 {
  position: relative;
  max-width: 592px;
  height: auto;
  border: 0px solid #228B22;
}

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

h1 {
  font-family: "Pacifico", serif;
  font-size: 2.2em;
  font-weight: bold;
  font-style: normal;
  color: #873529;
  line-height: 1.3;
  margin-top: 30px;
  text-shadow: 1px 1px #000, 0px 0px 7px #999999;
}

h2 {
  font-size: 1.1em;
  margin-top: 0.9em;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  font-style: normal;
  padding-top: 1.0em;
  padding-bottom: 2.0em;
}

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

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


/* SECTION 3 - STORY BUTTONS */

#section3 {
  position: relative;
  min-height: 50px;
  overflow: visible;
  border: 0px solid #7CFC00;
}

#section3 li {
  list-style: none;
  float: left;
}

#section3 ul li a {
  font-size: 12pt;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: rgba(0,0,0,.30);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 266px;
  height: 50px;
  margin: 0 4px 8px 4px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.30);
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

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



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

  .container {
    max-width: 450px;
  }


  #section3 ul li a {
    width: 195px;
    height: 70px;
  }
}



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

  .container {
    max-width: 300px;
  }

  #section3 ul li a {
    width: 270px;
    height: 50px;
  }
}
