/* **********************************************************
*	EXT:t3sBootstrap	Css Imko
*  **********************************************************/

:root {
    --bs-list-group-color: #0061AB;
    --bs-btn-color: #fff;
}

/* Jumbotron Motto appearence and alignment */
p.motto {
    color: var(--bs-primary);
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 0.1em;
    /*margin: 15px 0 1px;*/
    padding: 0;
    text-align: right;
    text-shadow: -1px 1px 2px #606060;
    rotate: -5deg;
    display: inline-block;
}

.v-align {
    display: inline-block;
    padding: 13px 0;
}

.bg-dark hr {
    border-color: #a8a8a8;
}

.footer h5 {
    border-bottom: 1px solid #A8A8A8;
}

.btn-align .btn {
    color: #fff;
    padding: 6px 12px !important;
}

/* Align buttons to same hight*/
@media (min-width: 768px) {
    .btn-align .btn {
        /*bottom: 0;*/
        /*position: absolute;*/
        /*right: 1rem;*/
        margin-top: 1rem;
    }
}

/*#page-wrapper {*/
/*    overflow: hidden;*/
/*}*/

#page-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1000;
    margin-bottom: 3rem;
}

#page-footer {
    padding-bottom: 1rem;
}

a.list-group-item {
    color: var(--bs-list-group-action-color);
}

.mr-3 {
    margin-right: 1rem !important;
}

#c6637 {
    margin-bottom: 1rem;
}

#c4747,
#c3743 {
    padding-top: 1rem;
}

.text-muted {
    color: #868e96 !important;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.dropdown-item {
    position: relative;
}

.dropdown-submenu a::after {
    /*transform: rotate(-90deg);*/
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-menu .dropdown a::after {
    position: absolute;
    right: 6px;
    top: .8em;
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(0deg);
}

.main-navbarnav {
    flex-grow: 1;
}

.img-responsive.card-img-top {
    object-fit: cover;
}

.dropdown-menu .mainheader {
    font-size: 1.25rem;
}