@import url(https://fonts.bunny.net/css?family=alumni-sans:600);

* {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid
}

html {
    -webkit-text-size-adjust: 100%;
    font: 1.2em 'Alumni Sans', sans-serif;
}

body {
    margin: 0;
    background-color: #000;
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: url(../img/background.jpg)
}

.main-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh
}

a {
    text-decoration: inherit;
}

a:visited {
    color: inherit;
}

h1 {
    font-weight: 800;
    font-size: 2rem;
    line-height: 1;
    color: #c3e9ff
}

p {
    margin: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

li {
    display: flex;
    position: relative;
    align-items: center;
    border-top-width: 1px;
    border-bottom-width: 0;
    gap: .75rem;
    padding: 1.25rem 1rem;
    border-color: rgb(51 65 85);
    -moz-transition: background .2s ease-in;
    -o-transition: background .2s ease-in;
    -webkit-transition: background .2s ease-in;
    transition: background .2s ease-in;
}

li:hover {
    background-color: #622290;
}

li>p {
    font-weight: 600
}

li>img {
    width: 2.25rem;
    display: inline-block
}

:link {
    color: inherit;
}

ul {
    position: relative;
    align-items: center
}

[hidden] {
    display: none
}

img {
    max-width: 100%;
    height: auto
}

.flex {
    display: flex
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-top {
    padding-top: 4em;
}

.justify-between {
    justify-content: space-between;
}

.gap-10 {
    gap: 2rem
}

.main-links {
    border-radius: .5rem;
    background-color: rgb(30 41 59);
    border-width: 2px;
    border-color: rgb(51 65 85);
    width: 91.666667%;
    max-width: 25rem
}

.main-links ul>:not([hidden])~:not([hidden]) {
    border-top-width: 1px;
    border-bottom-width: 0;
    border-color: rgb(51 65 85)
}

.pfp {
    border-radius: 9999px;
    height: 6rem;
    border-width: 2px;
    border-style: solid;
    border-color: #a438f0;
    margin-left: 1.4em;
}

.min-h-screen {
    min-height: 100vh;
    flex-direction: column
}

.px-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.text-intro {
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: justify
}

.text-slate-50 {
    color: rgb(248 250 252)
}

.sprite {
    background-image: url(../img/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
    float: left;
    clear: both;
    margin-right: 4px;
}

.sprite-download {
    width: 24px;
    height: 24px;
    background-position: -5px -5px;
}

.sprite-palette {
    width: 24px;
    height: 24px;
    background-position: -39px -5px
}

.sprite-back {
    width: 24px;
    height: 24px;
    background-position: -39px -39px
}

.color-picker {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
    line-height: 44px
}

.colors {
    display: table-row;
    border: 1px solid #000;
    text-align: center
}

.colors .color {
    text-align: right;
    vertical-align: bottom;
    color: #000
}

.color {
    display: table-cell;
    font-size: .8rem;
    height: 50px;
    padding: 0 7px;
    overflow: hidden
}

@media (min-width:640px) {
    .main-links {
        width: auto
    }

    .min-h-screen {
        margin-left: 2.5rem;
        justify-content: normal
    }

    .ref {
        width: auto;
        clear: both;
    }

    .px-4 {
        padding-left: 3rem;
        padding-right: 3rem;
    }

    li {
        padding-left: 3rem;
        padding-right: 3rem
    }
}

@media (min-width:1500px) {
    .min-h-screen {
        flex-direction: row
    }

    .ref {
        margin-top: 0
    }
}

@media (min-width:1024px) {
    .ref {
        margin-left: 2.5rem;
        clear: right
    }
}

.ref {
    padding: 2rem 2rem 1.5rem 2rem;
    transition: all .3s ease;
    opacity: 1;
    overflow: hidden;
    border-radius: .5rem;
    background-color: rgb(30 41 59);
    border-width: 2px;
    border-color: rgb(51 65 85);
    max-width: 60em;
    min-width: 20em;
}

input.hide-input {
    position: absolute;
    left: -999em
}

label.toggle {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    user-select: none;
    width: 100%
}

.main-links {
    display: block;
    position: relative;
    padding: 1em 3.5em .5em .7em;
    margin: 40px;
    overflow: hidden;
}

.main-links .text-intro {
    margin: 0 0 1em;
    -webkit-transform: translateX(1.5em) ;
    -moz-transform:    translateX(1.5em) ;
    -ms-transform:     translateX(1.5em) ;
    -o-transform:      translateX(1.5em) ;
    transform:         translateX(1.5em) ;
}

.evi-title {
    font-size: 4em;
    color: #fff;
    padding: .7em;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(270deg) translateX(-5em);
    -moz-transform:    rotate(270deg) translateX(-5em);
    -ms-transform:     rotate(270deg) translateX(-5em);
    -o-transform:      rotate(270deg) translateX(-5em);
    transform:         rotate(270deg) translateX(-5em);
    -webkit-transform-origin: 0em 0.5em;
    -moz-transform-origin:    0em 0.5em;
    -ms-transform-origin:     0em 0.5em;
    -o-transform-origin:      0em 0.5em;
    transform-origin:         0em 0.5em;
    white-space: nowrap;
    overflow: hidden;
}

.evi-title.subpage:hover {
    color: #622290;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
form {
    margin: 0.4em 0 0.4em;

}
form label {
    font-size: 1.3em;
}

.attributes {
    padding: 0;
    list-style-type: none;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0;
    float: left;
    width: 60%;
}

.attributes li {
    padding: 0.1em;
}

.attributes .attribute-data {
    display: flex;
}

.attributes .attribute-data .key {
    min-width: 5em;
    color: #bd6ff5;
    font-variant: small-caps;
    white-space: nowrap;
    line-height: 1.5rem;
}

.attributes .attribute-data .value {
    color: #fff;
    white-space: nowrap;
    line-height: 1.5rem;
    padding-left: 1em;
}

