﻿html, body {
    font: 400 15px/1.8 Lato, sans-serif;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
    overflow-x: hidden;
}

h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;
    font-size: 20px;
}

a, .btn-link {
    color: #0366d6;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    opacity: 0.95;
}

.claim {
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 2px;
    color: rgb(34, 34, 34);
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
    }

.nav-item a {
    color: rgb(245, 245, 245);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

    .nav-item a.active {
        background-color: rgba(255,255,255,0.25);
        color: rgb(245, 245, 245);
    }

    .nav-item a:hover {
        background-color: rgba(255,255,255,0.1);
        color: rgb(245, 245, 245);
    }

.content {
    padding-top: 1.1rem;
}

.navbar, .footer {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: rgb(34, 34, 34);
    color: rgb(245, 245, 245);
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
    opacity: 0.9;
}
.footer.text{
    text-align: center;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(245, 245, 245);
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (min-width: 768px) {

    .navbar-toggler {
        display: none;
    }
}

.logo {
    display: block;
    width: 16px;
    height: 16px;
    /*background: url(./assets/blazor.svg);*/
    background-size: 16px 16px;
    color: #5c2d91;
  }

#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;
    }
