/*
Theme name: Michigan Engineering -- Masters
Description: Custom Theme
*/

/*
	Source post-css styles are located in resources/css/
	The compiled bundle is saved to `dist/css/bundle-${fingerprint}.css`
	(dist/manifest.json provides the exact path mapping).

	DEVELOPMENT.md file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment -- it's loaded after the compiled bundle.
*/

@media all and (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
	.h1, h1, .heading-home h2 {
		font-size: 50px;
	}
}
.js-popup_form {
	right: 25px;
	bottom: 25px;

}
@media all and (max-width: 767px) {
	.js-popup_form {
		transform: scale(2);
	}
}
@media all and (min-width: 768px) {
	.js-popup_form {
		transform: scale(1.5);
	}
}
.popup-form .popup__btn {
	background-image: url(resources/images/ico-form-popup-maize.svg);
}
/*Degree Alerts*/
@media all and (min-width: 1024px) {
	.hero-degree--has-alert .hero__title {
		padding-top: 95px;
		align-items: center;
	}
}

