[data-md-color-scheme="sbonds_aws"] {
  --md-primary-fg-color:        #3da0ad;
}
/* Allow the center column to be large when there is a wide browser window
   https://github.com/squidfunk/mkdocs-material/issues/619 
*/
.md-main__inner {
    max-width: none;
}
.md-sidebar--primary {
    left: 0;
}
.md-sidebar--secondary {
    right: 0;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;   
}