@font-face {
    font-family: 'maax_monoregular';
    src: url('/fonts/maax_mono_-_regular-205tf_1-webfont.woff2') format('woff2'), url('/fonts/maax_mono_-_regular-205tf_1-webfont.woff') format('woff');
    /* font-weight: 600; */
    font-style: normal;
}

 :root {
    --mdText: 24px;
    --smText: 14px;
}


/* apply a natural box layout model to all elements, but allowing components to change */

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    height: 100%;
}

body {
    margin: 0px;
    color: white;
    background: grey;
    font-family: 'maax_monoregular', monospace;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
}

.content {
    margin: 0px;
    height: 100%;
    text-transform: uppercase;
}

#ui {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 28px;
    /* background: black; */
}

a,
a:hover,
a:active,
a:focus,
a:visited {
    color: white;
    text-decoration: none;
}

ul {
    list-style-type: none;
    /* padding: 0; */
}

.info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    /* align-content: center; */
    justify-content: center;
    align-items: center;
    margin-top: 25vh;
}

.info>* {
    margin-bottom: 10px;
}

.info img {
    max-width: 820px;
    width: 100%;
    margin-bottom: 60px;
}

.nav {
    margin-bottom: 15px;
}

#ui {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.info div:not(.links),
#ui a,
#ui li div {
    background-color: black;
    padding-bottom: 2px;
    padding-left: 4px;
    padding-right: 4px;
    display: inline;
}

.nav li {
    display: inline-block;
    margin-bottom: 15px;
}

.vert {
    display: none;
}

.horiz {
    display: block;
}

@media only screen and (max-width: 768px) {
    #ui {
        font-size: 18px;
    }
    .info img {
        max-width: 860px;
        width: 100%;
        /* margin-bottom: 80px; */
        /* padding-left: 30px;
        padding-right: 30px; */
        /* margin-top: 20vh; */
    }
    .horiz {
        display: none;
    }
    .vert {
        display: block;
    }
}

#modal {
    display: none;
    background-color: rgba(0, 0, 0, .9);
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    overflow: auto;
}

#modalClose {
    color: #fff;
    position: fixed!important;
    top: 15px;
    right: 15px;
    height: auto;
    width: 1rem;
    /* transition: transform .4s ease-in-out; */
    cursor: pointer
}

#modalClose:hover {
    transform: rotate(180deg)
}

#modalWrap {
    height: 100%;
    width: 100%;
    padding-top: 40px;
    display: table;
    text-align: center;
    transition: all .2s ease-in-out;
    box-sizing: border-box
}

#modalBody {
    height: calc(100% - 40px);
    width: 100%;
    display: table-cell;
    vertical-align: middle
}

#modalHeader {
    margin-bottom: 1rem;
    /* font-weight: 600 */
}

#modalContent {
    font-size: 2rem;
    /* padding: 15px */
}

#modalContent a,
a:active,
a:focus,
a:hover,
a:visited {
    color: #fff
}

#modalBody div {
    margin-bottom: 20px
}

.date {
    font-size: 1rem
}

.socials {
    display: flex;
    justify-content: center;
    width: 100vw;
    align-items: center;
    flex-direction: row;
    font-size: 24px
}

.socials li {
    margin: 0;
    display: block;
    padding: 0;
    margin-bottom: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.socials a {
    background: 0 0
}

.error {
    color: red
}

fieldset {
    display: block;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    min-width: -webkit-min-content;
    border-width: 0;
    border-style: none;
    border-color: none
}

input,
.input-group-btn button {
    border: solid 2px #fff;
    background-color: #00000000;
    font-size: 1rem;
    color: #fff;
    border-radius: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    transition: background-color .5s;
    transition: color .5s
}

input,
submit {
    background-color: #000
}

.btn:hover {
    background-color: #fff;
    color: #000
}

.input-group {
    margin-bottom: 0!important;
    margin-top: -10px
}

#response {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0
}

.socials {
    margin-bottom: 0!important
}

.logo {
    max-width: 150px;
    margin: auto
}

.consent {
    font-size: 12px!important
}

#response {
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px
}

.myVideo {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#follow,
#email {
    cursor: pointer;
}
.hidden {
    display: none!important;
}

.brits { position: fixed; margin-top: -200px; }
.brits h3 { text-indent: -10000px; }