/************************************************/
/********************* BASE *********************/
/************************************************/

#section-footer {
    background-color: #00274c;
    padding: 1em 0;
}
#section-footer * {
    color: #fff;
    font-size: .97em;
}
#section-footer a {
    color: #fff;
}
#section-footer a:not(:hover) {
    text-decoration: none;
}
#section-footer a:hover {
    color: #ffcb05;
}
#footer-content .logo-umich {
	max-width: calc(100px + (0.9375rem * 1));
}
#footer-content .copyright {
	text-align: right;
	max-width: 40%;
}
#footer-content .copyright img {
	max-width: 11.875em;
	margin-top: 1em;
}


/************************************************/
/***************** MEDIA QUERIES ****************/
/************************************************/

/*** LARGE ***/
@media only screen and ( min-width: 64.0625em ) {



}



/*** MEDIUM ***/
@media only screen and ( max-width: 64em ) {



}



/*** MEDIUM/SMALL ***/
@media only screen and ( max-width: 52.0625em ) {
	#footer-content .copyright {
		max-width: 35%;
	}
}



/*** SMALL ***/
@media only screen and ( max-width: 40em ) {
	#section-footer *  {
		text-align: center;
	}
	#footer-content .logo-umich {
		max-width: 100%;
	}
	#footer-content .logo-umich .logo {
		max-width: calc(100px + (0.9375rem * 1));
		margin: 1em auto;
	}
	#footer-content .copyright img {
		display: block;
		margin: 1em auto 0 auto;
	}
	#footer-content .copyright {
		max-width: 100%;
	}
}