@font-face {
    font-family: "Roboto-Light";
    src: url(/assets/fonts/Roboto-Light.ttf);
}

:root {
    --md-text-font: "Roboto-Light"; 
}  

.md-footer {
    background-color: var(--md-primary-fg-color--light);
    color: var(--md-footer-fg-color)
}

.md-footer__link {
    align-items: end;
    display: flex;
    flex-grow: 0.01;
    margin-bottom: .2rem;
    margin-top: .2rem;
    max-width: 100%;
    outline-color: var(--md-accent-fg-color);
    overflow: hidden;
    transition: opacity .25s
}

.md-footer__title {
    flex-grow: 1;
    font-size: .75rem;
    margin-bottom: .7rem;
    max-width: calc(100% - 2.4rem);
    padding: 0 1rem;
    white-space: nowrap
}

.image-marker {
    color: #ff7800;
}

.centered {
    height:auto;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}