@font-face {
    font-family: 'NHaasGroteskDSPro-65Md';
    src: url('../fonts/NHaasGroteskDSPro-65Md.eot');
    src: url('../fonts/NHaasGroteskDSPro-65Md.eot?#iefix') format('embedded-opentype'), url('../fonts/NHaasGroteskDSPro-65Md.woff2') format('woff2'), url('../fonts/NHaasGroteskDSPro-65Md.woff') format('woff'), url('../fonts/NHaasGroteskDSPro-65Md.ttf') format('truetype'), url('../fonts/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/i.woff2') format('woff2'), url('../fonts/i.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

#arcadious-main-container {
    background-color: white;
    border: 1px solid #e0e0e0;
}

:root {
    --cnvs-themecolor: #64baaa;
}

.dark {
    --cnvs-header-sticky-bg: #140063;
    --cnvs-contrast-bg: #140063;
    --cnvs-contrast-bg-offset: #140063;
}

ul, ol {
    margin-left: 15px;
}

#header-wrap {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05) !important;
}

.menu-link {
    font-size: 1rem !important;
}
h1, h2, h3 {
    font-family: 'NHaasGroteskDSPro-65Md', Arial, sans-serif;
}

h1 {
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 2px;
}

h2
{
    line-height: 1.0;
    letter-spacing: 1px;
}

.content-wrap {
    background-image: url('../images/background_50.webp') !important;
    background-size: 20%;
    background-color: rgba(255, 255, 255, 0.2);
    background-blend-mode: overlay;
    padding-top: 1.5em;
}

#index-hero-text
{
    font-size: 1.3rem;
}

label
{
    font-weight: bold;
}

#footer
{
    margin-top: 0px !important;
}

.content-wrap
{
    min-height: 900px;
}

h3
{
    letter-spacing: 1px;
}

.tagcloud button {
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 6px;
    border: 1px solid var(--cnvs-contrast-300);
    font-size: 13px !important;
    color: var(--cnvs-contrast-700);
    border-radius: 2px;
    background-color: transparent;
    text-align: left;
}

a {
    border-bottom: 1px dotted #32127a;
}