@font-face {
    font-family: 'IM Fell English SC';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.gstatic.com/s/imfellenglishsc/v12/a8IENpD3CDX-4zrWfr1VY879qFF05pZ7PIIP.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'IM Fell English';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/imfellenglish/v14/Ktk1ALSLW8zDe0rthJysWrnLsAzHEKOY.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body
{
    background-color: black;
}

@media (max-width: 767px) and (orientation: portrait) {
    #three_container
    {
        /* width: calc(100% - 610px); */
        /* width: calc(100% - 35vw); */
        width: 100%;
        z-index:2000;
        left:0;
        /* bottom: 0px; */
        position: absolute;
        /* min-height: calc(100vh - 48px); */
        height: calc(100% - 334px);
        /* top: 48px; */
        top: 0px;
        /* bottom: 334px; */
    }

    .label_poi
    {
        display: none;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        background: #E2E1D6;
        color: #222;
        text-align: center;
        font-family: 'Source Sans 3';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

@media (min-width: 768px) {
    #three_container
    {
        /* width: calc(100% - 610px); */
        /* width: calc(100% - 35vw); */
        width: calc(100% - 480px);
        z-index:2000;
        left:0;
        /* bottom: 0px; */
        position: absolute;
        /* min-height: calc(100vh - 48px); */
        height: 100%;
        /* top: 48px; */
        top: 0px;
        bottom: 0px;
    }

    .label_poi
    {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        border-radius: 8px;
        background: #E2E1D6;
        color: #222;
        text-align: center;
        font-family: 'Source Sans 3';
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
}

#fps_output
{
    display: none;
}

.dg.ac {
    z-index: 100001 !important;
}

#status_overlay
{
    z-index: 2010;
    position: fixed;
    width: 320px;
    height: 32px;

    top: 80px;
    left: 16px;
    color: white;
}

#groups_list
{
    z-index: 2010;
    position: fixed;
    width: 320px;
    top: 100px;
    left: 50px;
    outline: solid 1px;
    outline-color: black;
    /* background-color: bisque; */
    border-radius: 5px;
    background-image: url("ui/backgrounds/Parchment.00.jpg");
    background-repeat: no-repeat;
    opacity: 0.8;
    user-select: none;

    padding: 15px;

    /* visibility: hidden; */
}

/* placeholder styles until UI designs are available */
.placeholder_panel_title
{
    /* font-family: "EB Garamond"; */
    font-family: "IM Fell English SC";
    text-transform: uppercase;
    font-size: 20pt;
    user-select: none;
    z-index: 2010;
}

.placeholder_layer_name
{
    font-family: Forum;
    font-size: 16pt;
    user-select: none;
}

.placeholder_poi_link, .placeholder_poi_link:visited
{
    font-family: Forum;
    font-size: 16pt;
    text-decoration: none;
    color: black;
    user-select: none;
}

#hover_overlay
{
    position: fixed;
    width: 320px;
    height: 64px;
    bottom: 0px;
    
    outline: solid 1px;
    outline-color: black;
    /* background-color: bisque; */
    border-radius: 5px;
    background-image: url("ui/backgrounds/Parchment.00.jpg");
    background-repeat: no-repeat;
    opacity: 0.8;
    user-select: none;

    padding: 15px;
    pointer-events: none;

    z-index: 2010;
}

#selection_overlay
{
    position: fixed;
    font-family: "IM Fell English";
    bottom: 96px;
    z-index: 4000;
    color: #deb887;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    user-select: none;
    pointer-events: none;
}

.selection_overlay_title
{
    font-size: 64px;
    text-shadow:
        -2px -2px 2px black,
        0px -2px 2px black,
        -2px 0px 2px black,
        2px -2px 2px black,
        2px 2px 2px black
}

.selection_overlay_content
{
    font-size: 24px;
    text-shadow:
        -1px -1px 1px black,
        0px -1px 1px black,
        -1px 0px 1px black,
        1px -1px 1px black,
        1px 1px 1px black
}

.hide
{
    display: none;
}

/* .label_poi
{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #E2E1D6;
    color: #222;
    text-align: center;
    font-family: 'Source Sans 3';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
} */

.label_poi_floating
{
    font-family: "Atkinson Hyperlegible";
    /* text-transform: uppercase; */
    font-size: 24pt;
    font-weight: 400;
    user-select: none;
    /* color: #deb887; */
    color: #ffffff;
    text-align: center;
    text-shadow:
        -1px -1px 1px black,
        0px -1px 1px black,
        -1px 0px 1px black,
        1px -1px 1px black,
        1px 1px 1px black;
    z-index: 2010;
    /* -webkit-text-stroke: 1px #000000; */
}

.label_languagegroup
{
    font-style: oblique;
    font-size: 16px;
}

#dev_controls_container
{
    position: fixed;
    left: 50%;
    top: 80px;
    transform: translateX(-50%);
    width: 320px;
    height: 48px;

    background-color: bisque;
    outline: solid 2px black;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

    z-index: 2010;
}

#main_navigate_up_container
{
    position: absolute;
    top:80px;
    left: 50%;
    transform: translateX(-50%);
    width: 72px;
    height: 72px;

    z-index: 2011;
}

#main_navigate_left_container
{
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;

    z-index: 2011;
}

#main_navigate_right_container
{
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    width: 72px;
    height: 72px;

    z-index: 2011;
}

.btn_main_navigate
{
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 100px;
    background: #E2E1D6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-family: "Material Icons";

    color: #222;
    text-align: center;
    /* font-family: SF Pro; */
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.btn_main_navigate_unused
{
    background-color: transparent;
    outline: none;
    border: none;
    opacity: 0.5;
    color: white;
    font-family: "Material Icons";
    font-size: 68px;
    user-select: none;
    text-shadow:
        -1px -1px 1px black,
        0px -1px 1px black,
        1px -1px 1px black,
        1px 0px 1px black,
        1px 1px 1px black,
        0px 1px 1px black,
        -1px 1px 1px black,
        -1px 0px 1px black
}

.btn_main_navigate_unused:hover
{
    opacity: 1.0;
}