/* Logo */
.md-header__button.md-logo img, .md-header__button.md-logo svg {
    width: 3.25rem;
    height: 1.25rem;
}

.md-nav__title .md-nav__button.md-logo img, .md-nav__title .md-nav__button.md-logo svg{
    height: 1.4rem;
    width: 3.4rem;
}

/* Title Logo */
.md-header__title .md-ellipsis{
    flex-grow: 1;
    font-size: 1.1rem;
    font-weight: 800;
    height: 2.4rem;
    line-height: 2.6rem;
    margin-left: 1rem;
    margin-right: .4rem
}

.md-nav--primary .md-nav__title{
    font-size: 1.25rem;
    font-weight: 500;
}

/* main image */
.md-typeset img, .md-typeset svg {
    max-width: 64%;
}

h3{
    color: var(--md-primary-fg-color);
}

th{
    color: white;
    background-color: gray;
}

.terminal {
    color: #ef5552;
    width: 24px !important;
    height: 24px !important;
}

/*.md-typeset .emojione svg, .md-typeset .gemoji svg, .md-typeset .twemoji svg {
    fill: currentColor;
    max-height: 100%;
    width: 10.125em;
}*/

.md-typeset .emojione svg, .md-typeset .gemoji svg, .md-typeset .twemoji svg {
    fill: currentColor;
    max-height: 100%;
    width: 2.125em;
}

/*.md-typeset img, .md-typeset svg {
    max-width: 100%;
}*/

