/*//------------------------------------------------------------------------
		AELYSIA.NET - PART OF THE HEAVENLY DIVINE NETWORK
		DO NOT STEAL, USE, CLAIM, PLAGIARIZE,
		REDISTRIBUTE, OR MODIFY OUR CODES AND CONTENTS!
-------------------------------------------------------------------------//*/







/*--------------------------------------------------------------
>>> FONTS:
----------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);






/*--------------------------------------------------------------
>>> GENERAL:
----------------------------------------------------------------*/

body, html {
        font: normal 1em 'Fira Sans', sans-serif;
        padding: 0;
	margin: 0px;
	color: #ddd;
        background: url('bg_top.png') center top repeat-x,
                    url('bg_foot.png') repeat-x bottom center,
        	    url('bg.png') repeat;
        line-height: 30px;
        text-shadow: 0px 0px 6px rgba(5, 5, 4, 0.7);
        }

td, div {
	color: #a2a2a2;
	margin: 0px;
        text-align: justify;
	line-height: 30px;
        }

b, strong {
	color: #8ebcbd;
        text-transform: uppercase;
	}

i {
	color: #8ebcbd;
        text-decoration: none;
	}

u {
	color: #8ebcbd;
        text-decoration: none;
        border-bottom: 1px dotted #dddddd;
	}






/*--------------------------------------------------------------
>>> LINKS:
----------------------------------------------------------------*/

a {
	cursor: default;
        text-decoration: none;
        transition: all, .5s;
        -moz-transition: all, .5s;
        -webkit-transition: all, .5s;
        }

a:link, a:visited {
	font: normal .5em;
	color: #1c9797;
        text-decoration: none;
	}

a:hover {
	color: #d5ecf2;
        cursor: help;
	}











/*--------------------------------------------------------------
>>> FOOTER:
----------------------------------------------------------------*/

.link a:link, .link  a:visited {
        font: bold 0.7em 'Fira Sans', sans-serif;
        color: #ddd;
	letter-spacing: .2em;
        background: #343434;
	line-height: 15px;
	padding: 5px;
        margin: 5px;
        width: 100px;
	display: inline-block;
        border: 0px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
	text-shadow: 1px 1px #0a0a0a;
        border-radius: 20px;
        border-right: 5px solid #fff;
	}

.link a:hover {
        color: #ddd;
        background: #525252;
	}

.copyright {
        font: normal .7em 'PT Sans Narrow', sans-serif;
        color: #343434;
        letter-spacing: 1px;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none;
        text-shadow: none;
        background: rgba(255, 255, 255, 0.7); ;
        width: 900px;
        text-align: center;
        }

.copyright a, .copyright b {
        font: bold 1em 'PT Sans Narrow', sans-serif;
        color: #1c9797;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-shadow: 1px 1px #333;
        }










/*--------------------------------------------------------------
>>> CLASS:
----------------------------------------------------------------*/

.stats {
        font: normal 5.5em 'Fira Sans', serif;
        width: 210px;
        height: 210px;
        border-radius: 50%;
        background: #8ebcbd;
        line-height: 250px;
        text-align: center;
        letter-spacing: 0px;
        color: #343434;
        text-shadow: 1px 1px #ddd;
        display: inline-block;
        margin: 10px;
	}

.stats b {
	color: #343434;
        }

.stats span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        margin-top: -80px;
	}

.stats font {
        text-transform: uppercase;
        color: #343434;
        text-shadow: none;
	}








/*--------------------------------------------------------------
>>> NAVIGATION:
----------------------------------------------------------------*/

#nav a:link, #nav a:visited, #nav a:active {
        font: normal 1.2em 'Fira Sans', sans-serif;
        color: #343434;
	letter-spacing: 0px;
        font-variant: small-caps;
	display: inline-block;
        text-align: center;
        text-transform: lowercase;
        text-decoration: none;
	text-shadow: none;
        text-shadow: 1px 1px #aaa;
        width: 110px;
	}

#nav a:hover {
        color: #fff;
	}