:root {
    font-size: 1em;
}

html {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    height: 100%;
    margin: 0px;
    font-family: ff-dax-pro, sans-serif;
    background-color: #222;
    color: #fff;
}

hr {
    height: 1px;
}

a {
    color: #fff;
}


h1 {
    margin: 0px;
    font-size: 50px;
}

.header-line {
    border: none;
    background-color: #fff;
    color: #fff;
    margin-top: 1em;
    margin-bottom: 1em;
}

.banner {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
    height: 2rem;
    display: flex;
}

.banner a {
    text-decoration: none;
}

.logo {
    height: 100%;
    max-width: 70vw;
    width: 80%;
}

.logo img {
    margin-top: -0.1rem;
    height: 100%;
    max-width: 100%;
}

.banner-space {
    flex-grow: 1;
}

.menu-button {
    cursor: pointer;
    display: flex;
    align-items: center;
}

#menu-button-cross {
    display: none;
}

.menu {
    position: fixed;
    left: 0;
    top: 4rem;
    padding: 0px;
    background: #222;
    width: 100%;
    z-index: 10000;
    visibility: hidden;
}

.menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    font-size: 1.1rem;
}

.menu li {
    padding: 1rem;
    border-top: 1px solid #fff;
}

.footer {
    color: #fff;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1em;
    padding-bottom: 1em;
}

.footer span {
    width: 100%;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}

.work-title {
    font-size: 1.3rem;
}

.map {
    height: 26rem;
}

.nav-map {
    height: calc(100dvh - 8rem);
}

.map-label {
    color: #222;
    font-family: ff-dax-pro, sans-serif;
}

.start-button {
    opacity: 0.8;
    background-color: #222;
    width: 100%; /* 10rem */;
    height: 2.6rem;
    position: absolute;
    left: 0; /* calc(50% - 5rem); */
    top: 15rem;
    z-index: 10000;
    cursor: pointer;
}

.start-button div {
    height: 100%;
    width: 100%;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}

.content {
    color: #fff;
    padding: 1em;
    font-size: 1em;
}

.separator {
    margin-top: 1em;
}

.section-space {
    margin-top: 1em;
}

.controls {
    display: none;
}

.status {
    display: none;
}

.debug { 
    display: none;
}

.debug-info {
    padding-left: 1em;
}
