.page > .entry-content > #site-navigation-custom .mca-nav-logo {
  display: none;
}
.entry-content > #site-navigation-custom .menu-item > a {
  display: none;
}
.entry-content .mca-hero-title {
  font-size: 48px;
  font-weight: bold;
  color: #ffcc00;
  text-align: center;
  text-transform: uppercase;
  margin-top: 120px;
  /* Adjust this value to move it further down if needed (e.g. , 80px , 100px) */
  margin-bottom: 10px;
}
#primary > #main .mca-hero img {
  display: block;
}
#primary > #main .mca-hero {
  margin-top: 190px;
  position: relative;
}
.entry-content #mcaProgramsTitle {
  padding-top: 25px;
}
.page .mca-calendar-title {
  padding-top: 25px !important;
}
#primary > #main .entry-title {
  display: none;
}
body > #page > #site-navigation-custom .mca-nav-logo {
  display: block;
  /* Makes the logo visible again */
  max-width: 75px;
  /* Adjust size to fit the header */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  transform: translateX(-50%);
}
#page > #site-navigation-custom .menu-link {
  display: none;
}
