/*! Place your custom styles here */
h1.hero-logo {
	background: url(../img/mcsp-logo-portrait-hero.png);
	width: 200px;
	height:329px;
	text-indent:-9999em;
	background-size:100%;
	margin: auto auto .5em auto;
}

.mobile-cover h1.hero-logo {
	width: 200px;
	height:329px;
}

.mobile-cover h3 {
	font-weight: 400;
}

.borderline {
	border-bottom: 1px solid #eee;
}

h2.logo-mono {
	background: url(../img/mcsp-logo-portrait-monowhite.png);
	width: 200px;
	height:329px;
	text-indent:-9999em;
	background-size:100%;
	margin-bottom:1em;
}

.hero-centrealign {
	text-align:center;
}