   .element {
            position:fixed;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    height: 35%;
            background-image: url('https://external-content.duckduckgo.com/iu/?u=https%3A%2F%2Fdanielilett.com%2Fimg%2Ftut3%2Fpart9-dither-example.jpg&f=1&nofb=1&ipt=f0574668a0f6b2e28c37da302b81caa27980e9eb0b71f2540c095d8d4fbff07c');
          mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
            opacity: 0.2;
       margin-bottom:-100vh;
            filter: sepia(100%) hue-rotate(50deg) saturate(2) brightness(1);
     z-index:-5;
        }
    

@font-face {                  
font-family: 'Nomaden';
src: url(https://vulpecula.neocities.org/css/Nomaden.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

@font-face {                  
font-family: 'LunaviePix';
src: url(https://vulpecula.neocities.org/css/LunaviePix.woff) format('woff');
font-weight: normal;
font-style: normal;
} 

body {
  background-color: #fcfae2;;
	background-position: top;
  font-family:  MS Gothic; monospace;
    font-size: 12px;
  margin: 0;
}

p {
  line-height: 1.6em; /*I find the default HTML line-height tends to be a bit claustrophobic for main text*/
}


::selection {
    background: #fffff0;
    color: #7d9267;
}

hr {
  border: solid #c7b591;
  border-width: 2px 0 0 0;
}

#card {
  margin-right:0px;
  margin-top:-0px;
  border-left:solid 2px #fffff0;
}

img {
  max-width: 100%;
  height: auto;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  image-rendering: pixelated;
}
.right {
  float: right;
  margin-left: 1em;
}
.left {
  float: left;
  margin-right: 1em;
}
.center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .small {
    max-width: 60%;
    height: auto;
  }
}
.caption {
  margin-top: 0;
  font-size: 0.9em;
  font-style: italic;
}

a:hover { 
  background-color: #fff6e6;
}

 h3, h4, h5 {
  font-family: LunaviePix;
   font-size:17px;
  color: #7d9267;
}

/*#CONTAINER is the rectangle that contains everything but the background!*/
#container {
  margin: 3em auto;
  width: 90%;
	max-width: 700px;
  color: #151515; 
}

#content {
  padding:5%;
  margin-top:20px;
 padding: 1em;
    border:1px dotted #000;
    background-color: #fffff0;
}

a {
  color:#111;
   padding:2px;
  text-decoration:underline dotted;
}

a:hover {
  background-color:#7d9267;
  color: white;
  padding:2px;
}

.banner {
    background-image: url('https://i.imgur.com/MFXYwPc.png');
  image-rendering:pixelated;
   filter: sepia(60%) hue-rotate(0deg) saturate(0.9) brightness(0.95) opacity(0.8);
    background-size: 100%;
  background-size: 130%;
    background-position: -250px -260px;
    height: 150px;
    border:1px dotted #000;
    margin-bottom: -10px;
mask-image: linear-gradient(to right, rgba(0,0,0,1), rgba(0,0,0,0));}

.bannertxt {
  image-rendering:pixelated;
   filter: sepia(90%) hue-rotate(0deg) saturate(1);
  position:absolute;
  z-index:2;
    height: auto;
margin-top:10px;
margin-left:340px;}

h5{ 
   letter-spacing:1px;
  font-family:LunaviePix;
  color:#fcfae2;  
  padding: 0.5% 1%;
  margin-left:-20px;
  font-size:22px;
  width:103%;
  background-color: #7d9267;
margin-bottom:-1px;}

h1{ 
  letter-spacing:1px;
  font-family:LunaviePix;
  color:#fcfae2;  
  padding: 0.5% 1%;
  margin-left:-20px;
  font-size:22px;
  width:103%;
  background-color: #111;
opacity:0.8;}

h2{
margin:0.5em;
padding:0.3em;
font-family: "Nomaden"; 
font-size:80px;
color:#111;
position:relative;
margin-left:-15px;
margin-top:-105px;
  margin-bottom:-10px;
opacity:0.85;}

/*HEADER STYLE*/
#header {
  font-family:LunaviePix;
  background-color: #7d9267;
  padding: 0 5%;
  margin-bottom:5px;
}
#header ul {
  list-style-type: none;
  padding: 0.5em 0;
  margin: 0;
}
#header li {
  font-size: 1.2em;
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0.2em;
  margin-top: 0.2em;
}
#header li a {
  color: white;
  text-decoration: none;
  background-color: inherit;
}
#header li a:hover {
  text-decoration: underline;
}

/*POST LIST STYLE*/
#postlistdiv ul {
  font-size: 1em;
  padding: 0;
  list-style-type: none;
}
#recentpostlistdiv ul {
  font-size: 1em;
  padding: 0;
  list-style-type: none;
}
.moreposts {
  font-size: 0.8em;
  margin-top: 0.2em;
}

blockquote {
   position: relative;
  margin-left:20px;
  padding-left: 1em;
  border-left:3px solid #7d9267;
}
/*NEXT AND PREVIOUS LINKS STYLE*/
#nextprev {
  text-align: center;
  margin-top: 1.4em;
  padding:0.5em;
}

/*DISQUS STYLE*/
#disqus_thread {
  margin-top: 1.6em;
}

/*FOOTER STYLE*/
#footer {
  font-size: 0.8em;
  padding: 0 5% 10px 5%;
}