@charset "UTF-8";

/* Layout Small Screens */





article { padding: 20px 20px 10px 20px; }

 
 
 aside {
	max-width: 100%;
	float: right;
	font-size: 1.1em;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	color: #5F02C6;
	margin: 0 0 .5em 0;
	height: auto;
	display: block;
	text-align: center;
}
 
.headerLogo {
	background-image: url(../assets/grandmapress_logo_grey-sq-yellow170.png);
	background-repeat: no-repeat;
	width: 170px;
	height: 170px;
	display: block;
	background-size: contain;
	float: none;
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	visibility: visible;
	margin-bottom: 12px;
	text-align: center;
	background-position: 0% 0%;
}
body header {
	height: 320px;
}
