/*/
 * ==============================================================================================
 *
 * Copyright (c) by Aelyn <https://aelysia.net> and Cerine <https://caelestis.nu>
 *
 * This domain exists in a state of continual development, and its governing codes
 * are subject to ongoing revision. While critical study and analytical engagement
 * are permitted, any form of reproduction, appropriation, or misattribution of
 * this work is strictly prohibited.
 *
 * ==============================================================================================
/*/


/*/
 * ================================
 >>> FONTS
 * ================================
/*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&family=Playfair+Display:ital@0;1&family=Fira+Sans&family=Noto+Serif&family=Libre+Baskerville:ital@0;1&family=Special+Elite&display=swap');

@font-face {
    font-family: "Trujillo";
    src: url("https://enamour.nu/assets/fonts/Trujillo-Regular.ttf") format("truetype");
}


/*/
 * ================================
 >>> GLOBALS
 * ================================
/*/

* {
    box-sizing: border-box;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    background: #f2ede1;
    color: #4f5152;
}

b,
strong {
    font: bold 1.1em "Noto Serif", serif;
    color: #b2b7a3;
    text-shadow: none;
}

i {
    font: italic 1.1em "Libre Baskerville", serif;
    color: #b8b9b2;
}

u {
    font: normal 1.1em "Playfair Display", serif;
    color: #37393b;
    text-decoration: none;
    border-bottom: 1px solid #763112;
}

p {
    margin: 0;
    padding: 0 0 16px;
    line-height: 1.7em;
}

h1,
h2,
h3,
h4 {
    font-size: 150%;
    padding: 7px 0 5px;
    margin: 0 0 12px;
    font-weight: normal;
    color: #37393b;
    font-family: serif;
}

h1,
h3 {
    text-transform: uppercase;
    margin: 10px 0 20px;
    padding: 5px 20px 5px 0;
    border-bottom: 1px solid #c7b99e;
}

.center {
    display: block;
    margin: 0 auto;
    text-align: center;
}

ul {
    margin: 2px 0 18px 16px;
    padding: 0;
}

ul li {
    list-style: square;
    margin: 0 0 6px;
    padding: 0;
}

ol {
    margin: 8px 0 0 24px;
    padding: 0;
}

ol li {
    margin: 0 0 11px;
    padding: 0;
}


/*/
 * ================================
 >>> HEADER / BANNER
 * ================================
/*/

header > #logo,
main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

main {
    width: 1200px;
    flex: 1;
    margin-top: 10px;
    font: normal 1.1em 'Trujillo', sans-serif;
    line-height: 30px;
    padding: 20px 0 15px;
}

header {
    width: 100%;
    height: 300px;
    background:
        url(logo.png) no-repeat top center,
        url(back.png) repeat-x;
    background-size:
        100% auto,
        auto;
    border-bottom: 4px solid #b2b7a3;
}

#logo {
    width: 1200px;
    height: 300px;
    margin: auto;
    position: relative;
}

#logo_text {
    position: absolute;
    top: 70px;
    left: 0;
}

#logo h1 {
    font: normal 300% "Century Gothic", Arial, sans-serif;
    border: 0;
    margin: 0;
    padding: 22px 0 0;
    color: #777;
}

#logo h1 a {
    color: #777;
    text-decoration: none;
    letter-spacing: .1em;
    border: 0;
}

.logo_colour {
    color: #b2b7a3;
}

#logo h1 a:hover .logo_colour {
    color: #777;
}

.tagline {
    font: normal 120% "Century Gothic", Arial, sans-serif;
    margin: 0;
    padding-top: 4px;
    color: #BBB;
}


/*/
 * ================================
 >>> NAVIGATION
 * ================================
/*/

nav {
    position: absolute;
    bottom: 35px;
    right: 0;
    width: auto;
}

.menu {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    margin: 5px 0 0;
    padding: 0;
}

.menu li {
    list-style: none;
}

.menu li a {
    display: block;
    padding: 9px 22px 5px 16px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: .1em;
    border: 0;
}

.menu li.selected {
    margin-top: 7px;
    background: #37393b url(tabs.png) no-repeat;
}

.menu li.selected a {
    padding: 7px 22px 4px 16px;
    background: #37393b url(tabs.png) no-repeat 100% 0;
}

.menu li a:hover {
    color: #A4AA04;
}




/*/
 * ================================
 >>> STATS
 * ================================
/*/

.avatar {
    shape-outside: polygon(0 0, 89% 0, 65% 33%, 99% 43%, 81% 71%, 51% 100%, 0 100%);
    background: url('icon.png') no-repeat transparent;
    width: 150px;
    height: 150px;
    float: left;
    padding: 10px;
}

section {
    width: 750px;
    text-align: justify;
    margin: 50px auto;
    display: block;
}

.total {
    display: inline-block;
    font: normal 6.5em "Libre Baskerville", serif;
    color: #b8b9b2;
}

.pending {
    font: bold 1.1em "Noto Serif", serif;
    color: #5a7168;
}

.stat1 {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 250px;
}

.stat2 {
    border-image: url('bg_stat.png') 30 fill round;
    display: inline-block;
    text-align: center;
    padding: 30px;
    width: 400px;
}


/*/
 * ================================
 >>> LINKS
 * ================================
/*/

a,
a:hover {
    border-bottom: 1px dotted;
    color: #4f5152;
    text-decoration: none;
}

a:hover {
    border-bottom: 1px solid;
    color: #b2b7a3;
}

a {
    outline: none;
}


/*/
 * ================================
 >>> FORMS
 * ================================
/*/

input,
select,
option {
    font: normal 1em 'Trujillo', sans-serif;
    background: url("bg_pat.png") repeat #e3dbc7;
    border: 0;
    color: #4f5152;
    padding: 0.5em;
    line-height: 20px;
    resize: none;
    width: 100%;
}

textarea {
    font: normal 1em 'Trujillo', sans-serif;
    background: url("bg_pat.png") repeat #e3dbc7;
    border: 0;
    color: #4f5152;
    padding: 0.5em;
    width: 100%;
    resize: none;
    height: 150px;
}


/*/
 * ================================
 >>> CLASS / ID
 * ================================
/*/

.content {
    background: url('bg_content.png') top center no-repeat transparent;
    display: block;
    color: #37393b;
    width: 900px;
    margin: 30px auto;
    text-align: center;
    text-shadow: 1px 1px #eee;
}

.codes {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.button {
    padding: 3px;
    background: #b2b7a3;
    transition: all 0.3s;
}

.button:hover {
    background: #c7b99e;
}

.mod {
    background: url('bg_panel.png') top center repeat #e3dbc7;
    color: #222;
    width: 600px;
    padding: 10px;
    margin: 10px auto;
    text-align: center;
    text-shadow: 1px 1px #eee;
    clip-path: polygon(2% 0%, 100% 0%, 98% 100%, 0% 100%);
    filter: drop-shadow(3px 3px 0 #222);
}

.fan {
    border-image: url('bg_fan.png') 30 fill round;
    display: inline-block;
    width: 200px;
    height: inherit;
    text-align: center;
    text-shadow: 1px 1px #eee;
    color: #222;
    padding: 20px;
    line-height: 25px;
    margin: 10px;
}




/*/
 * ================================
 >>> FOOTER
 * ================================
/*/

footer {
    width: 100%;
    height: 80px;
    padding: 20px 0 4px;
    background: #37393b;
    border-top: 4px solid #b2b7a3;
    color: #b8b9b2;
    font-family: sans-serif;
    font-size: 90%;
    text-align: center;
    text-transform: uppercase;
}

footer a {
    color: #b8b9b2;
    border: 0;
}

footer a:hover {
    color: #e8ded1;
}

footer small {
    display: block;
    width: 1200px;
    margin: 0 auto;
}