@font-face { 
    font-family: 'Open Sans'; 
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    src: url("/grad-postdoc/apps/3mt/dist/OpenSans-VariableFont.ttf") format("truetype");
    font-display: swap; 
}

body { 
    font-family: "Open Sans", Helvetica, Arial, sans-serif; 
    font-size: 16px; 
    line-height: 1.428571429; 
    color: #212121;
    background-color: #fff; 
}

@media (max-width: 744px) { 
    div.banner__wrapper { 
        background-color: #002452; text-align: center; 
    } 
    img.banner__image { 
        margin: auto !important; 
        max-height: 190px !important;
        max-width: 300px !important;
        min-width: 100px !important; 
    } 
}

div.banner__wrapper { background-color: #002452; }

img.banner__image { margin: none; max-height: 120px; min-width: 130px; }

.queens-nav {
    background-color: #002452;
    border-color: #002452;
    border-radius: 0;
}
.queens-nav .navbar-brand {
    color: #ffffff;
}
.queens-nav .navbar-brand:hover, .queens-nav .navbar-brand:focus {
    color: #fabd0f;
}
.queens-nav .navbar-text {
    color: #ffffff;
}
.queens-nav a {
    color: #ffffff;
    text-decoration: none;
}
.queens-nav a:hover, .queens-nav a:focus {
    color: #fabd0f;
}

.text-no-wrap { white-space: nowrap; }
.htmx-indicator{
    opacity:0;
    transition: opacity 500ms ease-in;
}
.htmx-request .htmx-indicator{
    opacity:1
}
.htmx-request.htmx-indicator{
    opacity:1
}
.sortable > li { 
    cursor: move;
}

.mt2 {
    margin-top: 2em;
}
.input-digit {
    -ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
    text-align: center;
    width: 2rem !important;
}
