/* Base Styles - Global overrides for MkDocs Material theme */

body {
  background-color: hsl(0deg 0% 5.1%);
}

header.md-header {
  background-color: #111419;
  padding: 16px 4rem;
}

md-main__inner {
  margin-top: 4px;
}

.md-content .entry-content {
  line-clamp: unset;
  -webkit-line-clamp: unset;
}

/* Code Highlights */
.post-content .highlight {
  border-left: 10px solid #067a6a;
  font-size: 1.25rem;
}

/* Header Logo */
nav.md-header__inner > a > img {
  height: 1.75rem;
  margin: 0;
  padding: 0;
}

a.md-header__button.md-logo {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* Article Images */
article.md-typeset > p > img {
  margin: 12px auto;
  border: 3px solid #202020;
  border-radius: 6px;
  box-shadow: 3px 4px 14px #2a2a2a;
}

/* Navigation Title */
label.md-nav__title {
  border: none;
  box-shadow: none;
  padding: 6px 14px;
  background-color: #2c2c2c;
  border-radius: 6px;
  font-weight: 400;
  font-size: small;
}

/* Footer */
.md-footer-copyright {
  margin: 16px 8px;
  color: var(--secondary);
  text-transform: lowercase;
  font-weight: 400;
  font-size: medium;
}

.md-social {
  margin: 12px 16px;
}
