/*//------------------------------------------------------------------------
 * Copyright            (c) 2009-2023
 * Author		Aelyn <http://aelysia.net>
 * No portion of this layout and contents should be reproduced, plagiarized, or duplicated in any manner.
-------------------------------------------------------------------------//*/







/*//------------------------------------------------------------------------
	FONTS
-------------------------------------------------------------------------//*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3&display=swap');
@import url(https://fonts.googleapis.com/css?family=Marvel);





/*//------------------------------------------------------------------------
        GENERAL
-------------------------------------------------------------------------//*/

html {
     	position: relative;
   	min-height: 100%;
}

body {
        font: normal 1.1em 'Source Sans 3', sans-serif;
        line-height: 30px;
        text-shadow: 1px 1px #eee;
        padding: 20px;
        background: url('bg2.png') top center repeat;
        color: #555;
    	margin: 0 0 150px; /* bottom = footer height */
	}

td, div {
        font: normal 1.1em 'Source Sans 3', sans-serif;
        line-height: 30px;
        text-shadow: 1px 1px #eee;
        }

b, strong {
	font: bold;
	color: #841c00;
	}

i, em {
	color: #841c00;
	font-style: italic;
	}

u {
	color: #841c00;
        text-decoration: underline wavy #444;
	}

span {
	text-transform: capitalize;
        }

img.thumb {
        border-top: 5px solid #841c00;
        border-bottom: 10px solid #841c00;
        background: #312c2a;
        width: 1000px;
        height: auto;
        }

.sup {
        font: normal 1.5em 'Marvel', sans-serif;
	text-align: center;
        text-transform: uppercase;
        letter-spacing: -1px;
        color: #dec5a9;
        text-shadow: 1px 1px #000;
        background: #312c2a;
        padding: 0px;
        margin: auto 300px;
        border-radius: 10px;
        width: 500px;
        height: 50px;
        line-height: 50px;
        left: 0;
    	bottom: 100px;
        position: fixed;
        z-index: 2;
        }

.content {
        font: normal 1.1em 'Source Sans 3', sans-serif;
        position: fixed;
    	left: 0;
    	bottom: 0;
    	height: 100px;
    	width: 100%;
        background: url('bg.png') top center repeat;
        color: #555;
        border-top: 10px solid #312c2a;
        padding: 20px 0px 0px 0px;
        margin: -30px 0px 0px 0px;
        z-index: 1;
	}


button.n, button.p {
        background: rgba(0, 0, 0, 0.5);
	border: none;
        color: #fff;
	white-space: nowrap;
        line-height: 40px;
        position: fixed;
        border-radius: 50px;
	padding: 5px;
        width: 60px;
        height: 60px;
        margin: 5px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 2em;
	z-index: 20;
	}

button.n {
    	left: 0;
    	bottom: 50%;
	}

button.p {
    	right: 0;
    	bottom: 50%;
	}

button.n:hover, button.p:hover {
	background: #841c00;
	}