#menu-wrapper {
  display: none;
}

body, h1, h2, h3, h4, h5 {
  color: #000 !important;
}

.post-thumbnail {
  display: none;
}

.grid {
  display: grid;
}

.md\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.md\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.md\:grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.print\:hidden {
  display: none;
}

.pageheader .grid {
  grid-template-columns: none;
}