/* Fonts */

@font-face {
    font-family: "Helvetica";
    src: url("/inc/fonts/Helvetica.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'toonish';
    src: url('/inc/fonts/toonish-webfont.eot');
    src: url('/inc/fonts/toonish-webfont.eot?#iefix') format('embedded-opentype'),
        url('/inc/fonts/toonish-webfont.woff') format('woff'),
        url('/inc/fonts/toonish-webfont.ttf') format('truetype'),
        url('/inc/fonts/toonish-webfont.svg#toonishregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* End Fonts */

/* Body */

body {
    margin: 0;
    padding: 0;
    background: #63d6f8;
    width: 100%;
    max-width: 100%;
    font-family: "Helvetica";
    color: white;
}

/* End Body */

/* Links */

a,
a:active {
    transition: color .50s ease-in-out;
}

a:hover {
    color: black;
}

/* End Links */

/* Images */

img {
    image-rendering: pixelated;
}

/* End Images */

/* Canvas */

#animation_container {
    height: 80%;
    width: 100%;
    position: fixed;
    top: 15vh;
    left: 35vw;
    transform: scale(1);
    overflow: hidden;
    z-index: -1;
    transform: scale(2.0);
    image-rendering: pixelated;
}

#canvas {
    position: absolute;
    display: block;
    overflow: hidden;
}

#dom_overlay_container {
    pointer-events: none;
    overflow: hidden;
    width: 860px;
    height: 630px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
}

/* End Canvas */

/* Footer */

footer {
    position: relative;
    font-size: 12px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.5);
    height: 2.5em;
    width: 100%;
    padding: 10px 0px;
    text-align: center;
    transition: color 0.50s ease-in-out, filter 0.50s ease-in-out, font-size 0.50s ease-in-out;
}

footer:hover {
    color: white;
    filter: drop-shadow(0px 0px 4px #000);
    font-size: 14px;
}

/* End Footer */

/* Main Content */

#main-content {
    margin: 1% 0 0 10%;
    border-spacing: 25px 25px;
}

#logo {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}

#logo a img {
    transition: transform 0.5s ease-in-out;
}

#logo a:hover img {
    transform: translateY(-10px);
}

#preview-images {
    z-index: 10;
    position: relative;
}

.preview-image {
    border: 5px solid white;
    width: 184px;
    height: 99px;
    display: block;
    border-radius: 15px;
    margin-bottom: 50px;
    image-rendering: pixelated;
    transition: transform 0.5s ease-in-out, image-rendering 0s;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}

.preview-image:last-of-type {
    margin-bottom: 0px;
}

.preview-image:hover {
    transform: scale(2.0);
    z-index: 20;
    position: relative;
    cursor: pointer;
}

/* Login and Registration Forms */

#login-box,
#register-box,
#loggedin-box {
    background-color: #017edc;
    border-radius: 15px;
    border: 5px solid white;
    width: 30%;
    min-width: 300px;
    max-width: 500px;
    padding: 15px 15px 0px 15px;
    position: relative;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
}

#register-box {
    background-color: #ce0c28;
    margin-bottom: 0px;
    z-index: 1;
}

#login-form,
#register-form {
    background-color: white;
    border-radius: 10px;
    margin-block-end: 0;
    text-align: center;
    padding: 1px 15px 1px 15px;
}

#login-form input,
#register-form input {
    padding: 15px;
    margin-bottom: 15px;
    display: block;
}

#login-form input[type=text],
#login-form input[type=password],
#register-form input[type=text],
#register-form input[type=password] {
    width: 90%;
    border: 2px solid #017edc;
    color: #017edc;
    border-radius: 10px;
}

#register-form input[type=text],
#register-form input[type=password],
#register-form input[type=text]::placeholder,
#register-form input[type=password]::placeholder {
    color: #ce0c28;
    transition: top 0.5s ease-in-out;
}

#login-form input[type=text]::placeholder,
#login-form input[type=password]::placeholder {
    color: #017edc;
    transition: top 0.5s ease-in-out;
}

#register-form input[type=text]::-webkit-input-placeholder,
#register-form input[type=password]::-webkit-input-placeholder,
#login-form input[type=text]::-webkit-input-placeholder,
#login-form input[type=password]::-webkit-input-placeholder {
    transition: transform 0.5s ease-in-out, font-size 0.25s ease-in-out, color 0.25s ease-in-out;
}


#register-form input[type=text]:focus::-webkit-input-placeholder,
#register-form input[type=password]:focus::-webkit-input-placeholder,
#login-form input[type=text]:focus::-webkit-input-placeholder,
#login-form input[type=password]:focus::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: bold;
    transform: translateY(-15px);
    color: #017edc;
}

#register-form input[type=text]:focus::-webkit-input-placeholder,
#register-form input[type=password]:focus::-webkit-input-placeholder {
    color: #ce0c28;
}

#login-form input[type=text]:focus,
#login-form input[type=password]:focus,
#register-form input[type=text]:focus,
#register-form input[type=password]:focus {
    outline: none;
}

#register-form input[type=text],
#register-form input[type=password] {
    border: 2px solid #ce0c28;
}

#register-form input[type=checkbox] {
    display: inline-block;
    margin-right: 15px;
    padding: 0;
}

#login-top-lion {
    position: absolute;
    left: 50px;
    top: -58px;
}

#register-side-frog {
    position: absolute;
    left: -85px;
    top: -35px;
}

#main-content-alert-ok {
    color: rgba(0, 0, 0, 0);
    width: 130px;
    height: 42px;
    display: block;
    overflow: hidden;
    border: none;
    padding: 0;
    cursor: pointer;
    background: url("/images/register-box-btn.png") no-repeat left top;
    transition: filter .50s ease-in-out;
    margin-top: 15px;
    margin-right: 0;
    margin-left: auto;
}

.form-submit-button {
    height: 42px;
    display: block;
    overflow: hidden;
    border: none;
    padding: 5px 20px 0px 20px;
    transition: filter .50s ease-in-out;
    margin-top: 15px;
    margin-right: 0;
    margin-left: auto;
    border-radius: 3px;
    background: linear-gradient(#ffe348, #ffbb01);

    font-family: toonish;
    font-size: 24px;
    letter-spacing: 0px;
    vertical-align: baseline;
    color: #9b4900;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 1),
        0px 1px 1px rgba(255, 255, 255, 0.75),
        0px -1px 1px rgba(0, 0, 0, 1),
        0px -1px 1px rgba(0, 0, 0, 0.85);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.95), inset 0px 1px 2px white;
    cursor: pointer;
    transition: filter .50s ease-in-out;
}

.form-submit-button:hover,
#main-content-alert-ok:hover {
    filter: brightness(110%);
}

#register-form h1,
#register-terms-label,
#register-terms-label a {
    color: #ce0c28;
    transition: color 0.50s ease-in-out;
}

#register-terms-label a:hover {
    color: #017edc;
}

#register-terms-label {
    display: inline;
}

#login-form h1 {
    color: #017edc;
}

/* reCaptcha */
.grecaptcha-badge {
    visibility: hidden;

}

/* End reCaptchs */

/* End Login and Registration Forms */

/* End Main Content */

/* Website Alert */
#main-content-alert-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1000;
    top: 0;
}

#main-content-alert-content {
    background-color: white;
    border-radius: 15px;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    margin: 1% auto;
    color: black;
    padding: 15px;
    border: 1px solid black;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: default;
    max-width: 800px;
    width: 80%;
    min-width: 300px;
    overflow: hide;
}

#main-content-alert-title {
    background-color: #e81717;
    color: white;
    font-weight: bold;
    padding: 5px;
    border-radius: 10px;
    margin-bottom: 15px;
}

#main-content-alert-ok {
    display: block;
    margin: 15px auto 0px auto;
    background: url("/images/alert-ok.png") no-repeat left top;
    height: 25px;
    width: 49px;
    outline: none;
}

/* End Website Alert */

/* Logged In User Profile View */

#loggedin-box {
    background-color: #158E32;
    padding-bottom: 15px;
    text-align: center;
}

#loggedin-box form {
    margin: 0;
}

/* User Profile */

#user-profile {
    vertical-align: top;
    border-spacing: 5px 0px;
}

#user-profile-container {
    width: 70%;
    margin-top: 0;
    background: white;
    color: #158E32;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px;
}

#user-profile-avatar-container {
    width: 150px;
    background: url("/images/avatar-bg.png") no-repeat;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: center;
    border: 5px solid white;
    image-rendering: pixelated;
}

#my-avatar {
    filter: drop-shadow(0px 1px 1px rgba(0, 0, 0, 0.5));
}

#user-profile-container,
#user-profile-avatar-container {
    height: 150px;
}

#user-profile-container ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    text-align: left;
}

#user-profile-container ul li {
    padding: 5px;
    margin-bottom: 5px;
    image-rendering: pixelated;
}

#user-profile-container ul li:last-of-type {
    margin-bottom: 0;
}

#user-profile-messages {
    list-style-image: url("/images/profile_messages.png");
}

#user-profile-friends {
    list-style-image: url("/images/profile_friends.png");
}

#user-profile-bits {
    list-style-image: url("/images/profile_bits.png");
}

#user-profile-membership {
    list-style-image: url("/images/profile_membership.png");
}

.user-profile-value {
    padding: 2px 4px 2px 4px;
    background-color: #158E32;
    color: white;
    border-radius: 5px;
}

/* End User Profile */

/* Shellie Play Now Button */

#shellie-play-now-holder {
    width: 240px;
    height: 201px;
    position: relative;
    z-index: 10;
    border: 5px solid white;
    border-radius: 15px;
    background-color: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.5));
    padding: 2px;
}

#shellie-play-btn {
    display: block;
    width: 240px;
    height: 201px;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    image-rendering: pixelated;
}

#shellie-play-now {
    width: 288px;
    height: 223px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: 2px;
    background-image: url("/images/shellie-play-now/shellie-play-bg.png");
    animation: shellie-play-now-anim 1.5s infinite;
    image-rendering: pixelated;
}

@keyframes shellie-play-now-anim {
    0% {
        background-image: url("/images/shellie-play-now/Image20000.png");
    }

    10% {
        background-image: url("/images/shellie-play-now/Image20001.png");
    }

    20% {
        background-image: url("/images/shellie-play-now/Image20002.png");
    }

    30% {
        background-image: url("/images/shellie-play-now/Image20003.png");
    }

    40% {
        background-image: url("/images/shellie-play-now/Image20004.png");
    }

    50% {
        background-image: url("/images/shellie-play-now/Image20005.png");
    }

    60% {
        background-image: url("/images/shellie-play-now/Image20006.png");
    }

    70% {
        background-image: url("/images/shellie-play-now/Image20007.png");
    }

    80% {
        background-image: url("/images/shellie-play-now/Image20008.png");
    }

    90% {
        background-image: url("/images/shellie-play-now/Image20009.png");
    }

    100% {
        background-image: url("/images/shellie-play-now/Image20009.png");
    }
}

#shellie-play-now ul {
    width: 288px;
    height: 223px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#shellie-play-now li {
    width: 288px;
    height: 223px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url('/images/shellie-play-now/shellie-play-bg.png') no-repeat left top;
}

/* End Shellie Play Now Button */

/* End Logged In User Profile View */