/* Import Google font - Chewy */
@import url("https://fonts.googleapis.com/css2?family=Chewy:wght@200;300;400;500;600;700&display=swap");

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Chewy", sans-serif;

    /* Chrome and Opera */
    user-select: none;

    /* Safari */
    -webkit-user-select: none;

    /* Konqueror HTML */
    -khtml-user-select: none;

    /* Firefox */
    -moz-user-select: none;

    /* Internet Explorer/Edge */
    -ms-user-select: none;
}

::selection {
    color: #fff;
    background: #6f6;
}

a.other-links:link {
    color: #6f6;
}

a.other-links:visited {
    color: #66f;
}

body,
html {
    height: 100%;
    overflow: hidden;
    scroll-behavior: smooth;
}

.bgimg {
    background-image: url('https://cdn.augystudios.com/media/misc/forestbridge-bg.jpg');
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

h2,
form.pn-container,
table,
th,
img.sticker-img,
a.w3-button {
    justify-content: center;
    text-align: center;
    align-items: center;
}

a.textChange {
    text-decoration: none;
    cursor: help;
}

img.sticker-img {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

h4#link-title {
    font-family: "Chewy", sans-serif;
}

.sticker-div {
    width: 100%;
    height: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    align-content: center;
    text-align: center;
}

.links-div {
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.links-div a {
    width: 100%;
}

small {
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}

.hoverDesc {
    max-width: unset;
    white-space: initial;
}

.w3-theme-l1:hover {
    background-color: rgb(161, 255, 161) !important;
}

.margin-top-2 {
    margin-top: 16px;
    color: #d5b5fa;
}

@media (max-width: 772px) {
    .heyaHide {
        display: none;
    }
}

@media (max-width: 667px) {

    body,
    html,
    .w3-display-middle {
        overflow-y: visible;
    }
}

@media (max-width: 576px) {
    .sticker-div {
        max-width: 540px;
    }
}

.pronouns {
    font-family: "Comfortaa", sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: black;
    border: none;
    color: white;
    padding: 1px 15px;
    text-align: center;
    align-content: center;
    text-decoration: none;
    display: inline-block;
    cursor: default;
    border-radius: 20px;
}

.pronouns:hover {
    background-color: lime;
    color: black;
}

.hoverText {
    display: none;
}

#installParent {
    display: none;
    text-align: center;
}

#installParent.showTable {
    display: block;
}

small:hover a div {
    display: inline;
}

/* imported from /css/style.css */
p.subtitle {
    padding-top: 1rem;
}

a {
    color: #fff;
}

a:hover {
    color: #d3d6df;
}

.title.is-1 {
    font-size: 5rem;
}

.footer-text a {
    color: white;
}

.heart {
    font-size: 12px;
    color: red;
    margin: 0 5px 0 5px;
}

.title {
    animation-delay: 1s;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.area-center {
    animation-delay: 2s;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

.subtitle {
    animation-delay: 3s;
    -webkit-animation: fadein 2s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s;
    /* Firefox < 16 */
    -ms-animation: fadein 2s;
    /* Internet Explorer */
    -o-animation: fadein 2s;
    /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}