/* AwesomeDude Template for story pages styles */

/* Last modified April 4 2014 by John Silby (Alien Son) */











/* Reset */

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




/* Basics */

body {
  margin: 50px auto;
  padding-bottom: 0px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16pt;
  line-height: 1.5;
  color: #fff;
  background-color: #1c1c1d;
}


.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.title {
  width: 50%;
  margin-top: 50px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  height: 350px;
  background-color: #1c1c1d;
  background-image: url(handgun.jpg);
  background-position: right top;
  background-repeat: no-repeat;
  border: 0px solid #7B68EE;
  border-radius: 10px;
  box-shadow: 3px 3px 5px 2px #000000;
}


h1, h2, h3, h4, h5 {
  font-weight: normal;
  font-style: normal;
  text-align: left;
  margin-left: 50px;
}


h1 {
  font-size: 36pt;
  padding-top: 60px;
  line-height: 1.2;
  color: #7b68ee;
}

h2 {
  font-size: 18pt;
  padding-top: 15px;
  padding-bottom: 10px
}


h3 {
  font-size: 12pt;
  padding-top: 30px
}


h4 {
  font-size: 12pt
}


h5 {
  font-size: 17pt;
  padding-bottom: 40px
}


p {
  font-weight: normal;
  margin-bottom: 25px;
  text-indent: 35px;
}




/* Links */

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


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


a:visited {
  text-decoration: none
}




/* Special formatting */

.divider {
  font-size: 16pt;
  text-align: center;
  margin: 40px 0 25px 0
}


.end {
  text-indent: 0;
  text-align: center;
  padding-top: 30px
}


.indent-first-line {
  text-indent: 30px
}


.indent-all {
  margin-left: 30px
}


.b {
  font-weight: bold;
}


.i {
  font-style: italic;
}


.n {
  font-style: normal
}


.c {
  text-align: center;
}


.note {
  font-style: italic;
  width: 80%;
  margin: 40px auto 20px auto;
  background-color: #005685;
  padding: 20px 15px 10px 15px;
  border-radius: 5px
}


.quote-indent-normal {
  margin-bottom: 20px;
  margin-left: 30px
}


.quote-indent-normal p {
  margin-bottom: 0;
  font-style: normal;
}


.quote-indent-italic {
  margin-bottom: 20px;
  margin-left: 30px;
}


.quote-indent-italic p {
  margin-bottom: 0;
  font-style: italic;
}


#image {
  margin: 0 auto;
  text-align: center
}


sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  top: -0.5em
}