﻿.modal {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;

    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-window {
    background: #fff;
    width: 320px;
    height: 240px;
}

/* Navbar */

.navbar {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px;
    display: flex;
    align-items: center;
    height: 48px;
}

.navbar img { display: block; }

.navbar__brand { width: 128px; }

.navbar__menu {
    display: flex;
    flex: 1;

    text-transform: uppercase;
    letter-spacing: 1px;
    
    padding: 0 12px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.navbar__aux {
    display: flex;
    align-items: center;
}

/* */

.site-footer {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 12px;
    display: flex;

    
}

    .site-footer p {
        font-size: 12px;
    }

.site-footer__desc {
    flex: 2;
}

.site-footer__menu {
    flex: 1;
}

.site-footer__flair {
    flex: 2;
}


/**/

.game-identity {
    background: hotpink;
    color: #fff;
    min-height: 192px;

}


.game-identity__content {
    max-width: 1200px;
    margin: 0 auto;
}



.game-identity__title {
    font-family: 'geomanist-ultra', sans-serif;
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;

    overflow: hidden;
    margin: -4px 0;
}



.game-identity__subtitle {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}


.game-identity__variant {
    font-family: 'geomanist-light', sans-serif;
    display: inline-block;
    margin-left: 6px;
    font-weight: 300;
    text-transform: none;
}

.game-identity__menu {
    height: 48px;
    display: flex;
}

.game-identity__menu a {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    height: var(--vertical-rythm);
    padding: 0 12px;
    color: #ffffff;
    cursor: pointer;
}
    