﻿@charset "utf-8";
/* CSS Document */

:root,
[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222, 226, 230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222, 226, 230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222, 226, 230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110, 168, 254;
    --bs-link-hover-color-rgb: 139, 185, 254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.endless-body {
    font-family: var(--bs-font-sans-serif);
}

.accessibility-lbl{
    position:absolute;
    top: -1000px;
}

.particle-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;    
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    
    box-shadow: 0px 6px 4px 6px rgba(0,0,0,0.40);
    top: 0;
    align-content: stretch;
    width: 100vw;
    position: fixed;
    background: #ffffff;
    border-bottom-color: #0076D3;
    border-bottom: solid 2px;
    z-index: 8;
}

.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap;
    margin: auto;
}

    .navbar-brand:hover, .navbar-brand:focus {
        color: var(--bs-navbar-brand-hover-color);
    }

.text-center {
    text-align: center !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.logo_img {
    margin-top: 25px;
    width: 50vw;
    max-width: 600px;
    min-width: 300px;
    height: auto;
}

.btn {
    color: #ffffff;
    background: #3618b5;
    min-height: 40px;
    border: solid 2px #efefef;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    border-radius: 1.25rem;
    font-size: 14px;
    font-weight: 400;
    width: fit-content;
    max-width: 120px;
    min-width: 100px;
}

    .btn:hover {
        border-color: #efefef;
        background: #441ee6;
    }

.btn-secondary {
    background: #fafafa;
    color: #005FAA;
    border: solid 2px #000000;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 12pt;
    font-weight: 400;
    width: 25%;
}

    .btn-secondary:hover {
        background: #ffffff;
        border-color: #efefef;
        color: #222222;
    }

.btn-cookie {
    margin-right: 20px;
}

.answer-btn {
    z-index: -10;
    height: fit-content;
    float: none;
    max-width: 150px;
    margin-right: 25px;
    position: relative;
    padding: 15px 20px 10px 70px;
    text-align:initial;
}


    .answer-btn:hover {
        border: 1px solid;
        font-weight: 500;
        color: #dddddd;
        box-shadow: 6px 6px hsla(0,0%,56%,0.6);
    }

.hint-btn {
    right: 0;
    left: 0;
    top: 0;
    height: 100%;    
    float: left;
    padding-left: 50px;
    padding-right: 15px;
    position: relative;
}

.giveup-btn {
    z-index: -10;
    height: 100%;
    float: right;
    position: relative;
    background: #cc1122;
}


    .giveup-btn:hover {
        border: 5px solid;
        font-weight: 500;
        color: #dddddd;
        background: #ff0002;
        box-shadow: 6px 6px hsla(0,0%,56%,0.6);
    }

.accent-btn {
    z-index: -10;
    height: 0px;
    width: 0px;
    font-size: 25px;
    color: #ffffff;
    font-weight: 800;
    background: #3618b5;
    left: 0;
    right: 0;
    padding-bottom: 0;
    position: relative;
}

.accent-btn:hover {
    border: 3px solid white;
    color: #dddddd;
    box-shadow: 3px 3px hsla(0,0%,16%,0.6);
}

.clue-btn {
    width: 150px;
    height: 40px;
    border-radius: 26px 26px 0 0;
    position: absolute;
    z-index: -10;
    background: hsla(0,0%,0%,0.0);
    border: none;
    margin: auto;
    top: 0;
    bottom: 0;
    background-size: 100% auto;
}

    .clue-btn:hover {
        border: solid 2px white;
    }

.across-btn {
    background-image: url("/images/acc-btn.png");
    transform: rotate(90deg);
    z-index: -10;
    left: 0;
    margin-left: -250px;
    position: fixed;
}

    .across-btn:active {
        background-image: url("/images/acc-btn-pressed.png");
    }

.down-btn {
    background-image: url("/images/down-btn.png");
    transform: rotate(270deg);
    z-index: -10;
    right: 0;
    margin-right: -250px;
    position: fixed;
}

    .down-btn:active {
        background-image: url("/images/down-btn-pressed.png");
    }

.btn-icon{
    height: 80%;
    width: auto;
    margin-top: 5px;
    position: absolute;
    bottom: 5px;
    left: 20px;
}

.skip-btn {
    position: absolute;
    float: right;
    right: 0;
    bottom: 0;
    border-radius: 15px 0px 0px 0px;
    border: 1px solid;
    width: 140px;
    height: 40px;
    z-index: 4;
}

    .skip-btn:hover {
        border: 2px solid;
        font-weight: 500;
        color: #ffffff;
    }

.settings-btn {
    margin-left: 0px;
    width: fit-content;
    padding: 12px;
    font-weight: 600;
    background: #007722;
    opacity: 1;
}

    .settings-btn:hover {
        border: 3px solid;
        background: #009933;
        box-shadow: 3px 3px 3px 3px #222;
    }

.jumbotron {
    background-color: rgba(0,0,0,0.00);
    padding: 5px 0 0 0;
    margin: auto;
}

.settings-button {
    border: none;
    background: none;
    margin-top: 25px;
    margin-left: 10px;
}

.container {
    align-content: center;
    max-width: 750px;
    position: absolute;
}

.endless-body {
    height: auto;
    margin-top: 120px;
    padding-bottom: 60px;
}

.background-splash {
    position: fixed;
    background: #fff;
    z-index: -2;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url("/images/background.png");
    background-position: center;
    background-size:cover;
    background-repeat: no-repeat;
}

input[type="checkbox"] {
    height: 20px; 
    width: 20px; 
}


.checkbox {
    height: 25px;
    width: auto;
}

.checkbox-label {
    margin-left: 5px;
    height: 10px;
    vertical-align: top;
    color: #efefef;
    font-weight: 600;
    padding-bottom: 25px;
}

.menu-button {
    float: right;
    right: 0;
    z-index: 1;
    padding: 0.2rem 0.2rem;
    border: none;
    border-radius: 0.25rem;
    margin-right: 15px;
    background: rgba(0,0,0,0);
}

    .menu-button:hover {
        background: rgba(0,0,0,0.1);
        box-shadow: 2px 2px hsla(0,0%,56%,0.40);
    }

.dropdown {
    margin-top: 20px;
    margin-left: 20px;
}

.dropdown-container {
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    margin-bottom: 35px;
    height: fit-content;
}

.label {
    margin-left: -100px;
    color: #efefef;
    font-size: 12pt;
    font-weight: 500;
}

.letterbox {
    width: 5%;
    height: 100%;
    margin: auto;
    border: 1px solid black;
    overflow: visible;
    position: relative;
    display: inline;

}

.number-box {
    left: -2px;
    top: -2px;
    padding-bottom: 1px;
    width: 50%;
    height: 50%;
    font-size: 12px;
    color: #000;
    position: absolute;
    z-index: 1;
}

.input-box{
    background: none;
    border: none;
    height: 100%;
    width: 100%;
    margin-top: 0;
    margin-left: -8px;
    padding-left: 4px;
    position: absolute;
}

.footer {
    background: #363636;
    padding-top: 30px;
    vertical-align: bottom;
    bottom: 0;
    background-size: 100% auto;
    align-content: stretch;
    width: 100vw;
    height: 100px;
    position: fixed;
    border-top: solid 10px #1e0e66;
    z-index: 8;
}

.footer-copy-holder {
    float: left;
}

.footer-copy {
    color: #dfdfdf;
    font-weight: 600;
    margin-left: 20px;
    float: left;
}

.footer-link-holder {
    float: right;
    margin-right: 2vw;
}

.footer-link {
    color: #dfdfdf;
    font-weight: 400;
    margin-right: 2vw;
}

    .footer-link:hover {
        color: #2288DF;
        font-weight: 600;
    }

.menu-container {
    z-index: 5;
    max-width: 650px;
    height: fit-content;
    background: #1e0e66;
    opacity: 1.0;
    padding: 10px 10px 30px 10px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    box-shadow: 2px 5px 10px 10px rgba(0,0,0,0.7);
    border-radius: 20px;
}

.load-graph-container{
    z-index: -10;
    height: fit-content;
    margin: auto;
    width: 75vw;
    max-width: 600px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: #fff;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.8);
}

.how-to-container {
    background: #fff;
    z-index: -10;
    height: fit-content;
    margin: auto;
    width: 75vw;
    max-width: 800px;
    min-width: 320px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    border-radius: 25px;
    padding: 15px;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.8);
}

.loading-graphic {
    width: 80%;
    max-width: 600px;
    height: auto;
}

.copy-header{
    font-size: 24px;
    color: #fff;
}

.copy-content {
    font-size: 16px;
    color: #fff;
    text-align: justify;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}

.cookies-container {
    background: #727272;
    z-index: 10;
    width: 100vw;
    max-width: 800px;
    height: fit-content;
    padding: 50px 50px 0px 50px;
    transition: bottom .5s ease-in-out;
    position: fixed;
    bottom: -2000px;
    color: #ffffff;
    font-weight: 600;
    border: solid 5px #efefef;
    border-radius: 20px;
    margin-inline: auto;
    left: 0;
    right: 0;
    position: fixed;
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.8);
}

.cookie-img {
    width: 20vw;
    height: auto;
    max-width: 200px;
    padding-left: 2vw;
    float: left;
}

.cookie-asset {
    max-width: 160px;
    width: 20vw;
    vertical-align: middle;
}

.cookie-header {
    margin-left: 250px;
}

.cookie-content {
    width: 60vw;
    max-width: 600px;
    height: 150px;
    float: left;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 15px;
}

.cookies-btn-container {
    padding-top: 0;
    padding-left: 2vw;
    width: 100%;
    max-width: 800px;
    float: left;
    height: fit-content;
    vertical-align: bottom;
    margin-top: 50px;
    padding-bottom: 25px;
    margin-left: -20px;
}

.btn-cookie {
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    position: relative;
    width: 30%;
    min-width: 120px;
    max-width: 160px;
    margin-top: -3px;
    height: fit-content;
    font-size: 14pt;
}

.ad-label{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #8a8a8a;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 5px;
}

.ad-container {
    width: 325px;
    height: 485px;
    align-content: center;
    margin: auto;
    margin-bottom: 20px;
}

.ad-graphic {
    border: solid 1px black;
}

.nav-container {
    z-index: 2;
    background: #ffffff;
    width: 200px;
    height: auto;
    padding: 20px 20px;
    right: 0px;
    margin-top: -1000px;
    position: absolute;
    z-index: 5;
    transition: all .1s ease-in-out;
    box-shadow: 5px 5px 5px 5px #cfcfcf;
}

.link-button {
    margin-bottom: 15px;
}

.clueview {
    z-index: -10;
    width: 40vh;
    max-width: 1000px;
    height: 35px;
    font-size: 18px;
    position: relative;
    background: #f5f5f5;
    border: 3px solid #1e0e66;
    margin: auto;
    margin-bottom: 10px;
    box-shadow: 0 12px 18px rgba(0,0,0,0.8);
}

.viewport {
    z-index: -10;
    width: 45vh;
    aspect-ratio: 1/1;
    max-height: calc(80vh - 300px);
    min-width: 450px;
    min-height: 450px;
    padding: 10px;
    margin: auto;
    position: relative;
    border: solid 10px;
    border-radius: 15px;
    border-color: #1e0e66;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    background: #000;
    padding: 0;
    box-shadow: 2px 5px 15px 8px rgba(100,80,255,0.75);
}

.gridrow {
    width: 100%;
    height: 5%;
    display: flex;
    margin: 0;
}

.graphic-header {
    width: 80%;
    height: 0px;
    margin: auto;
    background-position: center;
    background-size: auto 100%;
    background-repeat:no-repeat;    
}

.clue-view {
    z-index: -10;
    border: solid 4px;
    border-radius: 20px;
    border-color: #000000;
    background-color: #ffffff;
    min-height: 200px;
    max-height: 80vh;
    max-width: 300px;
    width: 10vw;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 65px;
    margin-bottom: 45px;
    aspect-ratio: unset;
    position: absolute;
    padding: 20px 0px;
    top: 150px;
    opacity: 1.0;
    box-shadow: 2px 5px 8px 8px rgba(0,0,0,0.7);
}

.across-list {
    width: 100%;
    left: 5%;
    height: fit-content;
    transition: margin 0.2s ease-in;
}

.down-list {
    width: 100%;
    right: 5%;
    height: fit-content;
    transition: margin 0.2s ease-in;
}

.clue-list{
    width: 100%;
    margin-top: 10px;
    list-style: none;
    float: left;
    text-align: start;
}

.clue-list-label {
    font-weight: 700;
    font-size: 14pt;
    float: left;
    width: 100%;
    margin-left: -50px;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

.clue-item {
    width: 40%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 25px;
    margin-top: 0;
}

.skipped-answer-view {
    position: absolute;
    border-color: #ff0000;
    background: #ffffff;
    z-index: -10;
    margin-top: -10px;
    margin-left: -10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 10px;
    padding-bottom: 50px;
}

.skipped-answer-copy {
    text-align: center;
    font-size: 2vh;
    margin: auto;
    margin-top: 10%;
    margin-bottom: 5%;
    font-weight: 700;
}

.skip-dismiss-btn {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    border-radius: 0px 0px 0px 15px;
    border: 1px solid;
    width: 140px;
    height: 40px;
}
 
.answer-container {
    width: 400px;
    margin: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: -10;
}

.answer-box {
    float: left;
    left: 10%;
    padding: 0px 10px 0px 10px;
    height: 50px;
    width: 100px;
    border: solid 3px;
    position: absolute;
}

.rotate-device-div {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dfdfdf;
    z-index: 10;
    align-content: center;
}

.rotate-headline {
    text-align: center;
    color: #666666;
    font-weight: 800;
    font-size: 2.8vw;
}

.rotate-device-img {
    display: block;
    margin: auto;
    height: 50%;
    width: auto;
}

.rotate-copy {
    text-align: center;
    color: #666666;
    font-weight: 700;
    font-size: 3vw;
    margin-bottom: 10vh;
    margin-top: 5px;
}

.slider-label {
    float: left;
    color: #ffffff;
}

.slider {
    width: 100%;
    background: #efefef;
    opacity: 0.7;
}

    .slider:hover {
        opacity: 1;
    }

.rotate-device-div{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #dfdfdf;
    z-index: -10;
    align-content:center;
}

.rotate-headline {
    text-align:center;
    color: #666666;
    font-weight: 800;
    font-size: 2.8vw;
}

.rotate-device-img {
    display: block;
    margin: auto;
    height: 60%;
}

.rotate-copy {
    text-align: center;
    color: #666666;
    font-weight: 700;
    font-size: 3vw;
}

.ans-choice-view {
    margin-top: 5px;
    margin-left: 15px;
    width: 40%;
    height: 50%;
    max-width: 200px;
    padding-top: 5%;
    vertical-align: middle;
    float: left;
}

.multi-choice-ans {
    float: left;
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-align: left;
    font-size: 10pt;
    padding-left: 2px;
    margin: 0;
    margin-bottom: 5%;
}

.vkeyboard {
    z-index: 7;
    bottom: -2000px;
    height: 250px;
    width: 100%;
    padding: 10px;
    padding-top: 6vw;
    padding-bottom: 0;
    background: #727272;
    border-top: 2px solid #000;
    position: fixed;
    transition: bottom 0.2s;
}

.keyrow {
    width: 100%;
    height: 24%;
    align-content: center;
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

.hide_vkb_key {
    width: 60vw;
    height: 6vw;
    max-width: 600px;
    max-height: 50px;
    background: none;
    border: none;
    background-image: url("/images/down_bar.png");
    background-size: 100% 100%;
    background-position: center;
    top: -0.5vh;
    right: 0;
    left: 0;
    margin-inline: auto;
    padding-bottom: 0;
    position: absolute;
    transition: 0s 0.15s;
}

    .hide_vkb_key:active {
        background-image: url("/images/down_bar_active.png");
        transition: 0s;
    }

.keykey {
    height: 90%;
    width: 9%;
    font-size: 25px;
    position: relative;
    border-radius: 5px;
    color: #ffffff;
    font-weight: 800;
    background: #3618b5;
    background-image: url("/images/tilighter.png");
    background-size: 100% 100%;
    overflow: visible;
    transition: 0s 0.15s;
}

    .keykey:active {
        border-color: #8771e3;
        color: #441ee6;
        background: #fff;
        height: 100%;
        margin: -0.5% -0.5%;
        width: 10%;
        transition: 0s;
    }

.vacckey:active {
    margin-right: 0.5%;    
}

.vdelkey:active {
    margin-right: 0.5%;
}

.emptykeyblock {
    width: 45vw;
    align-content: center;
}

.vclue-btn {
    width: 50%;
    height: 80%;
    background: #3618b5;
    border-radius: 5px;
    transition: 0s 0.15s;
}

    .vclue-btn:active {
        border-color: #efefef;
        background: #441ee6;
        height: 100%;
        margin-bottom: -5%;
        transition: 0s;
    }

.vclue-acc-btn {
    float: left;
    background-image: url("/images/v-acc-btn.png");
    background-size: 20vw auto;
    background-position:center;
    background-repeat: no-repeat;
}

.vclue-dwn-btn {
    float: right;
    background-image: url("/images/v-down-btn.png");
    background-size: 20vw auto;
    background-position: center;
    background-repeat: no-repeat;
}

.key-overlay {
    width: 100%;
    height: 100%;
    background-image: url("/images/tilighter.png");
    background-size: 140% 110%;
    background-position:center;
}

.emptykey {
    width: 0;
}

.icon-key {
    height: 40%;
    width: auto;
    margin-top: 10%;
}

.how-to-copy {
    margin-bottom: 25px;
    margin-top: 15px;
    font-weight: 600;
    color: #000;
    text-align: justify;
}

@media (max-width:1500px) {

    .across-list {
        left: 0;
    }

    .down-list {
        right: 0;
    }
}

@media (max-width:1350px) {

    .clue-view {
        position: fixed;
    }

    .clue-btn{
        position: fixed;
        visibility: visible;
    }

    .across-list {
        margin-left: -500px;
        z-index: 6;
    }

    .down-list {
        margin-right: -500px;
    }

    .across-btn{
        margin-left: -55px;
    }

    .down-btn {
        margin-right: -55px;
    }
}



    @media (max-width:1100px) {
        .settings-button {
            border: none;
            background: none;
            top: 2vw;
            width: 3vw;
            margin-left: 3vw;
            position: fixed;
            z-index: 5;
        }

        .navbar-brand {
            margin-left: auto;
            margin-right: auto;
            float: none;
        }

        .viewport {
            height: 50vh;
            width: auto;
            min-width: 400px;
            min-height: 400px;
            position: relative;
            border-radius: 15px;
        }

        .hint-skip-container {
            width: 100%;
            margin: auto;
            margin-bottom: 10px;
        }

        .answer-container {
            margin: auto;
            margin-bottom: 10px;
        }

        .skip-btn {
            float: right;
            margin: auto;
        }

        .answer-box {
            margin-left: 10%;
            height: auto;
            padding: 10px;
        }

        .accu-label {
            font-size: 12pt;
            margin: auto;
        }

        .accu-value {
            font-size: 24pt;
            margin: auto;
        }

        .focus-view {
            margin: -15px 0 0 0;
        }

        .focus-label {
            font-size: 12pt;
            margin: auto;
            margin-top: -1vh;
        }

        .clue-item {
            font-size: 10pt;
            margin: auto;
        }

        .skipped-answer-view {
            height: 200%;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin-left: -10px;
            margin-top: -18px;
            position: absolute;
            padding-bottom: 10%;
        }

        .skipped-answer-copy {
            position: absolute;
            font-size: 20px;
            left: 0;
            right: 0;
            margin-top: 0;
            padding-bottom: 5%;
        }

        .cookies-container {
            height: fit-content;
        }

        .cookie-img {
            position: absolute;
        }

        .cookie-header {
            margin-bottom: 2vh;
        }

        .cookie-content {
            font-size: 16px;
            position: relative;
            margin: 0 0vw 2vh 18vw;
            width: 80%;
            padding-right: 5vw;
            height: fit-content;
        }

        .cookies-btn-container {
            margin-bottom: 1vh;
            margin-top: 2vh;
            margin-left: 5vw;
        }

        .btn-cookie {
            min-width: 100px;
            font-size: 10pt;
            margin-top: 0;
        }

        .footer-copy-holder {
            margin-top: -10px;
            margin-bottom: -10px;
        }

        .footer-link {
            margin-right: 2vw;
        }

        .ans-choice-view {
            padding-left: 0;
            margin-left: 2vw;
            align-content: start;
            width: 30vw;
            max-width: 160px;
            height: fit-content;
        }

        .multi-choice-ans {
            font-size: 12pt;
        }

        .clue-view {
            border: solid 10px;
            border-radius: 2px;
            border-color: #000000;
            margin-top: 25px;
            height: fit-content;
            min-height: 100px;
        }

        .clue-item {
            font-size: 12px;
            width: 50%;
        }
    }

@media (max-width:650px) {

    .copy-header{
        font-size: 20px;
    }

    .copy-content{
        font-size: 14px;
    }

    .label{
        font-size: 14px;
    }

    .icon-key {
        width: 65%;
        height: auto;
        margin-top: 10%;
    }


    .btn{
        font-size: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
        height: fit-content;
        margin: 5px 8px;
    }

    .clue-view {
        left: unset;
        top: unset;
        bottom: unset;
        z-index: 7;
        margin-bottom: -500vh;
    }

    .across-list {
        left: 0;
        top: unset;
        bottom: 0;
        margin-left: 0px;
    }

    .down-list {
        right: 0;
        top: unset;
        bottom: 0;
        margin-right: 0px;
    }

    .clue-btn {
        top: unset;
        transform: rotate(0deg);
        bottom: 0;
        margin-bottom: 8vh;
    }

    .across-btn {
        margin-left: 10vw;
        margin-bottom: 10vh;
    }

    .down-btn {
        margin-right: 10vw;
        margin-bottom: 10vh;
    }

    .footer {
        padding-top: 5px;
        height: 10vh;
        width: 100%;
    }

    .ad-graphic {
        border: solid 1px black;
        width: 60vw;
        height: 90vw;
    }

    .input-box {
        font-size: 1.6vh;
    }

    .endless-body {
        margin-top: 12vh;
    }

    .vkeyboard {
        height: 35vh;
        min-height: calc(80vh-200px);
        max-height: 250px;
    }
}

@media (max-width:500px) {

    .graphic-header {
        background-size: 100% auto;
    }

    .answer-container {
        padding-left: 5%;
        padding-right: 5%;
    }

    .btn {
        font-size: 12px;
        min-width: 80px;
        margin-left: 3px;
        margin-right: 3px;
    }

    .answer-btn{
        width: 35vw;
        min-width: 80px;
        padding-left: 18%;
    }

    .hint-btn {
        width: 20vw;
        min-width: 80px;
        padding-left: 42px;
    }

    .btn-icon{
        left: 15%;
    }

    .ad-container {
        width: 80vw;
        height: 120vw;
    }

    .keykey {
        font-size: 18px;
    }

    .viewport {
        min-width: 300px;
        min-height: 300px;
        max-height: calc(80vh - 300px);
    }

    .letterbox{
        padding: 0;
    }

    .number-box{
        padding-top:0;
        font-size: 10px;
    }

    .vkeyboard{
        height: 32vh;
        max-height: 250px;
        padding-bottom: 5px;
    }

    .input-box {
        font-size: 1.2vh;
        width: 100%;
        padding-left: 35%;
        overflow: visible;
    }

    .load-graph-container {
        width: 85%;
        max-width: none;
    }
    
    .settings-button {
        top: -2px;
    }

    .rotate-image {
        height: 8vw;
    }

    .menu-image {
        height: 6vw;
    }

    .answer-container {
        width: 100%;
    }

    .cookies-container {
        padding: 10px 0;
    }

    .logo_img {
        width: 30vw;
        height: auto;
    }

    .menu-button {
        margin-right: 5vw;
        position: absolute;
    }

    .answer-box {
        left: 5vw;
    }

    .skip-btn {
        width: 25vw;
    }

    .accu-view {
        border-right: 1vw solid;
    }

    .accu-label {
        font-size: 3vw;
    }

    .accu-value {
        font-size: 6vw;
        margin: auto;
    }

    .focus-view {
        margin: -5vw 0 0 0;
    }

    .focus-label {
        font-size: 3.2vw;
        margin: auto;
        margin-top: -1vh;
    }

    .focus-item {
        font-size: 3vw;
        margin: auto;
    }

    .copy-holder {
        margin-bottom: 5px;
    }

    .cookies-container {
        border: solid 1vw;
        height: fit-content;
    }

    .cookie-img {
        position: absolute;
        left: -500px;
    }

    .cookie-header {
        font-size: 5vw;
        width: 100%;
        margin-top: 1vh;
        margin-left: 5vw;
    }

    .cookie-content {
        font-size: 3vw;
        position: relative;
        margin: 1vh 1vw 1vh 1vw;
        padding-left: 5vw;
        width: 100%;
        padding-right: 5vw;
    }

    .cookies-btn-container {
        position: relative;
        margin-bottom: 5vw;
        margin-left: 5vw;
        padding-top: 0;
    }

    .btn-cookie {
        width: 20vw;
        min-width: 60px;
        height: fit-content;
        font-size: 3vw;
    }

    .skipped-answer-view {
        margin-top: -10px;
    }

    .skipped-answer-copy {
        margin-top: -10%;
        font-size: 4vw;
        height: 100%;
        padding-top: 5%;
        padding-bottom: 50%;
    }

    .clue-btn {
        margin-bottom: 10vh;
        position: fixed;
        width: 30vw;
        height: 8vw;
        border-radius: 5vw 5vw 0 0 ;
    }

    .navbar{
        width: 100%;
    }

    .footer-link-holder {
        padding-bottom: 20px;
        margin-top: -10px;
    }

    .footer-copy {
        font-size: 3vw;
        margin-top: 0;
    }

    .footer-link {
        font-size: 3vw;
    }

    .footer-copy-holder {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .footer-link {
        margin-right: 2vw;
    }

    .ans-choice-view {
        width: 50%;
        min-width: 40px;
        max-width: 35vw;
        float: left;
        margin-left: 0;
    }

    .multi-choice-ans {
        font-size: 3.2vw;
        margin-left: 5vw;
    }

    .clue-view {
        height: fit-content;
    }
}

@media (max-width:500px) and (max-height:650px) {

    .navbar, .settings-button, .clue-view, .footer, .skipped-answer-view, .skip-dismiss-btn {
        position: fixed;
        right: -5000px;
        z-index: -10;
        border: none;
        background: none;
        color: transparent;
    }

    .settings-button {
        position: fixed;
        top: -500px;
        z-index: -10;
    }

    .answer-container {
        position: fixed;
        bottom: 20vh;
    }

    .jumbotron {
        position: fixed;
        height: fit-content;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        top: 0px;
    }
}