﻿.romanesco-regular {
    font-family: "Romanesco", cursive;
    font-weight: 400;
    font-style: normal;
}
.merriweather-regular {
    font-family: "Merriweather", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: italic;
    font-variation-settings: "wdth" 100;
}

* {
    text-transform: none !important;
}
.mud-button-label {
    font-weight: 800;
}
.mud-toolbar {
    height: fit-content !important;

    @media (max-width: 960px) {
        margin-top: 20px;
    }

    @media (max-width: 600px) {
        margin-top: 40px;
    }
}
.login-card {
    background-color: white;
}
.floated {
    float: left;
    width: 300px;
    margin-right: .5em;
}
.mud-tab-panel {
    color: #354eab;
}
.menu-holder {
    background-color: #354eab;
    width: 100vw;
    padding-top: 10px;
    padding-bottom: 10px;
}
.custom-mud-menu {
    background-color: #354eab !important;
    margin-top: 2.5em;
    left: 50% !important;
    transform: translateX(-50%);
}
.mobile-button .mud-button {
    color: #f4fafc;
}
.mobile-button {
    display: flex;
    justify-content: center;
}
.mobile-menu {
    display: flex;
    justify-content: center;
}
.mud-typography-h1 {
    color: #354eab;

    @media (max-width: 960px) {
        font-size: 100px;
    }

    @media (max-width: 600px) {
        font-size: 80px;
    }
}
.mud-typography-h2 {
    color: #58b7ff;
    font-style: italic;

    @media (max-width: 960px) {
        font-size: 60px;
    }

    @media (max-width: 600px) {
        font-size: 50px;
    }
}
.favorites {
    color: #58b7ff !important;
}
.mud-typography-h3 {
    color: #354eab;
    font-style: italic;

    @media (max-width: 960px) {
        font-size: 50px;
    }

    @media (max-width: 600px) {
        font-size: 35px;
    }
}
.mud-typography-h4 {
    color: #58b7ff;

    @media (max-width: 960px) {
        font-size: 40px;
    }

    @media (max-width: 600px) {
        font-size: 24px;
    }
}
.mud-typography-h5 {
    color: #354eab;
}

.mud-typography-subtitle2 {
    font-size: 30px;
    color: black;
}

.mud-typography-body1 {
    color: #454d53;
}

.mud-typography-body2 {
    color: black;
    font-size: 15px;
}

.mud-typography-caption {
    color: #454d53;
}

footer {
    margin-top: .5em;
    margin-bottom: .5em;
}

.mud-expansion-panels {
    margin-top: 1em;
}

.mud-expand-panel {
    color: #454d53;
    background-color: #f4fafc;
}

.mud-expand-panel-text {
    font-style: italic;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
}

li {
    text-align: left;
}

@media (max-width: 600px) {
    .mobile-column {
        flex-direction: column !important;
        row-gap: 12px !important;
    }
}

.small-only {
    @media (min-width: 601px) {
        display: none;
    }
}

.above-small {
    @media (max-width: 600px) {
        display: none;
    }
}

.small-margin {
    margin-top: -40px;
}

.h2-margin {
    margin-top: 130px;
    margin-bottom: -20px;
    margin-left: -100px;
    white-space: nowrap;

    @media (max-width: 960px) {
        margin-top: 40px !important;
        margin-left: -50px !important;
    }
}

.gap-3 {
    gap: unset;
    column-gap: 12px;
}

.custom-bg {
    background-color: #454d53;
}

.mud-input-slot {
    color: #454d53 !important;
}

.mud-input-control {
    border-radius: 20px;
    background-color: #d9d9d9;
}

.mud-input-control-boolean-input {
    background-color: white;
}

.mud-input-outlined-border {
    color: #454d53 !important;
}

.mud-input-label {
    color: #454d53 !important;
}

.mud-input-numeric-spin button {
    color: #354eab;
}

.mud-toolbar-gutters {
    padding-left: 0;
    padding-right: 0;
}

.mud-popover.mud-popover-open {
    background-color: #d9d9d9;
    color: #454d53;
}

.inverted-button {
    color: #354eab;
    background-color: #c2dcff;
}

    .inverted-button:hover {
        background-color: #c2dcff;
    }

.mud-select:has(.my-mud-select) {
    width: 50%;
}

.mud-typography-align-left {
    align-self: start;
}