/* Simple CSS style file */
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background-color: rgb(14, 14, 14);
    position: relative;
    min-height: 100%;
    margin: 0;
    box-sizing: inherit;
}

footer {
    position: absolute;
    text-align: center;
    padding: 0px;
    right: 0;
    left: 0;
    bottom: 0;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    filter: brightness(93%);
    padding-top: 75px;
}

.textsplash {
    font-family: Garamond, serif;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 80px;
}

.textborder {
    margin: 0 auto;
    padding: 0.3em;
    width: 625px;
    background: rgb(15, 15, 15);
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.textborder2 {
    padding-top: 0em; /* For large monitors */
}

.flavortext {
    color: white;
    font-style: italic;
    text-shadow: 2px 2px 8px black;
    letter-spacing: 2px;
}

.freestandingtext {
    font-family: Garamond, serif;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 3px;
}

.skinnytext {
    color: white;
    font-style: normal;
    text-shadow: 1px 1px 8px white;
    letter-spacing: 2px;
}

.socialssplash {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 90px;
}

@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}

.socialsborder {
    margin: 0 auto;
    padding: 0.3em;
    background: rgb(15, 15, 15);
    text-align: center;
    border-radius: 5px;
    position: relative;
}

.socialsborder::after, .socialsborder::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle),red, magenta, blue, teal, lime, orange, red);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 5px;
    border-radius: 5px;
    animation: 3s spin linear infinite;
}

.socialsborder::before {
    filter: blur(2rem);
    opacity: 0.75;
}
@keyframes spin {
    from {
        --angle: 0deg;
    }
    to {
        --angle: 360deg;
    }
}

.linkspacing {
    line-height: 45%;
}

.copyrightspacing {
    line-height: 160%;
}

.supportme {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 205px;
}

.thicktext {
    color: white;
    font-style: bold;
    text-shadow: 2px 2px 8px black;
    letter-spacing: 2px;
}

.socialslinks {
    display: flex;
    justify-content: center;
    align-items: center;
}

.copyrighttext {
    font-family: Garamond, serif;
    color: white;
    text-align: center;
    width: 100%;
    bottom: 5px;
    z-index: -2;
}

a:link {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    filter: brightness(100%)
}

a:visited {
    text-decoration: none;
    color: white;
    filter: brightness(100%)
}

a:hover {
    text-decoration: none;
    color: white;
    filter: brightness(86.6%)
}

a:active {
    text-decoration: none;
    color: white;
    filter: brightness(73.3%)
}

.dummylink { /* Makes it so that the ko-fi logo doesn't get dark when you hover over it and click it */
    filter: brightness(100%) !important;
    filter: saturate(125%) !important;
    width: 100% !important;
    justify-content: center !important;
}

.mailtolink { /* Makes it so that the ko-fi logo doesn't get dark when you hover over it and click it */
    width: 100% !important;
    justify-content: center !important;
}

.privacytext {
    font-family: Garamond, serif;
    color: white;
    text-align: center;
    width: 100%;
}


@media only screen and (max-width: 359px) { /* Minimal smartphone screens */

.logo {
    transform: scale(0.4);
    padding-top: 0px;
    margin-bottom: -90px;
    margin-top: -5px;
}

.socialssplash {
    margin-top: 30px;   
}

.socialsborder {
    padding: 0.5rem;
    width: 280px;
    height: 280px;
}

.socialslinks {
    font-size: 0.73rem;
}

.socialslogo
{
    transform: scale(0.8);
}

.textborder {
    margin: 0 auto;
    width: 290px;
}

.textborder2 {
    padding-top: 0.2em;
}

.flavortext {
    text-shadow: 2px 2px 4px black;
    font-size: 0.84rem;
}

.thicktext {
    text-shadow: 2px 2px 4px black;
    font-size: 0.87em;
}

.thicktextspacer {
    line-height: 0% !important;
}

.skinnytext {
    font-size: 0.84rem;
}

.supportme {
    margin-top: 20px;
}

.copyrighttext {
    font-size: 0.87em;
}

.privacytext {
    font-size: 0.8rem;
    line-height: 100% !important;
}

.kofilogo
{
    transform: scale(0.4);
    margin-bottom: 0px;
    margin-top: -30px;
}

}

@media only screen and (min-width: 360px) { /* Regular smartphone screens */

.logo {
    transform: scale(0.48);
    padding-top: 0px;
    margin-bottom: -90px;
    margin-top: -10px;
}

.socialssplash {
    margin-top: 30px;   
}

.socialsborder {
    padding: 0.5rem;
    width: 320px;
    height: 320px;
}

.socialslinks {
    font-size: 0.83rem;
}

.socialslogo
{
    transform: scale(0.9);
}

.textborder {
    margin: 0 auto;
    width: 340px;
}

.textborder2 {
    padding-top: 0.2em;
}

.flavortext {
    text-shadow: 2px 2px 4px black;
    font-size: 0.90rem;
}

.thicktext {
    text-shadow: 2px 2px 4px black;
    font-size: 1.0em;
}

.thicktextspacer {
    line-height: 0% !important;
}

.skinnytext {
    font-size: 0.88rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.supportme {
    margin-top: 20px;
}

.copyrighttext {
    font-size: 0.87em;
}

.privacytext {
    font-size: 0.85rem;
    line-height: 100% !important;
}

.kofilogo
{
    transform: scale(0.6);
    margin-bottom: 0px;
    margin-top: -18px;
}

}

@media only screen and (min-width: 390px) { /* High-end smartphone screens */

.logo {
    transform: scale(0.51);
    padding-top: 0px;
    margin-bottom: -70px;
    margin-top: -10px;
}

.socialssplash {
    margin-top: 40px;
}

.socialsborder {
    padding: 0.5rem;
    width: 340px;
    height: 340px;
}

.socialslinks {
    font-size: 0.85rem;
}

.socialslogo
{
    transform: scale(0.93);
}

.textborder {
    margin: 0 auto;
    width: 375px;
}

.textborder2 {
    padding-top: 0.2em;
}

.flavortext {
    text-shadow: 2px 2px 4px black;
    font-size: 0.90rem;
}

.thicktext {
    text-shadow: 2px 2px 4px black;
    font-size: 1.05em;
}

.thicktextspacer {
    line-height: 0% !important;
}

.skinnytext {
    font-size: 0.88rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.supportme {
    margin-top: 30px;
}

.copyrighttext {
    font-size: 0.87em;
}

.privacytext {
    font-size: 0.85rem;
    line-height: 100% !important;
}

.kofilogo
{
    transform: scale(0.65);
    margin-bottom: -10px;
    margin-top: -13px;
}

}

@media only screen and (min-width: 600px) { /* Small tablets */

.logo {
    transform: scale(0.70);
    padding-top: 20px;
    margin-bottom: -70px;
    margin-top: 0px;
}

.socialssplash {
    margin-top: 50px;
}

.socialsborder {
    padding: 0.5rem;
    width: 420px;
    height: 420px;
}

.socialslinks {
    font-size: 0.95rem;
}

.socialslogo
{
    transform: scale(0.95);
}

.linkspacing {
    line-height: 55%;
}

.textborder {
    margin: 0 auto;
    width: 500px;
}

.textborder2 {
    padding-top: 0.2em;
}

.flavortext {
    text-shadow: 2px 2px 4px black;
    font-size: 1.25rem;
}

.thicktext {
    text-shadow: 2px 2px 6px black;
    font-size: 1.32em;
}

.thicktextspacer {
    line-height: 0% !important;
}

.skinnytext {
    font-size: 1.08rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.supportme {
    margin-top: 75px;
}

.copyrighttext {
    font-size: 0.93em;
}

.privacytext {
    font-size: 0.92rem;
    line-height: 120% !important;
}

.kofilogo
{
    transform: scale(0.75);
    margin-bottom: -5px;
    margin-top: -15px;
}

}

@media only screen and (min-width: 830px) { /* large tablets */

.logo {
    transform: scale(0.85);
    padding-top: 30px;
    margin-bottom: -70px;
    margin-top: 0px;
}

.socialssplash {
    margin-top: 50px;
}

.socialsborder {
    padding: 0.5rem;
    width: 560px;
    height: 560px;
}

.socialslinks {
    font-size: 1.0rem;
}

.socialslogo
{
    transform: scale(1.0);
}

.linkspacing {
    line-height: 65%;
}

.textborder {
    margin: 0 auto;
    width: 600px;
}

.textborder2 {
    padding-top: 0.2em;
}

.flavortext {
    text-shadow: 2px 2px 4px black;
    font-size: 1.45rem;
}

.thicktext {
    text-shadow: 2px 2px 6px black;
    font-size: 1.75em;
}

.thicktextspacer {
    line-height: 0% !important;
}

.skinnytext {
    font-size: 1.35rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.supportme {
    margin-top: 140px;
}

.copyrighttext {
    font-size: 0.93em;
}

.privacytext {
    font-size: 1.05rem;
    line-height: 120% !important;
}

.kofilogo
{
    transform: scale(0.95);
    margin-bottom: 0px;
    margin-top: 0px;
}

}

@media only screen and (min-width: 1025px) { /* Computer screens, TVs and proper monitors */

.logo {
    transform: scale(1.0);
    padding-top: 50px;
}

.socialssplash {
    margin-top: 50px;
}

.socialsborder {
    padding: 0.5rem;
    width: 625px;
    height: 625px;
}

.socialslinks {
    font-size: 1.0rem;
}

.socialslogo
{
    transform: scale(1.0);
}

.linkspacing {
    line-height: 65%;
}

.textborder {
    margin: 0 auto;
    width: 1000px;
}

.textborder2 {
    padding-top: 0.2em;
}

.flavortext {
    text-shadow: 2px 2px 8px black;
    font-size: 2.5rem;
}

.thicktext {
    text-shadow: 2px 2px 8px black;
    font-size: 2.0em;
}

.thicktextspacer {
    line-height: 0% !important;
}

.skinnytext {
    font-size: 1.55rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
}

.supportme {
    margin-top: 195px;
}

.copyrighttext {
    font-size: 1.0em;
}

.privacytext {
    font-size: 1.05rem;
    line-height: 120% !important;
}

.kofilogo
{
    transform: scale(1.0);
    margin-bottom: 0px;
    margin-top: 0px;
}

.freestandingtext {
    font-family: Garamond, serif;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: -20px;
}

}