@font-face {
    font-family: Main;
    src: url("fonts/Mark Simonson - Proxima Nova.otf") format("opentype");
}

@font-face {
    font-family: Main;
    font-weight: 300;
    src: url("fonts/ProximaNova-Light.otf") format("opentype");
}

@font-face {
    font-family: Main;
    font-weight: bold;
    src: url("fonts/proximanova-semibold.otf") format("opentype");
}

button.primary, a.primary {
    font-size: 20px;
    font-weight: 300;
    padding: 8px 24px;
    letter-spacing: 1px;
}
button.primary[disabled], a.primary[disabled] {
    color: #999 !important;
}

.welcome button.mat-primary[disabled], .welcome a.mat-primary[disabled] {
    background-color: #181818;
    color: #555 !important;
    border-color: transparent;
    pointer-events: none;
}
.welcome button.mat-cancel, a.mat-cancel {
    background: none;
    color: #999;
    font-weight: 300;
}

.menuBar button, .menuBar a {
    font-size: 20px;
    background: none;
    padding: 5px 20px;
    margin-left: 0;
}
.faqMenuPanel {
    margin-top: 78px;
    min-width: 360px !important;
    max-width: unset !important;
}
.faqMenuPanel .mat-menu-item {
    font-size: 17px;
    font-variant: small-caps;
}

.full-width-form {
    display: flex;
}
.full-width-form .groupBox {
    flex: 1;
}

.roundsMenuPanel {
    margin-top: 67px;
    min-width: 200px !important;
    max-width: unset !important;
    background: #eee !important;
}
.roundsMenuPanel .mat-menu-item {
    font-size: 17px;
    font-variant: small-caps;
    padding: 0 30px;
}

.mobile.faqMenuPanel {
    position: absolute;
    margin-top: 54px;
    width: calc(100vw - 58px);
    min-width: unset !important;
}
.mobile.faqMenuPanel .mat-menu-item {
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 400px) {
    .mobile.faqMenuPanel .mat-menu-item {
        white-space: normal;
        line-height: 1.2em;
        height: unset;
        min-height: 2em;
        padding: 6px 0;
    }
}

.no-error .mat-form-field-wrapper {
    padding-bottom: 0;
}

.faqButton .mat-button-wrapper, .roundButton .mat-button-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}


.jurorBody, .adminBody {
    max-width: 1340px;
    margin: 0 30px;
}

.termsTitle, .privacyTitle {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
}

.termsBody, .privacyBody {
    max-width: 800px;
    margin: auto;
}