@font-face {
    font-family: "metrify-light";
    src: url("dist/fonts/nanmetrifyc-Std-light.woff2") format("woff2"),url("dist/fonts/nanmetrifyc-Std-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "metrify-regular";
    src: url("dist/fonts/nanmetrifyc-Std-reg.woff2") format("woff2"),url("dist/fonts/nanmetrifyc-Std-reg.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "metrify-bold";
    src: url("dist/fonts/nanmetrifyc-Std-bld.woff2") format("woff2"),url("dist/fonts/nanmetrifyc-Std-bld.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "cats-headline";
    src: url("dist/fonts/CatsHeadline-Regular.woff2") format("woff2"),url("dist/fonts/CatsHeadline-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "icomoon";
    src: url("dist/fonts/icomoon.eot");
    src: url("dist/fonts/icomoon.eot#iefix") format("embedded-opentype"),url("dist/fonts/icomoon.woff2") format("woff2"),url("dist/fonts/icomoon.ttf") format("truetype"),url("dist/fonts/icomoon.woff") format("woff"),url("dist/fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    font-family: "cats-headline", Arial, Helvetica, sans-serif;
}

.site-banner__heading {
    text-align: center;
    background: #c928b2;
    color: white;
    padding: 0.8em;
    width: 100%;
    margin-bottom:0.5em
}

.navbar-brand {
    padding:0;
}

.navbar .container-fluid {
    background: #7A1B72; /*#fae6fa;*/
    margin: 0 12px;
    padding: 0 12px;
}

.nav-link, .nav-link.active {
    font-family: "metrify-bold",Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 34px;
    color: #ffffff;
}

    .nav-link.active {
        color: #ffffff !important;
        text-decoration: underline;
    }

    .nav-link:hover, .nav-link.active:hover {
        color: #7A1B72 !important;
        background: #fae6fa;
    }

.navbar-toggler {
    border-color: rgba(255,255,255,0.75);
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.btn, .btn--secondary, .btn--thirdly {
    font-family: "metrify-bold",Arial,Helvetica,sans-serif;
    font-size: 20px;
    line-height: 26px;
    transition: background-color 0.5s;
    cursor: pointer;
    vertical-align: middle;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 10px 23px;
    position: relative;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    background-color: #7A1B72;
    color: white;
    transition-duration: 0s;
}

    .btn:hover {
        background-color: #fae6fa;
        color: #7A1B72;
        transition-duration: 0s;
    }

.btn--secondary {
    background: #c928b2;
    color: white;
    transition-duration: 0s;
}

    .btn--secondary:hover {
        background-color: #fae6fa;
        color: #7A1B72;
        transition-duration: 0s;
    }

.btn--thirdly {
    background: #fae6fa;
    color: #7A1B72;
    transition-duration: 0s;
}

    .btn--thirdly:hover {
        background-color: #7A1B72;
        color: white;
        transition-duration: 0s;
    }

.btn--large {
    display: block;
    margin: 0.5em 0;
    font-size: 1.5em;
    padding: 2em;
}

.btn--search:after {
    font-family: icomoon !important;
    content: "\e902";
    font-size: 24px;
    width: 24px;
    margin:0;
    padding:0;
}

.togglePassword {
    cursor: pointer;
}