:root {
    --md-primary-fg-color: #106470;
}

.md-footer {
    font-size: 1.1em;
    /* Adjust this value as needed */
}

/* You can also target specific elements within the footer */
.md-footer-nav__title {
    font-size: 1.2em;
}

.github {
    color: #000000;
}

.linkedin {
    color: #0A66C2;
}

.orcid {
    color: #A6CE39;
}

.hf {
    color: #FFDC00;
}

.kaggle {
    color: #20BEFF;
}

.gs {
    color: #4285F4;
}

.outlook {
    color: #0072C6;
}

.md-header__button.md-logo {
    font-size: 1.25rem;
    /* Adjust this value as needed */
}

/* If you are using a text-based site name instead of a logo,
       you might also need to target this: */
.md-header__title {
    font-size: 1.25rem;
    /* Adjust this value as needed */
}

.md-tabs__item {
  height: 2.95rem;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.md-tabs__link {
  font-size: 1rem;
}

