body {
    font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}

main > .container, main > .container-fluid
{
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container, .footer > .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.navbar form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .navbar form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.navbar form > button.logout:focus,
.navbar form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.navbar form > button.logout:focus {
    outline: none;
}

/* style breadcrumb widget as in previous bootstrap versions */
.breadcrumb {
    background-color: var(--bs-gray-200);
    border-radius: .25rem;
    padding: .75rem 1rem;
}

.breadcrumb-item > a
{
    text-decoration: none;
}
/*Navbar styles*/
.navbar {
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding: 10px 7vw;
}
.navbar-brand {
    font-size: 23px;
    font-weight: 500;
    color: #212529;
}
.navbar-brand .navbar-brand-img {
    height: 40px;
}

/*button styles*/
.aldc-button {
    background-color: #212529;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    padding: 15px 20px 15px 20px;
    border-radius: 0;
    transition: padding 0.6s ease;
}
.aldc-button:hover {
    background-color: #000;
    font-weight: 500;
    color: #fff;
    padding: 15px 800px 15px 20px;
}
.aldc-button:active {
    background-color: #929292 !important;
    font-weight: 500 !important;
    color: #000 !important;

}
/*Form field styles*/
.form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 20px;
    color: #212529;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
/*form checkbox styles*/
.form-check-input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
/*form label styles*/
.form-label {
    font-size: 20px;
    color: #212529;
    text-transform: uppercase;
    margin-bottom: 0;
}
/*footer styles*/
.footer {
    background-color: #212529;
    color: #fff;
    padding: 30px 7vw;
    font-size: 14px;
    text-transform: uppercase;
    border-top: 1px solid #ddd;
}
.no-decoration {
    text-decoration: none;
    color: #212529;
}
.footer a {
    color: #fff;
    margin-left: 10px;
}
.pre-footer {
    padding: 0 7vw;
}
.prefooter p {
    margin-bottom: 0;
}
.text-strong {
    font-weight: 800;
}
.text-strong li {
    font-weight: 800;
}
@media(max-width:767px) {
    main > .container, main > .container-fluid {
        padding: 10px 15px 20px;
    }
    .navbar-brand {
        font-size: 16px;
    }
    .navbar-toggler {
        display: block;
        margin-left: auto;
    }
    .site-login img, .site-signup img {
        width: 60%;
        margin: 0 auto;
    }

    h1 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
    }
    p {
        text-align: justify;
    }
}