html{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    margin: 0; 
    padding: 0;
}

body{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    overflow: hidden;
    text-align: center;
}

h1 { font-size: 1.55rem !important; }
h2 { font-size: 1.4rem !important; }
h3 { font-size: 1.2rem !important; }
h4 { font-size: 1rem !important; }
p { font-size: 1rem !important; }
a {font-size: 1rem !important;}

div.loading_parent{
    height: 100vh;
    width: 100%;
    position: absolute;
    background-color: rgb(0, 0, 0);
    z-index: 100;
    visibility: visible;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding-top: 300px;
}

.enviroment{
    width: 100%;
    height: 100vh;
    background-color: grey;
    background-size: 100%;
    background-position-y: -500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -10;
}

div.stay_content_parent{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: none;
    z-index: 10;
    visibility: visible;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

div.stay_content{
    position: absolute;
    right: 0;
    left: 0;
    top: 22vh;
    bottom: 0;
    margin: 0;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .5));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    display: block;
}

h1.stay_title{
    font-family: StayGreeterBold !important;
    width: 95%;
    overflow-x: visible;
    color: black !important;
    max-height: 7rem;
    overflow-y: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.hosted_by_title{
    max-height: 1.5rem;
}

div.menu_scroll_view{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 1.8rem;
    bottom: 0;
    overflow-x: scroll;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 0px;
}

div.navigation_parent{
    position: relative;
    left: 0;
    right: 0;
    height: calc(100% - 21rem);
    max-height: 275px;
    min-height: 125px;
}

h3.greetings_title{
    font-family: StayGreeterBold !important;
    color: black !important;
    height: 2rem;
}

p.short_greeting{
    max-height: 6rem;
    overflow-y: scroll;
    padding-right: .5rem;
}

button.feature_view_button{
    width: 9rem;
    height: 90%;
    text-align: left;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 10px;
    outline: none;
    border: none;
    padding: 8px;
    display: inline-flex;
    align-items: flex-start;
    font-size: 1rem;
    position: relative;
    cursor: pointer;
}

h4.feature_view_button_text{
    width: 75%;
    white-space: normal;
    color: black !important;
}

img.feature_view_button_decor{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 20%;
    opacity: 70%;
}

div.feature_content_parent{
    position: absolute;
    height: 80vh;
    right: 0px;
    left: 0px;
    bottom: 0vh;
    top: 22vh;
    margin: 0;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, .7), rgba(255, 255, 255, .5));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: none !important;
    z-index: 10;
    text-align: left;
}

div.feature_content{
    position: absolute;
    width: 100%;
    top: 120px;
    bottom: 10vh;
    left: 0;
    right: 0;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0;
    z-index: 10;
    text-align: left;
    overflow-y: scroll;
    border: none;
    outline: none;
}

h1.feature_title{
    position: absolute;
    top: 10px;
    left: 1rem;
    padding: 0;
    margin-top: 0;
    font-family: StayGreeterBold !important;
    width: 60%;
    overflow-x: visible;
    color: black !important;
}

p.feature_content_element_txt{
    position: relative;
    padding-right: 50px;
    font-family: StayGreeterRegular !important;
    color: black !important;
}

button.feature_back_button{
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

img.feature_back_button_img{
    width: 55%;
    height: 55%;
    margin: auto;
    border: none;
    background: none;
    outline: none;
}

img.feature_content_element_img{
    position: relative;
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 15px;
}

.feature_content_element_poi{
    position: relative;
    display: block;
    width: 90%;
    height: 60px;
    backdrop-filter: blur(8px);
    border-radius: 15px;
    border: none;
    font-family: StayGreeterBold !important;
    font-size: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: black !important;
    padding-right: 2rem;
    padding-left: 1rem;
}

img.feature_content_element_poi_decor{
    position: absolute;
    right: .75rem;
    height: 25%;
    width: auto;
    top: 37.5%;
}

.add_to_homescreen_bg{
    position: absolute;
    z-index: 50;
    border-radius: 10px;
    padding: 1.5rem;
    transition: opacity 3s ease;
}

.safari{
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    text-align: center;
}

.edge{
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    text-align: center;
}

.chrome{
    top: 1rem;
    right: 1rem;
    left: 1rem;
    text-align: center;
}

.desktop_ath{
    right: 3rem;
    top: 1rem;
    width: 400px;
}

/*#region Responsiveness*/

@media screen and (max-width: 649px) {
    /* Level 1 (Smallest) Screens */

    .enviroment{
        object-fit:cover;
    }
}
  
@media screen and (min-width: 650px) {
    /* Level 2 Screens */

    .enviroment{
        object-fit:contain;
    }

}
  
  /*#endregion*/