body {
    margin: 0;
    background-color: #ffffff;
    color: #000000;
    box-sizing: border-box;
    padding: 5vh 6.5vh 5vh 6.5vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.inverted {
    background-color: #000000;
    filter: invert(100%);
}

.logo {
    height: 4.8vh;
    width: auto;
}

.soon {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-family: 'Favorit';
    font-weight: 300;
    font-size: 1.77vh;
}

.footer {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.dojo {
    height: 8vh;
    margin-right: 20px;
}

.info {
    flex: 1;
    display: grid;
    grid-template-rows: 8.59vh;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    align-items: start;
}

.infoBox {
    font-family: 'Favorit';
    font-weight: 300;
    font-size: 1.77vh;
    white-space: nowrap;
}

.mapLink {
    text-decoration: none;
    color: inherit;
}

.mapLink:hover {
    font-family: 'FavoritLining';
}

.infoBox .title {
    font-weight: 400;
}

.social {
    font-family: 'FavoritLining';
    text-decoration: none;
    color: inherit;
    font-size: 1.77vh;
    white-space: nowrap;
}

@media (max-width: 768px) {
    body {
        padding: 2.5vh 3.2vh 2.5vh 3.2vh;
    }

    .footer {
        align-items: flex-start;
        justify-content: space-between;
    }

    .dojo {
        height: 4vh;
    }

    .info {
        flex: none;
        grid-template-rows: 10.5vh 10.5vh auto;
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .infoBox, .social {
        font-size: 1.7vh;
    }
}

@font-face {
    font-family: 'Favorit';
    src: url('fonts/Favorit-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Favorit';
    src: url('fonts/Favorit-Light.otf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'FavoritLining';
    src: url('fonts/Favorit-RegularLining.otf');
    font-weight: 400;
    font-style: normal;
}
