html {
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
}

@media (prefers-color-scheme: dark) {

    body {
        color: white !important;
        background-color: #1d3d4d !important;
    }

    header, footer {
        background-color: #1c2d37 !important;
        color: white !important;
    }

    .bg-smoke {
        background-color: #132731 !important;
        color:white !important;
    }
    
    input, textarea {
        background-color: #5c6b79 !important;
        color: white !important;
        border-color: #323539 !important;
    }
    
    .text-danger {
        color: #fd7e14 !important;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link {
    color: white !important;
}

body {
    font-family: "Segue UI", sans-serif;
    color: #444d43;
    background-color: #fdfdfd;
}

header, footer {
    background-color: #336B87;
    color: white;
}

.bg-smoke {
    background-color: #f2f5f7;
}

.btn-custom {
    background-color: #336B87;
    border-color: #336B87;
    color: white;
}

.btn-custom:hover {
    background-color: #428aae;
    border-color: #428aae;
    color: white;
}

#content {
    width: 100%;
}

footer {
    font-size: 1.0em;
    color: white;
}

footer div {
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

#logo {
    color: #555;
    font-family: "Segue UI", sans-serif;
}

#logo-title {
    font-size: 2.8em;
    line-height: 1.3em;
    margin-top: 0.3em;
    margin-bottom: 0.2em;
    color: white;
}

#logo-subtitle {
    font-size: 1.35em;
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segue UI", sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 2em;
    margin-bottom: 0.8em;
    margin-top: 0.2em;
    font-weight: 510;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.1em;
    font-weight: 510;
}

h4 {
    font-size: 1.1em;
    font-weight: 510;
}

hr {
    margin: 2em auto;
}

b, strong {
    font-family: "Segue UI", sans-serif;
    font-weight: 550;
}

a.nav-link {
    font-size: 1em;
}

.container {
    max-width: 900px !important;
}

.profile-image {
    border-radius: 8px;
    max-width: 200px;
}

a:hover {
    color: #2f9ae3;
    text-decoration: underline;
}

a {
    color: #2f9ae3;
    text-decoration: none;
}

.error {
    color: red;
}