.navbar-light .navbar-brand {
  font: Comic San Serif;
}

img {
}

.MCCM-Item {
  text-align: left;
  font-family: 'Amita';
}

h3#BigButton {
  font-family: 'Amita';
  font-size: x-large;
  color: #ce0101;
}

/* Shared nav link style */
.nav-mccm {
  text-align: right;
  font-family: 'Amita', cursive;
  color: #209CEE;
}

/* Optional: improve hover state */
.nav-mccm:hover,
.nav-mccm:focus {
  color: #106ba0;
  text-decoration: underline;
}

/* Proper logo image sizing */
.navbar-brand img {
  height: 150px;
  max-width: 100%;
  object-fit: contain;
}