@font-face {
  font-family: "Germania One";
  src: url('../assets/GermaniaOne-Regular.ttf') format('truetype');
}

.md-header__title {
  font-family: 'Germania One', cursive;
  font-size: 42px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Increase the size of the site logo */
.md-logo img {
  height: 36px !important; /* Replace with your desired height */
  width: auto !important;  /* Maintain aspect ratio */
}

/* Ensure the logo container has enough height. 
.md-logo {
  min-height: 30px !important;
}
*/

/* Optionally adjust the header height so the logo fits well 
.md-header {
  min-height: 80px;
}
*/

/* Removes spacing between headings and paragraphs */
.md-typeset h1 + p,
.md-typeset h2 + p,
.md-typeset h3 + p,
.md-typeset h4 + p,
.md-typeset h5 + p,
.md-typeset h6 + p {
  margin-top: 0;
}


.md-typeset h1 {
  color: #c472ff;
  font-family: "Germania One";
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
  margin-bottom: 0;
  text-align: center;
  display: block; /* Ensures it's treated as a block element */
  width: 100%; /* Makes sure it spans the full width */
  margin-left: auto;
  margin-right: auto;
}
.md-typeset h2 { 
  color: #c472ff;
  font-family: "Germania One";
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
  margin-bottom: 0;
}
.md-typeset h3,
.md-typeset h4,
.md-typeset h5,
.md-typeset h6 {
  color: #5eb1ff;
  font-family: "Germania One";
  font-weight: 400;
  font-style: normal;
  text-shadow: 3px 3px 4px rgb(0, 0, 0);
  margin-bottom: 0;
}

.card-title {
  font-family: "Germania One", cursive;
  color: #c472ff;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  line-height: 1;           /* Ensures better vertical centering */
  position: relative;
  top: 1px;              /* fine-tune: shift text downward slightly */
  text-shadow: 2px 2px 3px rgb(0, 0, 0);
}

/* Optional: ensure the icon is baseline-centered too */
.icon-fix {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

/* Bold the first top-level navigation item (Home). Also targets first files in subfolders. Needs for tinkering.
.md-nav__list > li:first-child > a.md-nav__link {
  font-weight: bold !important;
}
*/
