/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  background-color: #0a0c0f;
  color: antiquewhite;
}

img.banner {
    width: 100% \9;
}

footer {
  text-align: center;
  font-size: 10px;
}

h2,h3,h4,h5 {
  color: orange;
  text-transform: uppercase
}

hr {
  border-color: yellow;
}

p {
  margin-bottom: 24px
}

.disclaimer {
  font-style: italic;
  margin: 50px
}

.fading-post {
  margin-bottom: 5px;
  padding-bottom: 5px;
  max-height:240px;
  overflow:hidden;
  text-overflow: ellipsis;
  content: "";
  position:relative;
}

.fading-post:before {
  content:'';
  width:100%;
  height:100%;    
  position:absolute;
  left:0;
  top:0;
  background:linear-gradient(transparent 100px, #0a0c0f);
}
