html {
    font-size: calc(1em + 0.1vw);
    -webkit-font-smoothing: antialiased;
}

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

body {
    font-family: Jost, "Segue UI", sans-serif;
    color: var(--body-text-color);
    background-color: var(--body-bg-color);
}

.bg-smoke {
    background-color: var(--alt-bg-color);
}

.bg-header {
    background-color: var(--header-bg-color);
}

.bg-footer {
    background-color: var(--footer-bg-color);
}

.shadow-top {
    box-shadow: 0 -.125rem 0 rgba(0,0,0,.075) !important;
}

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

footer {
    font-size: 1.0em;
    color: var(--footer-text-color);
}

footer div {
    color: #888;
}

footer a {
    color: var(--footer-link-color);
    text-decoration: none;
}

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

.logo-gray {
    color: rgb(94, 94, 94);
}

.logo-white {
    color: rgb(250, 250, 250);
}

.logo-pink {
    color: rgb(212, 24, 118);
}

#logo-title {
    font-family: Jost-Bold, "Segue UI", sans-serif;;
    font-size: calc(2.7em + 0.1vw);
    line-height: 1.3em;
    color: #555;
}

#logo-subtitle {
    font-family: Jost, "Segue UI", sans-serif;
    font-size: calc(1.05em + 0.1vw);
    color: #555;
}

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

h1 {
    font-size: calc(2.6em + 0.1vw);
    margin-bottom: 0.8em;
    margin-top: 0.2em;
}

h1.bold {
    color: #666;
    font-size: calc(2.2em + 0.1vw);
    font-family: Jost-Bold, "Segue UI", sans-serif;
}

h2 {
    font-size: calc(2.1em + 0.1vw);
    margin-bottom: 0.8em;
    margin-top: 0.2em;
}

h3 {
    font-size: calc(1.6em + 0.1vw);
}

h4 {
    font-size: 1.2em;
}

hr {
    margin: 2em auto;
}

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

a.nav-link {
    font-size: 1em;
    color: rgb(250, 250, 250) !important;
}

a.logo:hover {
    text-decoration: none;
}

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

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

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

a {
    color: #8a1952;
    text-decoration: none;
}

.error {
    color: red;
}

.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;
}

a.nav-link:hover {
    color: #ff2f97 !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
