/* color overrides */

/*
#c514e3 (purple)
#e314d6 (pink)
#f06a3b (orange)
#03bfa6 (green)
*/

[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #8d8fa4; /*grey*/
  --md-accent-fg-color:  #c973d9; /*light purple*/
  --md-typeset-a-color:  #03bfa6; /*green*/
}

[data-md-color-scheme="gb-light"] {
  --md-primary-fg-color:  #8d8fa4; /*grey*/
  --md-accent-fg-color:   #c973d9; /*light purple*/
  --md-typeset-a-color:   #c514e3 /*bright purple*/
}

/* hero image */
.hero-img {
  max-width:800px !important;
  margin-bottom: 0px !important;
  width: 100% !important;
}

/* hero tagline */
.hero-tagline {
  font-weight: 400 !important;
}
.hero-tagline .headerlink {
  display: none;
}

/* increase the font size for admonitions */
.md-typeset :is(.admonition) {
  font-size: 15px;
}

/* Image Formatting */
.mw200{
  max-width: 200px !important;
}
.mw300{
  max-width: 300px !important;
}
.mw400{
  max-width: 400px !important;
}
.mw500{
  max-width: 500px !important;
}
.mw600{
  max-width: 600px !important;
}