* {
    font-family: PT Sans,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji" !important;
    hyphens: auto;
}

body {
    display: flex;
    flex-direction: column;
}

h1, h2 {
    font-size: 1.75rem !important;
    border: none;
}

h3 {
    font-weight: bold;
}

a {
    color: #0369a1;
}

#header {
    background: #27272a;
    box-shadow: 0 0 4px rgba(0,0,0,.8);
}

#layout {
    min-height: auto;
    margin: 0;
}

#push {
    display: none;
}

#foot {
    margin-top: auto;
    padding-top: 2rem;
}

#footer {
    height: auto !important;
    padding: 2rem 0 !important;
    margin-top: -.5rem;
    background: #18181b;
}

#footer-silhouette {
    margin-bottom: -11px;
    overflow: hidden;
}

#footer-silhouette img {
    width: 104%;
    min-width: 1000px;
}

#logo {
    color: #ffcc00;
}

#logo img {
    height: 2.5rem;
    margin-top: .75rem;
}

.menu-link span:focus, .menu-link span:hover {
    color: #0369a1;
}

#menu {
    background: #18181b;
}

#menu .pure-menu ul {
    border: none;
}

.pure-menu-heading {
    background: #0369a1 !important;
}

.pure-button {
    margin-bottom: .5rem;
}

#foot #foot-links {
    display: flex;
    gap: .75rem;
}

#foot-links a:first-of-type {
    margin-left: auto !important;
}

#foot-links a:last-of-type {
    margin-right: auto !important;
}

#foot a {
    font-weight: 400 !important;
    background-color: transparent !important;
    padding: .2rem .5rem !important;
    margin-left: -.5rem;
    border-radius: .25rem;
    border: 1px solid rgba(255,255,255,.2);
    margin: 0 !important;
    text-decoration: none
}

#foot a:hover,
#foot a:focus,
#foot a:active {
    color: #ffffff !important;
    background-color: rgba(255,255,255,.1) !important;
}

.pure-controls,
#submit_button {
    width: 100%;
}

.pure-control-group label,
.pure-controls label {
    margin: .5rem 0 .25rem 0 !important;
    text-align: left !important;
    width: 100% !important;
    color: #52525b;
    font-weight: bold;
}

.pure-control-group input {
    width: 100%;
}

.pure-form-aligned .pure-controls {
    margin: 0;
}

.pure-button-red {
    background-color: #0369a0 !important;
    border-radius: .375rem !important;
    border-color: rgba(0,0,0,.2) !important;
}

.pure-button-red:hover,
.pure-button-red:focus {
    background-color: #075985;
}

.pure-button-red:focus,
input:focus,
select:focus,
a:focus {
    outline: 2px solid #0369a1 !important;;
    outline-offset: 2px;
}

input:focus {
    border-color: #0369a1 !important;
}

input,
select,
textarea {
    box-shadow: none !important;;
    border-radius: .375rem !important;
}

#header select {
    background: rgba(255,255,255,.05) !important;
    border-color: rgba(255,255,255,.15) !important;
    color: #ffffff;
}


.pure-form-message {
    color: #52525b;
}

.message-box {
    border-radius: .375rem;
}

.message-box p:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    #header,
    .logo-header {
        height: 4rem;
    }
    
    #logo img {
        height: 1.8rem;
        margin-top: .5rem;
    }
    
    .menu-link,
    .menu-link:hover,
    .menu-link:focus {
        padding: 1.25rem 0;
    }
    
    .fa-2x {
        font-size: 1.5rem;
    }
    
    h1, h2 {
        margin-top: 0;
        font-size: 1.5rem;
    }
    
    #content {
        padding-bottom: 0;
    }
    
    #f {
        width: 100%;
    }
}

@media (prefers-color-scheme: dark) {
    body {
        background: #27272a;
        color: #ffffff;
    }
    
    h2, h3 {
        color: #ffffff;
    }

    a {
        color: #38bdf8;
    }
    
    .pure-button {
        background-color: #3f3f46;
        border: 1px solid #52525b;
        color: #ffffff;
    }

    .pure-button:hover,
    .pure-button:focus {
        background-color: #52525b;
    }

    .pure-button-red {
        border-color: rgba(255,255,255,.15) !important;
    }
    
    .pure-control-group label,
    .pure-controls label,
    .pure-form legend {
        color: #e4e4e7;
    }

    input,
    select,
    textarea {
        background: rgba(255,255,255,.05) !important;
        border-color: rgba(255,255,255,.15) !important;
        color: #ffffff;
    }

    input:disabled {
        color: #d4d4d8 !important;
    }
    
    .pure-form-message {
        color: #e4e4e7;
    }

    .message-box {
        background-color: #3f3f46;
        border-color: #52525b;
    }

    .message-box.error,
    .message-box.error h3 {
        color: #27272a !important;
    }

    .enablebox table,
    .pure-table,
    .pure-table td,
    .pure-form legend {
        border-color: #52525b !important;
    }

    .enablebox tr.enabled td {
        background-color: #3f3f46 !important;
    }

    .enablebox tr.disabled td {
        background-color: #52525b !important;
    }

    .pure-menu-link {
        color: #a1a1aa;
    }

    .pure-menu-selected > .pure-menu-link,
    .pure-menu-selected > .pure-menu-link:visited {
        color: #ffffff !important;
    }

    .expandable,
    .expandable .expander,
    .expandable.expanded .expander,
    .code-box {
        border-color: #52525b;
    }

    .expandable .expander {
        background-color: #3f3f46;
        color: #ffffff;
    }

    .expandable .expander:hover,
    .expandable .expander:focus {
        background-color: #52525b;
    }

    .pure-table-striped tr:nth-child(2n-1) td {
        background-color: #3f3f46;
    }
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('./pt-sans/pt-sans_regular.woff2') format('woff2');
}
  
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url('./pt-sans/pt-sans_italic.woff2') format('woff2');
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('./pt-sans/pt-sans_bold.woff2') format('woff2');
}
  
@font-face {
    font-family: 'PT Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('./pt-sans/pt-sans_bold-italic.woff2') format('woff2');
}
