﻿@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;
}

.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 10px hsla(0,0%,56%,0.40);
    top: 0;
    align-content: stretch;
    width: 100vw;
    position: fixed;
    background: #ffffff;
    border-bottom-color: #0076D3;
    border-bottom: solid 2px;
    z-index: 3;
}

.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;
}

    .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-left: 10px;
}

.btn {
    color: #ffffff;
    border: solid 2px #efefef;
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 12pt;
    font-weight: 400;
    width: 25%;
}

    .btn:hover {
        border-color: #efefef;
    }

.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 {
    float: right;
    right: 15%;
    height: 50px;
    width: 140px;
    position: absolute;
    border-radius: 25px;
}


    .answer-btn:hover {
        border: 1px solid;
        font-weight: 500;
        color: #dddddd;
        box-shadow: 6px 6px hsla(0,0%,56%,0.6);
    }

.hint-img {
    position: absolute;
    left: 5px;
    bottom: 4px;
    height: auto;
    width: 25px;
}

.hint-btn {
    background: #BB2424;
    position: absolute;
    float: left;
    left: 0;
    bottom: 0;
    padding-left: 25px;
    border-radius: 0px 15px 0px 0px;
    border: 1px solid;
    width: 140px;
    height: 40px;
}

    .hint-btn:hover {
        background: #dd2424;
        border: 2px solid;
        font-weight: 500;
        color: #ffffff;
    }

.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: -120px;
    width: 80px;
}

    .settings-btn:hover {
        border: 3px solid;
        font-weight: 500;
        color: #dddddd;
    }

.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;
}

.list-container {
    width: 250px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.endless-body {
    height: auto;
    margin-top: 120px;
    padding-bottom: 60px;
}

.background-rotated {
    position: fixed;
    background: #ffffff;
    z-index: -8;
    height: 200vh;
    width: 200vw;
    left: -50%;
    top: -50%;
    background-image: url("/images/EndlessMathBg.png");
    background-position: center;
    background-repeat: repeat;
    transform: rotate(-30deg);
}

.endless-list {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
}

.list-label {
    float: left;
    margin-left: 5px;
    color: #efefef;
}

.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);
    }

.endless-label {
    float: left;
    color: #efefef;
    font-size: 12pt;
    font-weight: 500;
}

.number-box {
    width: 60px;
    float: left;
}

.rotate-image {
    transition: transform 0.5s ease;
}

    .rotate-image:hover {
        transform: rotate(-45deg);
    }

    .rotate-image:active {
        transform: rotate(180deg);
    }

.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;
    z-index:3;
}

.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: 10;
    width: 300px;
    height: auto;
    padding: 50px 10px 50px 10px;
    margin-left: -300px;
    transition: all .25s ease-in-out;
    position: absolute;
}

.cookies-container {
    background: #727272;
    z-index: 10;
    width: 100vw;
    height: 350px;
    padding: 50px 50px 50px 50px;
    transition: bottom .5s ease-in-out;
    position: fixed;
    bottom: -2000px;
    color: #ffffff;
    font-weight: 600;
    border: solid 10px #efefef;
}

.cookie-img {
    width: 20vw;
    height: 150px;
    padding-left: 2vw;
    float: left;
}

.cookie-asset {
    max-width: 200px;
    width: 20vw;
    vertical-align: middle;
}

.cookie-header {
    margin-left: 22.5vw;
}

.cookie-content {
    width: 60vw;
    height: 150px;
    float: left;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 50px;
}

.cookies-btn-container {
    padding-top: 0;
    padding-left: 2vw;
    width: 100vw;
    float: left;
    height: fit-content;
    vertical-align: middle;
    margin-top: -50px;
    margin-left: 20vw;
}

.btn-cookie {
    padding: 0.5rem 0.5rem 0.6rem 0.5rem;
    position: relative;
    width: 18vw;
    min-width: 150px;
    max-width: 200px;
    margin-top: -3px;
    height: fit-content;
    font-size: 14pt;
}

.ad-container {
    width: 300px;
    height: 50vh;
    float: right;
    right: 0;
    margin-right: 5vw;
    align-content: center;
    position: absolute;    
    /*background-image: url("/images/sample-skyscraper-ad.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 0;*/
}

.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;
}

.menu-border {
    border-style: solid;
    border-width: 30px;
    border-image-source: url('../images/EndlessMenuBorder.png');
    border-image-slice: 40% fill;
    border-image-width: 40px;
    padding: -5px;
}

.viewport {
    width: 500px;
    height: fit-content;
    min-height: 200px;
    padding: 10px;
    margin: auto;
    position: relative;
    border: solid 15px;
    border-radius: 15px;
    align-content: center;
    vertical-align: middle;
    text-align: center;
    background: #ffffff;
}

.graph-overlay {
    width: 200px;
    height: 200px;
    z-index: 10;
    -moz-background-origin: padding-box;
}

.stats-view {
    border: solid 10px;
    border-radius: 3px;
    border-color: #000000;
    min-height: 120px;
    padding-left: 10px;
    vertical-align: middle;
    margin-top: 65px;
    margin-bottom: 45px;
    height: fit-content;
    min-height: 120px;
    max-height: 150px;
    position: relative;
}

.accu-view {
    border-right: solid 5pt;
    width: 35%;
    float: left;
    height: fit-content;
}

.focus-view {    
    width: 65%;
    height: fit-content;
    float: right;
    align-content: flex-start;
    margin-top: -10px;    
}

.accu-label {
    font-weight: 700;
    font-size: 14pt;
    margin-left: 5px;
    margin-top: 0;
}

.focus-label {
    font-weight: 700;
    font-size: 14pt;
    float: left;
    width: 50%;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.focus-item {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 25px;
    margin-top: 0;
}

.accu-value {
    font-size: 30pt;
    margin-top: 0;
    margin-bottom: 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: 500px;
    margin: auto;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.answer-box {
    float: left;
    left: 10%;
    padding: 0px 10px 0px 10px;
    height: 50px;
    width: 100px;
    border: solid 3px;
    position: absolute;
}

/* CSS for removing arrows from number box */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.answer-container {
    width: 500px;
    margin: auto;
    position: relative;

}

.hint-skip-container {
    margin: auto;
}

.problem {
    margin: auto;
    vertical-align: middle;
    display: block;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.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%;
}



@media (max-width:1100px) {
    .settings-button {
        border: none;
        background: none;
        top: 2vw;
        width: 5vw;
        margin-left: 3vw;
        position: fixed;
        z-index: 5;
    }

    .navbar-brand {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .ad-container {
        width: 100vw;
        height: 60px;
        position: relative;
        /*background-image: url("/images/sample-banner-ad.jpg");
        background-size: auto 100%;*/
        margin-bottom: 10px;
        margin-top: 25px;
        margin-left: auto;
        margin-right: auto;
    }

    .viewport {
        width: 500px;
        padding: 10px;
        min-width: 200px;        
        margin: auto;
        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;
    }

    .stats-view {
        border: solid 10px;
        border-radius: 2px;
        border-color: #000000;
        padding-left: 10px;
        vertical-align: middle;
        min-height: 60px;
        max-height: 120px;
        margin-top: 65px;
    }

    .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;
    }

    .focus-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 {
        border: solid 2vw;
        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;
    }
}

@media (max-width:500px) {
    
    .settings-button {
        top: -2px;
    }

    .rotate-image {
        height: 10vw;
    }

    .menu-image {
        height: 6vw;
    }

    .ad-container {
        margin-top: 0px;
    }

    .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;
    }

    .answer-btn {
        right: 10vw;
    }

    .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%;
    }


    .footer-link-holder {
        padding-bottom: 20px;
        margin-top: -10px;
    }

    .footer {
        padding-top: 5px;
        height: 10vh;
    }

    .footer-copy {
        font-size: 3vw;
    }

    .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;
    }

    .viewport{
        width: 100vw;
        min-height: 200px;
    }

    .stats-view {
        min-height: 140px;
        padding-bottom: 0px;
    }
}

@media (max-width:500px) and (max-height:650px) {

    .navbar, .settings-button, .stats-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;
    }

    .viewport{
        height: 40vh;
        min-height: 300px;
        margin-bottom: 0;
    }

    .answer-container{
        position: fixed;
        bottom: 20vh;
    }

    .jumbotron {
        position: fixed;
        height: fit-content;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0;
        top: 0px;
    }
}