/* Copyright (c) 2023-present, Tactic, LLC. All rights reserved. */
:root {
    --main-black: #000000e0;
    --main-color: #151515;
    --main-bg: #f2d9d4;
    --main-red: #DB4551;
    --main-yellow: #FFF281;
    --main-green: #479392;
    --main-dg: #133737;
    --main-blue: #003552;
    --redirect-message: "To view open the camera on your smartphone and scan the code above to open the AR experience. You can also visit KyBlackTrailblazers.com/AR for more information.";
    --redirect-image: url("./ui/redirect-img.png");

}

html {
    position: fixed;
}

html,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    user-select: none;
    -webkit-user-select: none;
}

@font-face {
    font-family: "AvantBold";
    src: url("./fonts/ITCAvant_Garde_Gothic_Bold.otf");
}

@font-face {
    font-family: "AvantDemi";
    src: url("./fonts/ITCAvant_Garde_Gothic_CE_Demi.otf");
}

@font-face {
    font-family: "Avant";
    src: url("./fonts/ITCAvant_Garde_Gothic_Medium.otf");
}

@font-face {
    font-family: "AvenirHeavy";
    src: url("./fonts/AvenirHeavy.ttf");
}
@font-face {
    font-family: "Avenir";
    src: url("./fonts/AvenirBlack.ttf");
}

@font-face {
    font-family: "Knockout30";
    src: url("./fonts/Knockout-30JuniorWelterwt.otf");
}

@font-face {
    font-family: "Knockout51";
    src: url("./fonts/Knockout-51Middleweight.otf");
}

@font-face {
    font-family: "Knockout73";
    src: url("./fonts/Knockout-73FullHeviweight.otf");
}

@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
}

.mainFont {
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif;
}

.bFont {
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif;
}

.mFont {
    font-family: "Avant", Arial, Helvetica, sans-serif, sans-serif;
}

.aFont {
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif;
}

.h100 {
    height: 100% !important;
}

.hidden {
    visibility: hidden;
}

.centerX {
    left: 50%;
    transform: translateX(-50%);
}

.centerY {
    transform: translateX(-50%);
}

.centerXY {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.allowFade {
    transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
}

.allowFadeFast {
    transition: opacity 0.25s ease-out;
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
}

.disable-select {
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.ni {
    pointer-events: none;
}

.fullscreenContainer {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.tColor{
    font-weight: 800;
    color: var(--main-blue);
    /* filter: drop-shadow(1px 1px 0px black);
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -1px 2px 0 #000, -1px 0 0 #000; */
}

.faketColor{
    color: white;
}

.mainBack{
    background-image: url(./ui/backarrow.png);
    top: 0%;
    left: 0%;
    background-position-y: 5px;
    height: 15dvh;
    width: 8.3dvh;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}

.mb{    
    background: #dc4551;
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif;
    font-weight: 800;
    color: white;
    border: none;
    padding: 0.4em 1.6em;
    width: 73%;
    max-width: 140px;
    font-size: 1.5em;
    border-radius: 90px;
    box-shadow: 0 4px var(--main-dg);
    text-align: center;
}
/* ============================== Cookie consent ============================================ */

/*Cookie Dialog*/
#cookieDialog {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1111;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.25s ease-out;
    -moz-transition: opacity 0.25s ease-out;
    -o-transition: opacity 0.25s ease-out;
    -ms-transition: opacity 0.25s ease-out;
    transition: opacity 0.25s ease-out;
}

/*  COOKIE CONSENT */
.cookie-background {
    background-image: url(./ui/infobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 13%;
    left: 50%;
    height: 50%;
    min-height: 380px;
    max-height: 600px;
    width: 85%;
    max-width: 400px;
    padding: 20px;
    font-family: 'Avant', 'Montserrat', Arial, sans-serif;
    font-weight: 800;
    text-align: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--main-blue);
    background-color: white;
    border-radius: 16px;
    border-color: black;
    border-style: solid;
    border-width: 2px;
}

.cookie-message{
    font-weight: 700;
}

.cookie-message a{
    text-decoration: underline;
}

.cookie-accept {
    margin: auto;
    margin-top: 20px;
    margin-bottom: 8px;
    color: rgb(255, 255, 255);
    box-shadow: 0 4px var(--main-dg);
    background-color: #549E9F;
}

.cookie-decline {
    margin: auto;
}

/* ================ cookie policy ===================== */

#cPage{
    display: grid;
    /*     justify-items: center;
    align-items: center; */
    z-index: 1112;
    grid-template-rows: 22dvh 78dvh;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.cSwiper{
        width: 100%;
        height: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px !important;
}

/* ================ privacy policy ===================== */

#pPage{
    display: grid;
    /*     justify-items: center;
    align-items: center; */
    z-index: 1112;
    grid-template-rows: 22dvh 78dvh;

    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

#pShadow{
    top: 22dvh ;
}

.pSwiper{
        width: 100%;
        height: 100% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px !important;
}


/* ============================== loading screen ============================================ */
.loadingContainer {
    background-color: rgb(10, 10, 10);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

#loadingContainer {
    z-index: 800 !important;
}

.loadingScreen {
    position: absolute;
    left: 0%;
    width: 100%;
    background: #50a98d;
    background-size: cover;
    z-index: 1111;
    height: 100%;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 13% 35% 20% 20% 10% 2%;
    display: grid;
    background-image: url("./ui/bkg.png");
    background-repeat: no-repeat;
    background-position: center;
}

.loadingLogo {
    width: 100%;
    height: 100%;
    grid-column: 2;
    grid-row: 2;
    display: grid;
    position: relative;
    align-items: end;
    justify-items: center;
}

.loadingTitle {
    position: absolute;
    display: grid;
    width: 80%;
    top: 40%;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-self: end;
    margin-bottom: 1vh;
    font-size: 3.2vh;
    text-align: center;
    letter-spacing: -0.1px;
}

.loadingMessage {
    width: 100%;
    height: 90%;
    color: var(--main-blue);
    grid-column: 2;
    grid-row: 3;
    display: grid;
    position: relative;
    top: 10%;
    justify-items: center;
    text-align: center;
    margin-top: 3vh;
    font-weight: 700;
}

.loadingBugs {
    position: absolute;
    z-index: 1111;
    height: 80%;
    width: 100%;
    display: grid;
    grid-row: 5;
    grid-column: 1/4;
    grid-template-columns: 5% 40% 10% 40% 5%;
    grid-template-rows: 100%;
    /* filter: drop-shadow(1px 1px 0px #000000); */
}

.tacticBug {
    grid-row: 1;
    grid-column: 2;
    background-image: url(./ui/tacticBug.png);
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80%;
    width: 80%;
    position: relative;
    top: 53%;
    transform: translate(0%, -50%);
    filter: brightness(0.08);
}

.wallBug {
    grid-row: 1;
    grid-column: 4;
    background-image: url(./ui/8thwallBug.svg);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    filter: brightness(0.08);
}


/* ============================== Top bar ============================================ */

#topBar {
    width: 101%;
    height: 40px;
    background-image: linear-gradient(0.38turn, #181818, rgb(27, 27, 27), #242424);
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 446;
    display: inline-grid;
    grid-template-columns: 2% 30% auto 10% 2%;
    grid-template-rows: 5% 90% 5%;
    border: 1px solid rgb(95, 95, 95);
}

#topLogo {
    display: inline-block;
    background: url("./ui/topLogo.png") no-repeat;
    cursor: pointer;
    z-index: inherit;
    background-size: contain;
    background-position: center;
    /* position: absolute; */
    left: 4%;
    top: 2%;
}

.topBar-item1 {
    grid-column: 2;
    grid-row: 2;
    z-index: inherit;
}

/* Menu fanciness */
#menuIcon {
    display: inline-block;
    cursor: pointer;
    z-index: 446;
    position: absolute;
    right: 2%;
    top: 5px;
}

.bar1,
.bar2,
.bar3 {
    width: 28px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-8px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -4px);
}


#menu {
    width: 75%;
    height: calc(100% - 40px);
    /* background-image: linear-gradient(180deg, #323232 0%, #0E0E0E 99.99%, #000000 100%); */
    background-image: url(./ui/bkg1.png);
    background-color: var(--main-bg);
    background-position: 0px -98px;
    background-size: cover;
    position: absolute;
    top: 40px;
    right: -75%;
    z-index: 2222;
    display: block;
    align-items: center;
    -webkit-transition: right 0.25s ease-out;
    -moz-transition: right 0.25s ease-out;
    -o-transition: right 0.25s ease-out;
    -ms-transition: right 0.25s ease-out;
    transition: right 0.25s ease-out;
}

@media screen and (min-width: 400px) {
    #menu {
        width: 70%;
    }
}

@media screen and (min-width: 600px) {
    #menu {
        width: 45%;
    }
}

/*@media screen and (min-width: 800px) {
    #menu {
        width: 30%;
    }
}*/

#menuLogo {
    width: 50%;
    left: 25%;
    height: 19%;
    position: relative;
    background: url(./ui/TeamKentucky-reverse1.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin: 1em 0px 0em 0em;
}

.menuText {
    text-transform: uppercase;
    display: grid;
    position: relative;
    /* justify-content: center; */
    top: 5%;
    /* align-items: center; */
    justify-items: center;
    align-self: end;
    /* margin-bottom: 1vh; */
    font-size: 2.5dvh;
    text-align: center;
    letter-spacing: -0.1px;
    padding-bottom: 9dvh;
    pointer-events: none;
}

.menu-link {
    color: var(--main-blue);
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif;
    font-size: 2.25dvh;
    padding: 0;
    margin: 0 0 3.8dvh 3vh;
    text-transform: uppercase;
}

.menu-link a:link {
    color: var(--secondary-blue);
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif;
    font-size: 2dvh;
    text-decoration: none;

}

.menu-link p {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    padding-left: 12%;
}

a:visited {
    color: var(--main-blue);
}

a.menu.hover {
    color: var(--main-blue);
    text-decoration: underline;
}

.menu-icon {
    color: #9d8264;
    font-size: 2dvh;
    font-family: "Avant", Arial, Helvetica, sans-serif, sans-serif;
    grid-column: 2;
    grid-row: 2;
    z-index: 21;
    transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
}

.menu-icon p {
    padding: 0;
    margin: 0;
}

.menuButton {
    /* Button css */
    text-align: left;
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    font-family: "Avant", Arial, Helvetica, sans-serif, sans-serif;
}

.menu-item-share {
    position: absolute;
    bottom: 4vh;
    right: 4vh;
}

#menuSocial {
    position: absolute;
    bottom: 7vh;
    left: 7vh;
    transform: translate(-50%, 50%);
    margin: 0;
}

.menu-item-share p::after {
    content: " ";
    background-image: url(./ui/button_share.png);
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 4vh;
    height: 4vh;
    filter: brightness(12%);
}

#buildCode{
    position: absolute;
    bottom: 1vh;
    right: 1vh;
    width: 20vw;
    height: 1vh;
    color: black;
    text-align: right;
    font-family: "Avant", Arial, Helvetica, sans-serif;
    font-size: 1.5vh;
}

#menuShare p {
    /* background-size: contain;
    display: inline-block;
    float: right;
    display: flex;
    align-items: flex-end; */
}

@media only screen and (orientation: landscape) {
    #menu {
        grid-template-rows: 20% 7% 7% 7% 7% 7% 5% 5% 5% auto 5% auto 5% 2%;
    }

    .menu-link {
        font-size: 4vh;
    }

    .menu-link a:link {
        font-size: 4vh;
    }
}

/* ============================== Welcome Page ============================================ */
#welcomePage {
    z-index: 17;
}

.bkg {
    background-image: url("./ui/bkg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wlGrid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 30% auto auto;

}

.wlTitle {
    text-transform: uppercase;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-self: end;
    margin-bottom: 1vh;
    font-size: 2.5vh;
    text-align: center;
    letter-spacing: -0.1px;
}

.wlText {
    width: 80%;
    color: var(--main-blue);
    text-align: center;
    font-size: 2.4vh;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 5vh;
}

/* ============================== Walkthrough Page ============================================ */
#walkthroughPage {
    z-index: 15;
}

.wtPage {
    position: absolute;
    height: 100%;
    width: 100%;

}

#wtNextButton {
    background: #5C5C5C;
}

.wtButton {
    position: absolute;
    top: 81%;
    background: rgb(200 69 81) !important;
    color: white;
    border: none;
    padding: 0.4em 1.6em;
    width: 73%;
    max-width: 140px;
    font-size: 1.5em;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    text-align: center;
    font-weight: 800;
}

.wtTitle {
    text-transform: uppercase;
    max-width: 400px;
    width: 85%;
    bottom: 80%;
    position: absolute;
    font-size: 4.2vh;
}

.wtText {
    font-size: min(2.1dvh, 16px);
    color: var(--main-blue);
    max-width: 400px;
    width: 65%;
    top: 21%;
    position: absolute;
    text-align: center;
    line-height: min(2.1dvh, 16px);
    font-weight: 700;
}

.wtText2{
    top: 71% !important;
    left: 25%;
    width: 20%;
}

.wtText3{
    top: 71% !important;
    left: 67%;
    width: 52%;
}

.wtText4{
    top: 48% !important;
    width: 75%;
}

.wtText5{
    top: 76% !important;
    width: 40%;
    font-size: min(2.1dvh, 1em);
    visibility: hidden;
}


.wtText ol li{
    margin-bottom: 1vh;
}

.wtImg {
    max-width: 300px;
    height: 25%;
    max-height: 300px;
    position: absolute;
    top: 37%;
    /* filter: drop-shadow(4px 4px 4px black); */
}

.wtImgDrag {
    max-width: 300px;
    height: 12%;
    max-height: 300px;
    position: absolute;
    top: 64%;
    left: 25%;
}

.wtImgPinch{
    max-width: 400px;
    height: 12%;
    max-height: 400px;
    position: absolute;
    top: 64%;
    left: 65%;
}


/* ============================== Selector Page ============================================ */
#selectorPage{
    z-index: 16;
    visibility: hidden;
    opacity: 0;
}
#selectorPage2{
    z-index: 16;
    visibility: hidden;
    opacity: 0;
}

.slTitle{
    text-transform: capitalize;
    display: grid;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-self: end;
    margin-bottom: 4vh;
    font-size: 4.25vh;
    text-align: center;
    letter-spacing: -0.1px;
    text-transform: uppercase;
}

.slPage{
    display: grid;
    grid-template-columns: auto;
    top: 41px;
    grid-template-rows: 15% 35% 35% 15%;
    position: relative;
    align-items: center;
    justify-items: center;
    height: 100%;
}

.sldesc{
    /* text-transform: capitalize; */
    text-align: center;
    margin: 0;
    font-size: 2.7vh;
}

.slBlock{
    height: 100%;
    position: relative;
    text-align: center;
}

.slBlock img{
    width: 25dvh;
}

.spSwiper{
    width: 100%;
    height: 100%;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px !important;   
}

.swBlock{
    height: 23vh;
    position: relative;
    text-align: center;
}

.swBlock img{
    width: 16dvh;
}

/* ============================== Scan Overlay ============================================ */

.scanTop {
    width: 100%;
    height: 100%;
    top: -6%;
    left: -10%;
    position: absolute;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    background-image: url(./ui/scanTop.svg);
}

.scanBot {
    width: 100%;
    height: 100%;
    bottom: -0.1dvh;
    position: absolute;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(./ui/namebg.svg);
}

#locName{
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 6vh;
    width: 100vw;
    font-size: 2.7vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 2dvh;
    text-align: center;
    color: white;
}

#locNamePhoto{
    bottom: 0px;
    left: 0px;
    position: absolute;
    height: 6vh;
    width: 100vw;
    font-size: 2.7vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 2dvh;
    text-align: center;
    font-weight: 800;
}

.loadingBar{
    position: absolute;
    border: #000000;
    border-radius: 15px;
    bottom: 20%;
    width: 70%;
    left: 50%;
    border-style: solid;
    display:flex;
    align-items: center;
}

.loadingBar p{
    position: absolute;
    margin: 0px;
    width: 100%;
    text-align: center;
    color: white;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000 !important;

}

.loadingFill{

    background-color: #1f5e5e;
    border-radius: 15px;
    transition: width .5s cubic-bezier(0.4, 0, 1, 1);
}

.tapToPlay{
    left: 50%;
    position: absolute;
    bottom: 35%;
    color: white;
    font-size: 1.1em !important;
    text-transform: uppercase;
    opacity: 0;
    visibility: visible;
    user-select: none;
    -webkit-user-select: none;
    text-align: center;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000 !important;
}

#playButton{
    height: 80%;
    width: 90%;
    position: absolute;
    top: 10%;
    pointer-events: all;
}

.buttonContainer{
    position: absolute;
    bottom: 8vh;
    height: 6vh;
    width: 80%;
    left: 10%;
    display: flex;
    justify-content: center;
}

.scanButton{
    height: 100%;
    width: 10vh;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    padding: 5px 20px;
    background-size: contain;
}

#info{
    background-image: url(./ui/info.svg) ;
    transform: scale(0.85) translateY(10%);
}
#infoi{
    position: relative;
    height: 100%;
    top: -5px;
    background-image: url(./ui/info2.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    background-size: contain;
    margin: 0px;
    padding: 5px;
    opacity: 0;
}

#camera{
    background-image: url(./ui/Cam.svg) ;
}
#ts{
    background-image: url(./ui/troubleshooting_button.svg) ;
    transform: scale(0.85) translateY(10%);
}

@keyframes highlightAnim {
    0% {filter: drop-shadow( 0 0 0vh yellow );}
    5% {filter: drop-shadow( 0 0 0vh yellow );}
    45% {filter: drop-shadow( 0 0 1vh yellow );}
    55% {filter: drop-shadow( 0 0 1vh yellow );}
    95% {filter: drop-shadow( 0 0 0vh yellow );}
    100% {filter: drop-shadow( 0 0 0vh yellow );}
}
@keyframes infoAnim {
    0% {opacity: 0;}
    5% {opacity: 0;}
    45% {opacity: 1;}
    55% {opacity: 1;}
    95% { opacity: 0;}
    100% {opacity: 0;}
}
.iconHighlight {
    animation: highlightAnim 2.0s ease-in-out infinite;
}
.infoHighlight {
    animation: infoAnim 2.0s ease-in-out infinite;
}

#debugMessage{
    position: absolute;
    width: auto;
    height: auto;
    text-align: left;
    top: 14vh;
    left: 5vw;
    width: 90vw;
    color: white;
    font-family: "Knockout73", Arial, Helvetica, sans-serif;
    background-color: #0000007f;
    font-size: 2vh;
    pointer-events: "none";
}

.iPopup{
    height: 60%;
    width: 100%;
    bottom: -60%;
    background-image: url(./ui/infobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 11;

    transition: bottom ease-in-out 0.5s;
    -webkit-transition: bottom ease-in-out 0.5s;
    -moz-transition: bottom ease-in-out 0.5s;
}

#iTitle{
    font-size: 2.5vh;
    padding-top: 35px;
    margin: 2vh;
    line-height: 2.5vh;
}

#iClose{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
}

#iShadow{
    top: calc(2.5vh + 4vh + 35px);
}

.swiperShadow{
    height: 10vh;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 40%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 40%);
    background: linear-gradient(180deg, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 40%);
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    opacity: 0;
    position: absolute;
}

.iSwiper{
    width: 100%;
    height: calc(100% - 35px - 2.5vh - 4vh) !important;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px !important;   
}

.iSwiper .swiper-wrapper .swiper-slide p{
    font-size: 2.4vh;
}


#pinchContainer{
    bottom: 10dvh;
    position: absolute;
    width: 70%;
    top: unset !important;
    right: 0%;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 0.8vh;
    opacity: 0;
    transition: opacity 0.5s ease-in;
    display: flex;
    align-items: flex-end;
}

#iC{
    font-size: 2.4vh;
    /* text-indent: 35px; */
    line-height: 1.2em;
    padding: 0em 1em 3em 1em;
    text-align: center;
    color: var(--main-blue);
    font-weight: 700;
}


.endPopup{
    height: 30%;
    width: 100%;
    bottom: -30%;
    background-image: url(./ui/endPopBg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    border-radius: 20px 20px 0 0;
    align-items: center;
    z-index: 11;

    transition: bottom ease-in-out 0.5s;
    -webkit-transition: bottom ease-in-out 0.5s;
    -moz-transition: bottom ease-in-out 0.5s;
}

.eClose{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
}

.ePopText{
    width: 80%;
    font-size: 2.3vh;
    position: relative;
    text-align: center;
    align-content: center;
    display: grid;
    top: 40%;
    color: var(--main-blue);
    font-weight: 700;
}

.moreButton{
    background: rgb(220 69 81) !important;
    color: white;
    padding: 0.4em 1.6em;
    width: 73%;
    height: 12%;
    max-width: 175px;
    font-size: 2.8vh;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    font-weight: 700;
    position: relative;
    text-align: center;
    align-content: center;
    display: grid;
    top: 46%;
}

.selectStory{
    height: 45%;
    width: 100%;
    bottom: -45%;
    background-image: url(./ui/infobg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    border-radius: 20px 20px 0 0;
    align-items: center;
    z-index: 11;

    transition: bottom ease-in-out 0.5s;
    -webkit-transition: bottom ease-in-out 0.5s;
    -moz-transition: bottom ease-in-out 0.5s;
}

.selectButton{
    background: rgb(220 69 81) !important;
    color: white;
    padding: 0.4em 1.6em;
    width: 73%;
    height: 12%;
    max-width: 175px;
    font-size: 2.7vh;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    font-weight: 700;

    position: relative;
    text-align: center;
    align-content: center;
    display: grid;
    top: 12%;
}

#selectTitle{
    font-size: 1.5em;
    padding-top: 35px;
    padding-bottom: 25px;
    margin: 0;
    top: 15%;
    text-align: center;
    left: 50%;
    width: 60%;
    text-transform: uppercase;
}

.groupOne{
    display: none;
    width: 100%;
    height: 40%;
    display: grid;
    position: relative;
    
    grid-template-rows: 80% 20%;
    grid-template-columns: 5% 30% 30% 30% 5%;
}

.storyIcon{
    width: 80%;
    max-height: 100%;
    object-fit: contain;
    display: grid;
    position: relative;
}

.storyText{
    position: relative;
    display: grid;
    text-align: center;
    justify-content: center;
    margin: 0;
    align-items: center;
    font-size: 2vh;
    color: var(--main-blue);
    font-weight: 800;
}

.annie{
    grid-row: 1;
    grid-column: 2;
    
    
}

.annieText{
    grid-row: 2;
    grid-column: 2;
    
    
}

.mattie{
    grid-row: 1;
    grid-column: 3;
}
.mattieText{
    grid-row: 2;
    grid-column: 3;
}

.reverend{
    grid-row: 1;
    grid-column: 4;
}
.reverendText{
    grid-row: 2;
    grid-column: 4;
}

.lyman{
    grid-row: 1;
    grid-column: 2;
}
.lymanText{
    grid-row: 2;
    grid-column: 2;
}

.mary{
    grid-row: 1;
    grid-column: 3;
}
.maryText{
    grid-row: 2;
    grid-column: 3;
}

.groupTwo{
    width: 100%;
    height: 40%;
    display: none;
    position: relative;
    
    grid-template-rows: 70% 30%;
    grid-template-columns: 15% 35% 35% 15%;
}


/* ============================== Map Page ============================================ */

#mapPage {
    z-index: 22;
    visibility: hidden;
}

.mapTitle {
    position: absolute;
    left: 50vw;
    top: 9vh;
    width: 90vw;
    transform: translateX(-50%);
    text-align: center;
    font-size: 5vh;
    text-transform: uppercase;
}

#mapContainer {
    background-image: url("./ui/kentucky-map.jpg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 638 / 910;
    z-index: -1;
}

.mapLocation {
    position: absolute;
    width: auto;
    height: 4vh;
    z-index: 23;
    filter: drop-shadow(0 0 0vh gold)
}

.mapLocationBullitt { content: url("./ui/map_BullittC_US.svg"); }
.mapLocationBullittSeen { content: url("./ui/map_BullittC.svg"); }
.mapLocationHardin { content: url("./ui/map_HardinC_US.svg"); }
.mapLocationHardinSeen { content: url("./ui/map_HardinC.svg"); }
.mapLocationJefferson { content: url("./ui/map_JeffersonC_US.svg"); }
.mapLocationJeffersonSeen { content: url("./ui/map_JeffersonC.svg"); }
.mapLocationNelson { content: url("./ui/map_NelsonC_US.svg"); }
.mapLocationNelsonSeen { content: url("./ui/map_NelsonC.svg"); }
.mapLocationOldham { content: url("./ui/map_OldhamC_US.svg"); }
.mapLocationOldhamSeen { content: url("./ui/map_OldhamC.svg"); }
.mapLocationShelby { content: url("./ui/map_ShelbyC_US.svg"); }
.mapLocationShelbySeen { content: url("./ui/map_ShelbyC.svg"); }

@keyframes mapLocationHightlight {
    0% {filter: drop-shadow( 0 0 0vh magenta );}
    5% {filter: drop-shadow( 0 0 0vh magenta );}
    45% {filter: drop-shadow( 0 0 1vh magenta );}
    55% {filter: drop-shadow( 0 0 1vh magenta );}
    95% {filter: drop-shadow( 0 0 0vh magenta );}
    100% {filter: drop-shadow( 0 0 0vh magenta );}
}
.mapLocationNearestUnseen {
    animation: mapLocationHightlight 1.0s ease-in-out infinite;
}

#mapLocator {
    position: absolute;
    transform-origin: center;
    aspect-ratio: 252 / 282;
    height: 4vh;
    z-index: 23;
    content: url("./ui/arrow.png");
    filter: drop-shadow(0.25vh 0.25vh 0 black);
}

#mapInfo{
    position: absolute;
    left: 3vh;
    bottom: 3vh;
    height: 5vh;
    width: auto;
    content: url("./ui/info-map.svg");
}

#mapLegend{
    position: absolute;
    left: 50%;
    top: 55%;
    width: 85vw;
    height: 70vh;
    transform: translate(-50%, -50%);
    background-image: url("./ui/legend_bkg.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#mapLegendTitle{
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 6vw;
    text-align: center;
    text-transform:  uppercase;
}

.mapLegendIcon {
    position: absolute;
    width: auto;
    height: 6%;
    left: 23%;
    z-index: 23;
}

.mapLegendText {
    position: absolute;
    color: var(--main-blue);
    text-align: left;
    left: 34%;
    font-size: 1.8vh;
    font-weight: 800;
}

#mapLegendIconHardin {
    top: 22%;
    content: url("./ui/map_HardinC.svg");
}
#mapLegendIconJefferson {
    top: 30%;
    content: url("./ui/map_JeffersonC.svg");
}
#mapLegendIconBullitt {
    top: 38%;
    content: url("./ui/map_BullittC.svg");
}
#mapLegendIconNelson {
    top: 46%;
    content: url("./ui/map_NelsonC.svg");
}
#mapLegendIconOldham {
    top: 54%;
    content: url("./ui/map_OldhamC.svg");
}

#mapLegendIconShelby {
    top: 62%;
    content: url("./ui/map_ShelbyC.svg");
}

#mapLegendIconUser {
    top: 70%;
    height: 5%;
    content: url("./ui/arrow.png");
}

#mapLegendIconSeen {
    top: 78%;
    left: 20%;
    content: url("./ui/map_HardinC.svg");
}

#mapLegendIconUnseen {
    top: 78%;
    left: 55%;
    content: url("./ui/map_HardinC_US.svg");
}

#mapLegendTextSeen { top: 77%; left: 32%; }
#mapLegendTextUnseen { top: 77%; left: 65%; }

#mapLegendTextTap { left: 5%; top: 14%; width: 90%; text-align: center; }
#mapLegendTextHardin { top: 21%; }
#mapLegendTextJefferson { top: 29%; }
#mapLegendTextBullitt { top: 37%; }
#mapLegendTextNelson { top: 45%; }
#mapLegendTextOldham { top: 53%; }
#mapLegendTextShelby { top: 61%; }
#mapLegendTextUser { top: 69%; }
#mapLegendTextPulsing { 
    top: 86%;
    text-align: center;
    left: 50%;
    width: 80%;
}

/* ============================== Credits Page ============================================ */
#crTitle{
    margin-bottom: 25px;
}

#crPage{
    display: grid;
    justify-items: center;
    align-items: center;
    z-index: 12;
    background-image: url(./ui/bkg50.png);
    grid-template-rows: 22dvh 78dvh;
}

.credslide{

}

.credSwiper{
    align-self: baseline;
    width: 100%;
    font-size: 18px;
    height: 100%; /* auto */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px !important;
}

.pTitle{
    font-size: 5vh;
    display: block;
    margin-top: 42px;
    margin-bottom: -3vh;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    line-height: 5vh;
}

.credContainer p{
    color: var(--main-blue);
    text-align: center;
    margin-bottom: 8px;
    margin-top: 4px;
    font-size: 1.7dvh;
}

.crIm{
    position: relative;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    margin-bottom: 16px;
    margin-top: 10px;
}

.crDesc{
    color: #730009 !important;
    text-decoration: underline;
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 700;
}

.crDesc a:link{
    color: #730009;
}
.crDesc a:visited{
    color: #730009;
}

.crH{
    margin-bottom: -2px !important;
    font-family: 'Montserrat', Arial, sans-serif;;
    font-weight: 700;
}

.mcr{
    color: #730009;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 0.8em;
    font-weight: 700;
}

.mcr a:link{
    color: #730009;
}

.mcr a:visited{
    color: #730009;
}



#crPage img{
    max-height: 6vh;
}

.pBack{
    top: unset;
    position: relative;
    align-self: start;
}
/* ============================== location page ============================================ */
#locPage{
    z-index: 12;
}

#locTitle{
    width: 80%;
    left: 10%;
    position: absolute;
    text-align: center;
    top: 7%;
    font-size: 4vh;
}

.selector{
    height: 69dvh;
    top: 27dvh;
}

#locShadow{
    top: calc(27dvh + 35px);
    z-index: 12;

}


.locButton{
    /* text-transform: capitalize; */
    width: 86% !important;
    left: 6%;
    height: 10vh !important;
    display: flex;
    background-color: var(--main-red);
    justify-content: center;
    margin: 10px;
    margin-bottom: 25px;
    border-radius: 50px;
    color: var(--main-yellow);
    filter: grayscale(0) drop-shadow(3px 3px 0px var(--main-dg));
    -webkit-filter: grayscale(0) drop-shadow(3px 3px 0px var(--main-dg));
    font-weight: 800;
}

.exLocButton{
   /* text-transform: capitalize; */
    position: absolute !important;
    width: 30% !important;
    top: calc(16dvh + 3% + 42px);
    left: 15%;
    height: 4vh !important;
    display: flex;
    background-color: var(--main-red);
    justify-content: center;
    margin: 0;
    border-radius: 50px;
    color: var(--main-yellow);
    filter: drop-shadow(3px 3px 0px var(--main-dg)); 
}

/* swiper fade */
.swiper-slide-prev{
    /* opacity: 0; */
}

.gb{
    background-color: var(--main-green);
}

.lk{
    filter: grayscale(1) drop-shadow(3px 3px 0px var(--main-dg));
    -webkit-filter: grayscale(1) drop-shadow(3px 3px 0px var(--main-dg));
}

.locButton img{
    height: 120%;
    top: -10%;
    position: relative;
}



.locButton p{
    position: absolute;
    left: 13vh;
    bottom: 50%;
    font-size: 3.3vw;
    margin: 0px;
    
    width: 65%;

}

.locButton span{
    position: absolute;
    left: 13vh;
    top: 50%;
    color: white;
    font-size: 3.8vw;
    
    width: 65%;
    
}

.exLocButton img{
    height: 120%;
    top: -10%;
    position: relative;
}

.exLocButton p{
    position: absolute;
    left: 5.2vh;
    bottom: 50%;
    font-size: 0.8vw;
    margin: 0px;
    
    width: 65%;
}

.topText{
    
    position: absolute;
    top: calc(12.5dvh + 4% + 42px);
    margin: 0px;
    left: 15%;
    width: 30%;
    color: var(--main-blue);
    font-weight: 900;
    text-align: center;
    font-size: 1.5vh;
}

.exLocButton span{
    position: absolute;
    left: 5.2vh;
    top: 50%;
    color: white;
    font-size: 1.2vw;
    
    width: 65%;
    
}

.bump span{
    top: 45%;
    font-size: 3.8vw;
    line-height: 3.6vw;
}

.bump p{
    bottom: 55%;
}

.swiper-scrollbar-drag{
    background: var(--main-red) !important;
}

.bc{
 background-color: #FF984E;   
}
.hc{
 background-color: #FC595A;   
}
.jc{
 background-color: #38B845;   
}
.nc{
 background-color: #3E87D3;   
}
.oc{
 background-color: #F261FF;   
}
.sc{
 background-color: #9E00FF;   
}

/* ============================== troubleshooting overrides ============================================ */

#tsPage{
    display: grid;
/*     justify-items: center;
    align-items: center; */
    z-index: 12;
    grid-template-rows: 22dvh 78dvh;
    color: var(--main-blue);
}

#tsTitle{
    align-self: center;
    font-size: 4vh;
}

#tsPage .desc{
    align-self: start;
    /* width: 75%; */
    /* top: 6%; */
    position: relative;
    padding-left: 1em;
}

#tsShadow{
    top: 22dvh;
}


.tsSwiper{
    /* top: 20px; */
    width: 100%;
    height: 100% !important;
    font-weight: 700;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px !important;
}


.scb{
    width: 73%;
    margin: 5vh auto;
    max-width: none;
    text-align: center;
    margin-bottom: 6dvh;
}
/* ============================== About page Overrides ============================================ */

#abPage{
    display: grid;
    justify-items: center;
    align-items: center;
    z-index: 12;
}

#abPage .desc{
    width: 80%;
    color: var(--main-blue);
    text-align: center;
    font-size: 2.4vh;
    line-height: 1.2em;
    margin-top: 3vh;
    /* text-indent: 35px; */
    align-self: start;
    top: 6%;
    position: relative;
    font-weight: 700;
}

/* ============================== About page Overrides ============================================ */

#dsPage{
    display: grid;
    justify-items: center;
    align-items: center;
    z-index: 12;
}

#dsPage .desc{
    width: 80%;
    color: var(--main-blue);
    text-align: center;
    font-size: 2.6vh;
    line-height: 1.2em;
    margin-top: 3vh;
    /* text-indent: 35px; */
    align-self: start;
    top: 6%;
    position: relative;
    font-weight: 700;
}

/* ============================== 8thwall overrides ============================================ */
#requestingCameraPermissions {background-image: linear-gradient(to bottom right, #98434A , #DC4D58);}
#loadImage { filter: hue-rotate(75deg) saturate(1) brightness(1.2); top: 72% !important;}
#loadBackground{
    background-color: transparent !important;
  }

/* #loadBackground { background-color: var(--main-bg) !important; } */

.prompt-box-8w { background-color: white !important; color: #000 !important; }
.prompt-button-8w { background-color: #E0C3BE  !important;}
.button-primary-8w {background-color: var(--main-red) !important;}

.coaching-overlay-container {
    z-index: 11 !important;
    color: white;
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif; ;
    filter: drop-shadow(1px 1px 0px black) !important;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -1px 2px 0 #000, -1px 0 0 #000 !important;
}


.coaching-overlay-prompt-status{
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif !important;
    filter: drop-shadow(1px 1px 0px black) !important;
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -1px 2px 0 #000, -1px 0 0 #000 !important;
    text-transform: uppercase;
    font-size: 1.1em !important;

}

/*  ========== redirect ========= */
/* 
color: white;
    filter: drop-shadow(1px 1px 0px black);
    text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 2px 2px 0 #000, 0 2px 0 #000, -1px 2px 0 #000, -1px 0 0 #000;
     */
.desktop-message span{
    display: none;
  }
  .desktop-message:after{
    font-family: "Montserrat", Arial, Helvetica, sans-serif, sans-serif !important;
    font-weight: 700;
    position: absolute;
    left: 25%;
    top: calc( 46vh + 16vh + 5vh );
    font-size: min(3vh, 20px);
    width: min(45vw, 600px);
    content: var(--redirect-message);
    color: var(--main-color);
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }


  #qrcode{
    left: 25%;
    top: 42vh;
    width: 16vh !important;
    height: 16vh !important;
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    background-image: url("./ui/qrcode-desktop.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  #qrcode svg{
      display: none !important;
  }

  #qrcode:after{ /* right side image */
    content: " ";
    background-image: var(--redirect-image);
    background-size: contain;
    background-color: transparent;
    height: min(50vw, 70vh);
    width: 50vw;
    left: 47vw;
    top: 5dvh;
    transform: translate(-50%, -50%);
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
  }

  .desktop-hint {
    background-image: url(./ui/mainLogo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 300px;
    left: 25%;
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    height: 15vh;
  }

  .desktop-hint span{
    visibility: hidden;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    font-variation-settings: 'wght' 300;
    width: 500px;
    left: 25%;
    top: calc(10% + 160px + 260px);
    position: absolute;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
  }

  .poweredby-img{
      visibility: hidden;
  }


  #almostthereContainer{
    background: linear-gradient(0.38turn, #181818, rgb(27, 27, 27), #242424);
    background-image: url("./ui/redirectbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgb(12, 12, 12) !important;
    z-index: 1111111 !important;
  }

  /* .desktop-home-link{
    font-family: 'Inter-VariableFont', Helvetica, Arial, sans-serif !important;
    font-variation-settings: 'wght' 300;
    background-color: none;
    background: linear-gradient(0.38turn,  rgb(168, 137, 101),  rgb(146, 129, 110), rgb(128, 114, 98)) ;
  } */


  stop{
    stop-color: #242424;
  }


/* ============================== Screen Capture and UI Capture ============================================ */
.screenCaptureHolder{
    height: 100%;
    width: 100%;
    grid-template-columns: 100%;
    grid-template-rows: 10% 60% 5% 20% 5%;
    display: grid;
    
    background-image: url("./ui/bkg.png");
    background-repeat: no-repeat;
    background-size: cover;
    
    opacity: 0;
    pointer-events: none;
    position: absolute;
    
    z-index: 99;
}

.imageHolder{
    width: 28vh;
    grid-row: 2;
    grid-column: 1;
    
    border: 2px solid black;
    
    filter: drop-shadow(6px 5px 0px #000000);
    display: grid;
}

.buttonHolder{
    width: 100%;
    height: 100%;
    
    grid-row: 4;
    grid-column: 1;
    
    
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
    display: grid;
    position: relative;
}

.shareButton{
    background: rgb(84 158 159) !important;
    color: white;
    border: none;
    padding: 0.4em 1.6em;
    width: 73%;
    height: 40%;
    max-width: 140px;
    font-size: 1.5em;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    font-weight: 700;
    grid-row: 1;
    grid-column: 1;
    position: relative;
    text-align: center;
}

.continueButton{
    background: rgb(220 69 81) !important;
    
    color: white;
    border: none;
    padding: 0.4em 1.6em;
    width: 73%;
    height: 40%;
    max-width: 140px;
    font-size: 1.5em;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    font-weight: 700;
    grid-row: 2;
    grid-column: 1;
    position: relative;
    text-align: center;
}

.photoReplace{
    width: 100%;
    height: 100%;
    position: absolute;
}

.captureContainer{
    width: 100vw;
    height: 100vh;
    left: -100%;
    position: absolute;
}

.imageHeader{
    height: 13%;
    width: 100%;
    position: absolute;
    top: 0%;
    z-index: 99;
    object-fit: contain;
}

/* ============================== Locked Experience ============================================ */

.lockedPopup{
  width:101%;
  height:37vh;
  z-index: 101;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%);
  left:50%;
  bottom:-100%;
  display: none;
  border-style: none;
  border-radius: 2vh 2vh 0 0;
  background-image: url("./ui/lockedBG.png");
  background-repeat: no-repeat;
  background-position: 10% 6%;
  background-size: cover;
  background-color: var(--main-bg);
  grid-template-columns: 7% 86% 7%;
  grid-template-rows: 5% 36% auto auto 5%;
  transition: bottom .5s ease-in-out;
}

.directionsButton{
    background: rgb(48 158 159) !important;
    color: white;
    border: none;
    padding: 0.4em 1.6em;
    margin: auto;
    width: 73%;
    max-width: 140px;
    font-size: 1.5em;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    font-weight: 800;
    grid-row: 3;
    grid-column: 2;
    position: relative;
    text-align: center;
}

.closeButton{
    background: rgb(220 69 81) !important;
    color: white;
    border: none;
    padding: 0.4em 1.6em;
    margin: auto;
    width: 73%;
    max-width: 140px;
    font-size: 1.5em;
    border-radius: 90px;
    filter: drop-shadow(2px 3px 0px #133737);
    font-weight: 800;
    grid-row: 4;
    grid-column: 2;
    position: relative;
    text-align: center;
}

.lockedPopupText {
    color: var(--main-blue);
    font-size: 1em;
    font-weight: 700;
    line-height: 1.4em;
    grid-row: 2;
    grid-column: 2;
    position: relative;
    text-align: center;
    align-self: center;
}