body {
font-size : 14px;
color : #ffffff;
background-image : url(images/halloweenheader.jpg), url(images/halloweenbg1.jpg), url(images/halloweenbg2.jpg), url(images/halloweenbg.jpg);
background-repeat : no-repeat, repeat-y, repeat-x, repeat;
background-position : top left;
line-height : 30px;
font-weight : normal;
font-family : "Nova Mono", monospace;
letter-spacing : 2px;
text-align : justify;
margin-bottom : 10px;
}
.content {
width : 70%;
margin-right : auto;
margin-top : 480px;
margin-left : 2%;
padding-left : 20px;
}
h1 {
color : #CB7B8C;
  font-family: "Ruslan Display", system-ui;
font-size:36px;
}
#navigation {

	position:relative;

        width:60%;

	left:0px;

	top:40px;

  font-family: "Ruslan Display", system-ui;

        font-weight: 500;

        line-height:60px;

        padding-top:4px;

        padding-bottom:6px;

        padding-left:0px;

        overflow:hidden;

        text-align:center;opacity:0.6;

}



#navigation A:link { 

        text-decoration: none; 

        color:#ffffff;

	font-size: 22px;border-radius: 1000%;
        width: 40px;
        height: 40px; 
background-color:#372644;
        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;
        font-weight: 300;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

}



#navigation A:visited { 

        text-decoration: none; 
        color:#ffffff;border-radius: 1000%;
        width: 40px;
        height: 40px; background-color:#372644;

	font-size: 22px;

        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;
        font-weight: 500;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

}



#navigation A:active { border-radius: 1000%;
        width: 40px;background-color:#372644;
        height: 40px; 

        text-decoration: none; 

        color:#ffffff;

	font-size: 22px;

        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;
        font-weight: 500;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

}



#navigation A:hover { 

        text-decoration: none; 
        color:#B0BF46;border-radius: 1000%;
        width: 40px;
        height: 40px; background-color:#642726;

	font-size: 22px;

        letter-spacing:1px;
  font-family: "Ruslan Display", system-ui;

        font-weight: 500;

        padding-top:10px;

        padding-bottom:10px;

        padding-left:7px;

        padding-right:7px;

        -webkit-transition: opacity 0.5s linear;

        -webkit-transition: all 0.5s ease-out; 

        -moz-transition: all 0.5s ease-out;

        transition: all 0.5s ease-out;

        opacity:0.7;

}

a:link {
color : #AE7EA7;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:visited {
color : #AE7EA7;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:hover {
transition : 0.9s ease-out;
color : #D79C14;
cursor : pointer;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
a:active {
color : #AE7EA7;
text-decoration : none;
font-size : 14px;
letter-spacing : 1px;
font-family : "Nova Mono", monospace;
font-weight : 500;
}
b {
color : #D79C14;
font-family : "Salsa", cursive;
font-size : 14px;
}
i {
color : #DD6E50;
font-family : "Salsa", cursive;
font-size : 14px;
}
blockquote {
background-color : #352D40;
padding : 15px;
text-align : justify;
color : #E3E3E3;
font-style : italic;
border-radius : 40px;
opacity : 0.7;
}
@font-face {
font-family : 'Nova Mono';
font-style : normal;
font-weight : 400;
font-display : swap;
src : url(https://fonts.gstatic.com/s/novamono/v20/Cn-0JtiGWQ5Ajb--MRKfYA.ttf) format('truetype');
}