.main-nav__college-header img{
	content: '';
	display: inline-block;
	background: url("https://museum.okstate.edu/site-files/_resources/logo/osuma_monogram_avatar-logo-full-color-rgb.svg") no-repeat;
	width: 0;
	height: 0;
	padding: 42.5px 82px 42.5px 82px;
	background-position: center center;
	background-size: 43%;
}

.main-nav__college-header h1{
	margin-left: .6rem;
}

@media screen and (min-width: 44.76em) {
	.main-nav__college-header {
		padding-bottom: 0px !important;
	}
}
@media screen and (max-width: 44.75em) {
	.main-nav__college-header {
		max-width: 300px;
	}
}

.page-header__page-title::before {
	background: #757575;
}

.page-header__page-title {
	background: #333;
}

.main-header--dark__logo a img{
	content: '';
	display: inline-block;
	background: url("https://museum.okstate.edu/site-files/_resources/logo/osuma_monogram_avatar-logo-full-color-rgb.svg") no-repeat;
	width: 0;
	height: 0;
	padding: 42.5px 82px 42.5px 82px;
	background-position: center center;
	background-size: 43%;
}

.main-header--dark__logo h1{
	margin-left: .6rem;
}

@media screen and (min-width: 44.76em) {
	.main-header--dark__logo {
		padding-bottom: 0px !important;
	}
}
@media screen and (max-width: 44.75em) {
	.main-header--dark__logo {
		max-width: 300px;
	}
}