:root {
    --md-primary-fg-color:        #f68d28;
    /* --md-primary-fg-color--light: #ECB7B7;
    --md-primary-fg-color--dark:  #90030C; */
  }

/* Header bar gona DARK */
.md-nav__source {
    background-color: black;
    color: black;
}

.md-header, input, header {
    background-color: black;
    color: black;
}

/* Keep the icons and text white */
.md-flex__ellipsis, .md-icon, .md-icon--menu, .md-header-nav__button, .md-icon, .md-search__icon, .md-search__input {
    color: white;
}

nav.md-nav {
    color: inherit; /* gray since unimportant */
}

.md-search__form{
    color: white;
}

.md-sidebar__scrolling::-webkit-scrollbar-thumb {
    background-color: #f68d28;
}

.md-footer {
    background-color: #090a0c;
    display: none; /* don't show footer */
}

/* Mobile Friendly Nav bar */
.md-nav__title--site {
    color: inherit;
    background: none;
}

/* Hover over nav bar text */
.nav__link--active, .md-nav__link:active, .md-nav__link:focus {
    color: #f68d28 !important; /* orange */
}
/* color of selected nav bar text */
.md-nav__link--active, .md-nav__link:active {
    color: #f68d28; /* orange */
}

.md-nav__item--nested>.md-nav__link {
    color: inherit; /* gray since unimportant */
}

.md-nav__link:hover {
    color: #25aae1; /* blue */
}

/* Links in text blue */
.md-typeset a {
    color: #25aae1;
}


:root,
[data-md-color-scheme=default] {
    --md-default-bg-color: transparent;
    --md-default-fg-color: ##00000052;
    --md-default-fg-color--light: ##00000052;
};

:root,
[data-md-color-scheme=default]