/* [data-md-color-primary="red"] {
    --md-primary-fg-color: #ff0000;
    --md-accent-fg-color: #ff6f6f;
} */

.md-header {
    background: linear-gradient(to bottom, #112215 0%, #165d3a 100%);
}

.md-nav__title {
    background: linear-gradient(to bottom, #112215 0%, #165d3a 100%);
}

.md-header__button.md-logo img {
    /* height: 100px; */
    width: auto;
    filter: none !important;
}


.md-typeset a {
    color: red;
}

.md-nav__link {
    color: red !important;
}

.md-nav__title {
    color: white !important;
}

.md-nav__link--active {
    border-left: 4px solid var(--md-default-fg-color);
    padding-left: calc(0.6rem - 4px);
    /* Keep text aligned */
    font-weight: 400;
}

.md-tabs {
    background-color: #000000;
    color: #ffffff;
    height: 30px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.md-typeset p {
    text-align: justify;
}

html {
    overflow-y: scroll;
}

.md-header__button.md-logo img {
    height: 3rem;
}

.md-header__title {
    display: none;
}

.md-header__inner {
    display: flex;
}

.md-main__inner {
    margin-top: 0;
}

.md-search {
    margin-left: auto;

}

.md-tabs__list {
    height: 29px;
}

.md-tabs__link {
    margin: 5px;
}

.md-typeset table:not([class]) tbody tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.04);
}

.grid.cards.mp3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid.cards>ul>li,
.grid.cards>ol>li,
.grid.cards>.card {
    padding: 0.5rem !important;
    /* default is 1rem */
}


iframe.video4by3 {
    aspect-ratio: 4 / 3;
}

@media (min-width: 768px) {
    .md-typeset .grid.cards.credo {
        grid-template-columns: 1fr max-content;
    }
}
