:root {
  --md-primary-fg-color:        #E97451;
  --md-primary-fg-color--light: #ECB7B7;
  --md-primary-fg-color--dark:  #90030C;
}

body{
    margin: 0px;
    background-image: var(--md-background-image);
    /* background-position: center; Center the image */
    background-repeat: repeat; /* Do not repeat the image */
    background-size: auto; /* Resize the background image to cover the entire container */
}

.md-header__button.md-logo {
    display: contents;
}


.md-header__button.md-logo :-webkit-any(img,svg) {
    fill: currentcolor;
    display: block;
    height: 100px;
    width: auto;
}

.md-header__topic {
    display: none;
    max-width: 100%;
    position: absolute;
    transition: transform .4s cubic-bezier(.1,.7,.1,1),opacity .15s;
}

.md-nav--primary .md-nav__title[for=__drawer] {
    background-color: var(--md-primary-fg-color);
    color: var(--md-primary-bg-color);
    font-weight: 700;
    font-family: 'Mr Dafoe', sans-serif;
    font-size: x-large;
}


.md-nav--primary .md-nav__title .md-logo {
    display: none;
}

.md-nav--primary .md-nav__title {
    background-color: var(--md-default-fg-color--lightest);
    color: var(--md-default-fg-color--light);
    cursor: pointer;
    height: 5.6rem;
    line-height: 2.4rem;
    position: relative;
    white-space: nowrap;
}
/*
.md-footer {
    display: none;
  }
*/
[data-md-color-scheme=slate] {
--md-background-image: url('./../assets/background-invert.png')
}

:root {
    --md-background-image: url('./../assets/background.jpeg')
}
