/*
Theme Name:     UMass Amherst
Description:    Twentytwentyfour child theme.
Author:         CampusPress
Author URI:		https://campuspress.com
Template:       twentytwentyfour
Version:        1.0.0
*/

.umass-site-title a {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: contain;
	background-position: left center;
}

@media only screen and (min-width: 785px) {
	.umass-site-title a {
		background-image: url(./assets/logo/UMassAmherst_longform-reversed.svg);
		background-repeat: no-repeat;
		height: 30px;
		width: 411px;
	}
}

@media only screen and (max-width: 784px) {
	.umass-site-title a {
		background-image: url(./assets/logo/UMassAmherst_shortform-reversed.svg);
		background-repeat: no-repeat;
		height: 30px;
		width: 173px;
	}
}
