[data-md-color-scheme="slate"] {
  --md-primary-fg-color: #3B838F;
  --md-accent-fg-color: #FF6801;   
}

[data-md-color-scheme="teal"] {
  --md-primary-fg-color: #3B838F;
  --md-accent-fg-color: #FF6801;   
}

p{
  text-align: justify;
}

.md-nav__link--active{
color: hsl(189, 42%, 50%) !important;
}

h1{
  color: hsl(189, 42%, 50%) !important;
}

img {
  height: auto;
  width: auto;
  border: 1px solid #3B838F;
  transition: transform ease-in-out 0.3s;
}

img[src*="#shadow"] {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

img:active[src*="#zoom"] {
  cursor: zoom-out;
  transform: scale(2.0);
}

img[src*="#zoom"] {
  cursor: zoom-in;
}

img[src*="#center"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img[src*="#no-border"] {
  border: 0px;
  width: 200px;
}

a.md-logo img {
  border: none;
}