@font-face {
    font-family: Soft;
    src: url('../fonts/Fontie.ttf');
}

:root {
    --text-color: #3c3c3c;
    --anti-text-color: white;
    --link-color: #d270a2;
    --highlight-color: #ff99cc;
    --light-bg-color: #ffb3d9;
    --shadow-color: #989898;
    ;
}

[data-theme="light"] {
    --text-color: white;
    --anti-text-color: #3c3c3c;
    --link-color: #ff99cc;
    --highlight-color: #d270a2;
    --light-bg-color: #ffc4d9;
    --shadow-color: #d3d3d3;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color: var(--highlight-color);
}

button {
    color: var(--anti-text-color);
}

button:hover {
    color: var(--highlight-color);
}

.clear {
    clear: both
}

.floatr {
    float: right;
    position: relative;
}

.main {
    text-align: center;
}

.none {
    all: revert
}

.pix {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.vcentre {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

/* Slideshow stuff */
.slides {
    display: none;
    height: 100%;
    width: 100%;
}

.current {
    display: block;
}

#lemon {
    position: absolute;
    user-select: none;
    bottom: 24%;
    left: 2.5%;
}


/* Desktop */
@media (min-width: 1000px) {
    *:focus {
        outline: 2px dashed;
    }

    body {
        font-family: Soft;
        letter-spacing: 1px;
        color: var(--text-color);
        background-color: #ffcdcc;
        font-size: 32px;
        max-width: 750px;
        margin: auto;
        padding-bottom: 25px;
        overflow-x: hidden;
    }

    h1 {
        font-size: 84px;
        transform: translateY(-15px);
    }

    h2,
    h3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    h4 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    hr {
        border: none;
        background-color: var(--text-color);
        height: 1px;
        width: 750px;
        align-self: center;
    }

    hr#gallery {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #animate {
        position: absolute;
        width: 60px;
    }

    .art img {
        width: 177.5px;
        height: 177.5px;
        object-fit: cover;
        background-color: var(--light-bg-color);
        border: 5px solid var(--light-bg-color);
        float: left;
    }

    .btnflex {
        display: flex;
        justify-content: center;
    }

    .btnflex a {
        width: 200px;
        height: 200px;
        background-color: var(--light-bg-color);
        border-radius: 8px;
        margin: 15px;

        border: 5px solid var(--link-color);
    }

    .btnflex a:hover {
        border: 5px solid var(--highlight-color);
    }

    .btnflex a img {
        display: inline;
        width: 150px;
        height: 150px;
        margin: 2.5px;
        object-fit: contain;
    }

    /* For animate on hover */
    .btnflex a img.still,
    .btnflex a:hover img.anim {
        display: inline;
    }

    .btnflex a:hover img.still,
    .btnflex a img.anim {
        display: none;
    }

    .caption {
        width: 300px;
        margin-left: 12px;
        margin-left: 12px;
    }

    .colBtn {
        display: block;
        float: right;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        border: 1px solid var(--anti-text-color);
        background-color: var(--anti-text-color);
        cursor: pointer;
        padding: 0;

        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .kofiBtn {
        display: block;
        float: left;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        border: solid var(--anti-text-color);
        border-width: 2.5px;
        background-image: url('/img/Kofi.png');
        background-position: center;
        background-size: cover;
        cursor: pointer;
        padding: 0;

        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    .landscape {
        object-fit: contain !important;
    }

    .links {
        text-align: center;
        font-size: 36px;
        color: #ff99cc;
        background-color: var(--text-color);
        border-radius: 25px;
        padding: 5px;
        margin: 5px;

        position: relative;
        height: 100%;
    }

    .linksThinner {
        margin-left: 50px;
        margin-right: 50px;
    }

    .imgFlag {
        border-radius: 6px;
        height: 24px;
        transform: translateY(2px);
    }

    .imgMod {
        width: 300px;
        border: 6px solid #ff99cc;
        border-radius: 10px;
        margin-left: 5px;
        display: block;
        position: relative;
    }

    #imgAuthogonal {
        border-radius: 16px;
    }

    .slideButtonL {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        height: 20px;
        width: 20px;

        border-radius: 20%;
        border: 1px solid var(--text-color);
        background-color: var(--text-color);
        color: var(--anti-text-color);
        cursor: pointer;
        text-align: center;
    }

    .slideButtonR {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        height: 20px;
        width: 20px;

        border-radius: 20%;
        border: 1px solid var(--text-color);
        background-color: var(--text-color);
        color: var(--anti-text-color);
        cursor: pointer;
        text-align: center;
    }

    .title {
        text-shadow: 5px 5px var(--shadow-color);
    }

    hr.short {
        width: 500px
    }

    .smallText {
        font-size: 24px;
    }

    .tinyText {
        font-size: 12px;
    }

    #lemon {
        font-size: 12px;
    }
}

/* Phone */
@media (max-width: 1000px) {
    *:focus {
        outline: 0.2vw dashed;
    }

    body {
        font-family: Soft;
        letter-spacing: 0.1vw;
        color: var(--text-color);
        background-color: #ffcdcc;
        font-size: 3.2vw;
        max-width: 75vw;
        margin: auto;
        padding-bottom: 2.5vw;
        overflow-x: hidden;
    }

    h1 {
        font-size: 8.4vw;
        transform: translateY(-1.5vw);
    }

    h2,
    h3 {
        margin-top: 2vw;
        margin-bottom: 2vw;
    }

    h4 {
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    hr {
        border: none;
        background-color: var(--text-color);
        height: 0.1vw;
        width: 75vw;
        align-self: center;
    }

    hr#gallery {
        margin-top: 1vw;
        margin-bottom: 1vw;
    }

    #animate {
        position: absolute;
        width: 6vw;
    }

    .art img {
        width: 17.75vw;
        height: 17.75vw;
        object-fit: cover;
        background-color: #ffb3d9;
        border: 0.5vw solid #ffb3d9;
        float: left;
    }

    .btnflex {
        display: flex;
        justify-content: center;
    }

    .btnflex a {
        width: 20vw;
        height: 20vw;
        background-color: var(--light-bg-color);
        border-radius: .8vw;
        margin: 1.5vw;

        border: 0.5vw solid var(--link-color);
    }

    .btnflex a:hover {
        border: 0.5vw solid var(--highlight-color);
    }

    .btnflex a img {
        display: inline;
        width: 15vw;
        height: 15vw;
        margin: 0.25vw;
        object-fit: contain;
    }

    /* For animate on hover */
    .btnflex a img.still,
    .btnflex a:hover img.anim {
        display: inline;
    }

    .btnflex a:hover img.still,
    .btnflex a img.anim {
        display: none;
    }

    .caption {
        width: 30vw;
        margin-left: 1.2vw;
        margin-right: 1.2vw;
    }

    .colBtn {
        display: block;
        float: right;
        height: 3.6vw;
        width: 3.6vw;
        border-radius: 50%;
        border: 0.1vw solid var(--anti-text-color);
        background-color: var(--anti-text-color);
        cursor: pointer;
        padding: 0;

        position: absolute;
        right: 1vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .kofiBtn {
        display: block;
        float: left;
        height: 3.6vw;
        width: 3.6vw;
        border-radius: 50%;
        border: solid var(--anti-text-color);
        border-width: 0.25vw;
        background-image: url('/img/Kofi.png');
        /* '/img/Kofi.png' */
        background-position: center;
        background-size: cover;
        cursor: pointer;
        padding: 0;

        position: absolute;
        left: 1vw;
        top: 50%;
        transform: translateY(-50%);
    }

    .landscape {
        object-fit: contain !important;
    }

    .links {
        text-align: center;
        font-size: 3.6vw;
        color: #ffcdcc;
        background-color: var(--text-color);
        border-radius: 2.5vw;
        padding: 0.5vw;
        margin: 0.5vw;

        position: relative;
        height: 100%;
    }

    .linksThinner {
        margin-left: 5vw;
        margin-right: 5vw;
    }

    .imgFlag {
        border-radius: 0.6vw;
        height: 2.4vw;
        transform: translateY(0.2vw);
    }

    .imgMod {
        width: 30vw;
        border: 0.6vw solid #ff99cc;
        border-radius: 1vw;
        margin-left: 0.5vw;
        display: block;
        position: relative;
    }

    #imgAuthogonal {
        border-radius: 1.6vw;
    }

    .slideButtonL {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        height: 20px;
        width: 20px;

        border-radius: 20%;
        border: 1px solid var(--text-color);
        background-color: var(--text-color);
        color: var(--anti-text-color);
        cursor: pointer;
        text-align: center;
    }

    .slideButtonR {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        height: 20px;
        width: 20px;

        border-radius: 20%;
        border: 1px solid var(--text-color);
        background-color: var(--text-color);
        color: var(--anti-text-color);
        cursor: pointer;
        text-align: center;
    }

    .title {
        text-shadow: 0.5vw 0.5vw var(--shadow-color);
    }

    hr.short {
        width: 50vw
    }

    .smallText {
        font-size: 2.4vw;
    }

    .tinyText {
        font-size: 1.2vw;
    }

    #lemon {
        font-size: 1.2vw;
    }
}