/*
    do not judge my css i stg
    version: 13
*/

@font-face {
    font-family: RainyHearts;
    src: url(fonts/rainyhearts.ttf);
}

@font-face {
    font-family: NotoEmoji;
    src: url(fonts/NotoEmoji.ttf);
}

html, body {
    height: 100%;
}

body {
    font-family: RainyHearts;
    color: #f0f8ff;
    align-content: center;
    background-image: url(img/background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    cursor: url('img/trans-normal.png'), auto;
    margin: auto;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -32px;
}

.name-blue {
    color: skyblue;
}

.name-pink {
    color: pink;
}

.name-white {
    color: white;
}

h1 {
    font-size: 48pt;
    font-weight: 500;
    font-family: RainyHearts;
    text-align: center;
    text-shadow: 2px 2px 8px #000;
    margin: 2px;
}

h2 {
    font-family: RainyHearts;
    text-align: center;
    font-size: 29pt;
    margin: 0 auto 5px auto;
    font-weight: 250;
    color: #F7649B;
}

h3 {
    margin: 0 0 5px 0;
    font-weight: 250;
    padding: 0;
    text-align: center;
}

h4 {
    margin: 1px;
    font-size: 26pt;
    font-weight: 500;
    text-align: left;
}

.box {
    margin: 0 auto 0.5em auto;
    width: fit-content;
    max-width: 1190px;
    background-color: #11031688;
    box-shadow: 0 0 8px rgba(10, 10, 10, 0.788);
    border-radius: 8px;
    padding: 15px;
    text-shadow: 1px 1px 5px #000;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-size: 22pt;
}

.button-box {
    margin: 0 auto 0.5em auto;
    max-width: 1056px;
    padding: 10px;
}

#secret-button-box {
    margin: 0 auto 0.5em auto;
    max-width: 704px;
    padding: 10px;
}

p {
    margin: 4px 0;
    line-height: 26px;
}

.p-center {
    text-align: center;
}

.p-small {
    font-size: 18pt;
}

.p-smaller {
    font-size: 16pt;
}

li {
    list-style-type: circle;
}

.gif {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 8px;
}

.flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: fit-content;
    max-width: 1164px;
}

.flex-container h3 {
    font-size: 28pt;
    text-align: center;
}

.flex-container img {
    border-radius: 8px;
    margin: 2px 6px 2px 6px;
    box-shadow: 0 0 4px #000;
    transform: scale(1) translateZ(0px);
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
}

.flex-container img:hover {
    transform: scale(1.04) translateZ(0px) translate3d(0px, 0px, 0px);
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    box-shadow: 0 0 6px lightpink;
    border-radius: 4px;
    outline: lightpink solid 1px;
}

.flex-container img:active {
    transform: scale(0.98) translateZ(0px) translate3d(0px, 0px, 0px);
    transition-duration: 50ms;
    transition-timing-function: ease-in-out;
    box-shadow: 0 0 6px white;
    border-radius: 4px;
    outline: white solid 1px;
}

a {
    color: #f0f8ff;
}

li a, #music a {
    text-decoration: none;
}

.icon {
    vertical-align: middle;
}

.footer {
    width: 100%;
    background-color: #11031688;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    font-family: RainyHearts;
    font-size: 18pt;
    font-weight: 250;
    text-align: center;
}

.footer, .push {
    height: 32px;
}

#bff {
    text-align: center;
}

#socials, #faves {
    width: 100%;
}

ul {
    margin-top: 5px;
}

#socials td {
    text-align: center;
}

#faves td {
    text-align: center;
    vertical-align: top;
}

hr {
    width: 100%;
    color: #492f66;
    border-color: #492f66;
    margin: 15px auto 20px auto;
    border-style: solid;
}

#about {
    max-width: 800px;
    text-align: justify;
}

.emoji {
    font-family: NotoEmoji;
    font-size: 24pt;
    font-weight: 500;
}

.small-emoji {
    font-family: NotoEmoji;
    font-size: 16pt;
}

.buttons {
    image-rendering: crisp-edges;
    image-rendering: pixelated;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    line-height: 0;
}

iframe {
    box-shadow: 0 0 4px #000;
    border-radius: 8px;
}

.artist {
    display: flex;
    margin: 10px auto 6px auto;
    border-radius: 8px;
}

small {
    font-size: 12pt;
    font-weight: 250;
    line-height: 12px;
}

.button {
    box-shadow: 0 0 5px #000;
    padding: 2px 9px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24pt;
    font-weight: 500;
    margin: 4px 8px;
    background-color: #2b1538;
    font-family: RainyHearts;
    color: #F7649B;
    border-radius: 8px;
    border: 2px #2F2153 solid;
}

.button:hover {
    box-shadow: 0 0 5px #fff;
    cursor: pointer;
    background-color: #F7649B;
    color: #2b1538;
    border: 2px #fff solid;
}

.button:active {
    box-shadow: 0 0 5px #F7649B;
    cursor: pointer;
    background-color: #fff;
    color: #2b1538;
    border: 2px #F7649B solid;
}

.on-page {
    background-color: #F7649B;
    color: #372242;
    border: 2px #fff solid;
    box-shadow: 0 0 5px #fff;
}

.on-page:hover {
    cursor: url('img/trans-normal.png'), auto;
}

.center-buttons {
    margin: 0 auto 0 auto;
    width: fit-content;
}
