.site-masthead{
	position:relative;
}

.site-masthead:before{
	content:'';
	display: block;
	position: absolute;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}


/*SMALLER h1*/
.title-name h1 {
  font-size: 48px;
  margin: 0;
}

@media (max-width: 767px) {
  .title-name h1 {
    font-size: 32px;
  }
}


.campus-chiefs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(200px,100%),1fr));
    gap: 2rem;
}


