html {
    scroll-padding-top: 100px;
}
body {
    font-family: "Almendra SC", serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(0.6rem, 3vw + 0.5rem, 1.25rem);
    /*background: #382a2a;*/
    margin: 0;
    background-image: url("/images/map-bckgrnd.jpg");
    background-size: cover;
    background-position: center;
    color: #54080d;
    /*color: #360508;*/
    /*color: #800e13;*/
    /*color: #ddd2bd;*/
    /*padding: 20px;*/
    padding-top: 80px;
    scroll-padding-top: 80px;
}
header {
    text-align: center;
    /*background: #54380679;*/
    /*background: #382a2a6e;*/
    background: #382a2a4e;
    padding: 2px 15px;
    border: 9px double #382a2a7b;
    /* a6987b */
    border-radius: 7px;
    /*background-image: url("/images/map-bckgrnd.jpg");*/
    background-size: cover;
}
.homepage-nav button {
    padding: 10px 10px;
    max-height: 60px;
    border: 4px outset #6f6f6f;
    color: #ddd2bd;
}
.ingame-nav button {
    padding: 10px 10px;
    max-height: 60px;
    border: 4px outset #6f6f6f;
    color: #ddd2bd;
}
.homepage-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: #382a2a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.6rem;
}
.nav-dropdown {
    position: relative;
}
.dropdown-menu {
    display: none;
    position: absolute;
    flex-direction: column;
}
.dropdown-menu.show {
    display: flex;
    top: 100%;
    left: 0;
    flex-direction: column;
}
.ingame-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #382a2a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0.6rem;
}
#logo {
    width: auto;
    max-height: 40px;
    flex-shrink: 0;
    padding: 0;
}
.nav-left {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.home-button-text {
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    line-height: 1;
    max-width: 60px;
    font-size: 1rem;
}
button {
    padding: 10px 5px;
    margin: 5px 5px;
    cursor: pointer;
    font-size: 1.05rem;
    font-family: "Almendra SC", serif;
    font-weight: 600;
    color: #54080d;
    background: #382a2a6e;
    border: 7px outset #a6987b;
    /*border-color: #ddd2bd;*/
    /*border-color: #382a2a;*/
    border-radius: 8px;
    background-size: cover;
}
header h1 {
    font-size: 3rem;
}
header p {
    font-size: 1.25rem;
    font-weight: 600;
}
.account-buttons {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin: 1rem 0;
}
.account-buttons button {
    font-size: 2rem;
    width: 100%;
}
/*
footer {
    margin-top: auto;
    padding-left: 5px;
    height: 40px;
    background: #382a2a;
    position: relative;
    color: #ddd2bd;
    font-size: 0.9rem;
    display: flex;
    gap: 1rem;
}
    */
footer{
    margin-top: auto;
    background: #382a2a;
    color: #ddd2bd;
    font-size: 0.7rem;
    line-height: 1;
    padding: 5px 7px;
    display: flex;
    flex-wrap: wrap;
    gap: .9rem;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;

}
.footer-imp{
    font-size: 1rem;
}
footer p {
    margin: 0;
    flex: 1 1 auto;
}
.features {
    background: #382a2a4e;
    padding: 2px 15px;
    margin-top: 1rem;
    border: 7px double #382a2a7b;
    border-radius: 8px;
    text-align: center;
    background-size: cover;
}
.comparison {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
}

.profile-dropdown button {
    align-items: right;
}

.left-side {
    align-content: flex-start;
    align-self: flex-start;
    border-right: 2px solid #382a2a;
    padding-right: 2rem;
    left: 0;
    width: 50%;
}
.right-side {
    align-content: flex-end;
    align-self: flex-end;
    right: 0;
    width: 50%;
}
small {
    font-size: 0.7rem;
}
/*
this
is
a
comment
block
*/
#form {
    background: #382a2a4e;
    padding: 5px;
    border-radius: 10px;
    width: 30%;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.container {
    max-width: 1200px;
    margin: auto;
    padding: 20;
}
/*
.stat-bar
.stat-fill
.xp-fill
.energy-fill
.health-fill
*/

@media (max-width: 700px) {
    body {
        font-size: clamp(0.4rem, 3vw + 0.3rem, 1.25rem);
    }
    button {
        font-size: 0.9rem;
    }
    .homepage-nav button {
        padding: 10px 5px;
        max-height: 55px;
    }
    .homepage-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0.4rem;
    }
    .nav-left {
        gap: 0;
        padding: 5px;
    }
    .home-button-text {
        font-size: 0.9rem;
        max-width: 44px;
    }
    #logo {
        width: auto;
        max-height: 35px;
        flex-shrink: 0;
    }

    .comparison {
        display: flex;
        flex-direction: column !important;
        gap: 1rem;
    }
    .desktop-only {
        display: none;
    }
    .comparison .left-side {
        border-right: none !important;
        border-bottom: 2px solid#382a2a;
        padding-bottom: 1rem;
        padding-right: 0% !important;
        margin-bottom: 1rem;
    }
    .left-side {
        width: auto;
    }
    .right-side {
        width: auto;
    }
}
