/*//------------------------------------------------------------------------
Coded by Aelyn and Cerine of Enamour.NU - Celestial Oracle Studio
DO NOT STEAL, USE, CLAIM, PLAGIARIZE, RIP,
REDISTRIBUTE, OR MODIFY OUR CODES AND CONTENTS!
-------------------------------------------------------------------------//*/


/*// FONTS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&family=Playfair+Display:ital@0;1&family=Margarine&family=Noto+Serif&family=Libre+Baskerville:ital@0;1&family=Love+Ya+Like+A+Sister&display=swap');

@font-face {
    font-family: "Willy";
    src: url(Willy.ttf) format("truetype");
}

@font-face {
    font-family: "Trujillo";
    src: url(Trujillo-Regular.ttf) format("truetype");
}


/*// GENERAL ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

body {
    padding: 0px;
    margin: 0px;
    color: #555;
    font: normal 1.1em 'Trujillo', sans-serif;
    background: url('bg_top.png') top center repeat-x,
        url('bg_foot.png') bottom center repeat-x,
        url('bg.png') top right repeat #f7f8ee;
    text-shadow: 1px 1px #fdfff2;
}

li {
    list-style-type: circle;
}

b,
strong {
    font-family: "Love Ya Like A Sister", cursive;
    font-weight: 400;
    font-style: bold;
    font-size: 1.2em;
    color: #004d99;
}

i {
    font: italic 1.2em "Margarine", sans-serif;
    color: #b41122;
}

u {
    font: normal 1.2em "Margarine", sans-serif;
    color: #e30020;
    text-decoration: underline dotted red;
}

h1 {
    font: normal 4em 'Willy', sans-serif;
    -webkit-text-stroke: 10px #37429c;
    color: #fcdf05;
    paint-order: stroke;
    text-align: left;
    line-height: 60px;
    margin: 0px;
    padding: 0px;
    text-indent: 50px;
    text-shadow: none;
    text-transform: uppercase;
}

section {
    background: url('bg_content.png') top center no-repeat transparent;
    padding: 30px 0px 30px 0px;
    display: block;
    color: #222;
    width: 800px;
    margin: 30px auto;
    text-align: center;
    text-shadow: 1px 1px #fdfff2;
}

section a:hover {
    text-shadow: 1px 1px rgba(0, 0, 0, .5);
}

header {
    height: 500px;
    width: 1440px;
    background: url('banner.png') top center no-repeat transparent;
}

div#wrap {
    margin: auto;
    padding: 0;
    width: 1440px;
}

div#content {
    padding: 0px 0px 0px 0px;
    width: 1440px;
    line-height: 30px;
}

main {
        display: inline-block;
        height: 100%;
        width: 1100px;
        line-height: 30px;
	text-align: justify;
	margin: 0 auto;
        padding: 0px 20px 50px 0px;
	}


/*// FORMS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

input,
select,
option {
    font: normal 1em 'Trujillo', sans-serif;
    background: #fcdf05;
    border: 0px;
    color: #222;
    padding: 0.5em;
    line-height: 20px;
    resize: none;
    width: 100%;
    float: none;
    box-shadow: 3px 3px #37429c;
}

textarea {
    font: normal 1em 'Trujillo', sans-serif;
    background: #fcdf05;
    border: 0px;
    color: #222;
    padding: 0.5em;
    width: 100%;
    resize: none;
    height: 150px;
    box-shadow: 3px 3px #37429c;
}


/*// LINKS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

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

a:link,
a:visited {
    font: normal 1.1em "Margarine", sans-serif;
    color: #e30020;
    transition: all, .5s;
    -moz-transition: all, .5s;
    -webkit-transition: all, .5s;
}

a:hover {
    text-decoration: none;
    color: #e0bf00;
    transition: all, .5s;
    -moz-transition: all, .5s;
    -webkit-transition: all, .5s;
}


/*// CLASS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

.text,
dd {
    font: normal 1.1em 'Trujillo', sans-serif;
    line-height: 35px;
    padding: 5px 10px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    letter-spacing: -.9px;
}

.content {
    background: url('bg_content.png') top center no-repeat transparent;
    padding: 30px 0px 30px 0px;
    display: block;
    color: #222;
    width: 750px;
    margin: 30px auto;
    text-align: center;
    text-shadow: 1px 1px #fdfff2;
}

.avatar {
    shape-outside: polygon(0% 0%, 69% 0, 70% 40%, 91% 40%, 98% 82%, 87% 100%, 0% 100%);
    background: url('icon.png') no-repeat transparent;
    width: 200px;
    height: 176px;
    float: left;
    padding: 10px;
}

.total {
    font: normal 6.5em "Libre Baskerville", serif;
    color: #004d99;
    text-shadow: 1px 1px rgba(255, 255, 255, .5);
}

.pending {
    font: bold 1.1em "Margarine", sans-serif;
    color: #b41122;
    text-shadow: 1px 1px rgba(255, 255, 255, .5);
}

.stat1 {
	shape-outside: margin-box;
        shape-image-threshold: 0.5;
        margin: 15px;
        padding: 40px 0 0 0;
        border-radius: 50%;
	width: 250px;
	height: 200px;
        background: url('bg_stats.png') center repeat #fdb338;
	box-shadow: #004d99 5px 5px;
        display: inline-block;
        text-align: center;
        text-shadow: none;
        color: #cb9743;

        }

.stat2 {
    display: inline-block;
    text-align: center;
    padding: 10px 15px 10px 15px;
    width: 400px;
}

.button {
    padding: 3px;
    background: #004d99;
    transition: all, .3s;
    -moz-transition: all, .3s;
    -webkit-transition: all, .3s;
}

.button:hover {
    background: #b41122;
    -ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
        transition: all, .3s;
}

.mod {
    background: #b41122;
    font: italic 1.1em "Libre Baskerville", serif;
    color: #fdfff2;
    width: 700px;
    padding: 10px;
    margin: 20px auto 50px auto; 
    height: 30px;
    aspect-ratio: 3/2;
    clip-path: polygon(var(--p) 0,100% 0,calc(100% - var(--p)) 100%,0 100%);
    margin: 0 auto;
    text-shadow: 1px 1px #222;
    text-align: center;
}

.mod a {
	color: #e0bf00;
        }

.mod a:hover {
	color: #fdfff2;
        }

.fan {
    display: inline-block;
    width: 150px;
    text-align: center;
    background: #b41122;
    color: #fdfff2;
    padding: 10px;
    line-height: 25px;
    margin: 10px;
    text-shadow: 1px 1px #222;
    border-radius: 5px;
}


/*// FOOTER ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

footer {
    background: url('footer.png') bottom center no-repeat;
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    bottom: 0px;
    overflow: auto;
}

.link a:link,
.link a:visited {
    background: #e30020;
    font: normal .9em "Margarine", sans-serif;
    color: #e0bf00;
    width: 120px;
    line-height: 15px;
    display: inline-block;
    padding: 5px;
    -webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05);
	transition: all 0.3s cubic-bezier(.10, .10, .10, .10);
    margin: 0 5px;
    text-shadow: 1px 1px #555;
    text-align: center;
    box-shadow: 3px 3px #37429c;
}

.link a:hover {
    color: #fdfff2;
}

.copyright {
    font: normal .9em 'Trujillo', sans-serif;
    color: #222;
    line-height: 25px;
    width: 1300px;
    text-align: center;
    text-shadow: 1px 1px #f1f1f1;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.copyright b {
    font: bold 1em "Margarine", sans-serif;
    color: #e0bf00;
}

.copyright a {
    font: bold 1em "Margarine", sans-serif;
    color: #004d99;
}

.copyright a:hover {
    font: bold 1em "Margarine", sans-serif;
    color: #e30020;
}


/*// NAVIGATION ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ //*/

nav {
        display: inline-block;
	float: left;
        width: 240px;
        text-align: center;
        padding: 20px;
	}

.menu a {
	display: inline-block;
    font: normal 2.5em 'Willy', sans-serif;
    -webkit-text-stroke: 10px #37429c;
    color: #fcdf05;
    paint-order: stroke;
    line-height: 60px;
    margin: 10px auto;
    padding: 0px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all, .3s;
    -moz-transition: all, .3s;
    -webkit-transition: all, .3s;
	}

.menu a:hover {
        color: #f9bf00;
        -ms-transform: scale(1.10);
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
        transition: all, .3s;
	}