[data-md-color-scheme="kamea"] {
    --md-primary-fg-color:        #003052;
    --md-primary-fg-color--light: #E5EBF2;
    --md-primary-fg-color--dark:  #F47C67;
}

.md-header {
    color: var(--md-primary-fg-color--dark);
    align-items: center;
}

.md-header--shadow {
    background: var(--md-primary-fg-color);
}

.md-header__title {
    height: 4rem;
    color: var(--md-primary-fg-color--dark);
    font-weight: 800;
    font-size: 1rem;
    flex-direction: column;
    line-height: 1rem;
    display: flex;
    justify-content: center;
}

.md-header__button.md-logo {
    padding: 0rem;
    margin: 0rem;
}

.md-header__button.md-logo img,
.md-header__button.md-logo svg {
    height: 2.75rem;
}

.md-header__button__sub.md-logo img,
.md-header__button__sub.md-logo svg {
    height: 1.5rem;
    vertical-align: bottom;
    position: relative;
    top: 5px;
    left: 3px;
}

.md-footer {
    --md-footer-bg-color: var(--md-primary-fg-color);
    --md-footer-bg-color--dark: var(--md-primary-fg-color);
}

.md-footer-meta__inner__title {
    flex-direction: column;
    line-height: .25rem;
    display: flex;
    justify-content: center;
}

.button,
.bordered-button {
    font-weight: 700;
    color: var(--md-primary-fg-color--light);
}


.bordered-button,
.filled-button {
    border: 1px solid var(--md-primary-fg-color--light);
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.filled-button {
    color: var(--md-primary-fg-color);
    background-color: var(--md-primary-fg-color--dark);
    border: none;
}

.md-footer__button.md-logo img,
.md-footer__button.md-logo svg {
    height: 2.5rem;
}

.md-footer-meta__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .2rem
}

.md-footer-meta__inner__buttons {
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
    padding: .2rem;
    align-items: center;
}

.sub-button-prefix {
    font-weight: 500;
    font-size: smaller;
    color: var(--md-primary-fg-color--light);
}