/* increase the size of the left side/nav bar /*
/*
.md-sidebar--primary {
  width: 400px;
}
*/

/* make page full-width */
.md-grid {
  max-width: 100%; /* or 100%, if you want to stretch to full-width */
}


/* reduce the font size site-wide */
html {
  font-size: 20px;
}

/* reduce the font size in the nav panels */
.md-nav {
  font-size: .8rem;
  line-height: 1.3;
}

/* set the site icon size to zero */
.md-header__button.md-logo {
    margin: 2;
    padding: 0;
}

/* override the site icon size */
.md-header__button.md-logo img, .md-header__button.md-logo svg {
    height: 2.4rem;
    width: 2.4rem;
}

/* target unordered and ordered lists only within the main content area */
.md-content ul, .md-content ol {
    margin: 0 !important;
    padding: 0 !important;
}

/* adjust the margin between list items only within the main content area */
.md-content ul li, .md-content ol li {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

/* set the size of the text and padding on the right and left nav panels */
.md-nav {
  font-size: .7rem;
  line-height: 1.1;
}

/* make the page title larger */
.md-header__title {
  font-size: 1.2rem;
  line-height: 2.4rem;
}