body{
	background: url("../img/noise.png") !important;
}

header.store-header{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 15px;
}
header h1{
	text-transform: uppercase;
	text-align: center;
	color: #111;
	font-weight: 700;
	font-size: 2.8rem;
	font-family: nimbus-sans-extended, sans-serif;
}

header .logo{
	max-width: 500px;
	width: 100%;
}

.home-link{
	margin-bottom: 20px;
}

.home-link a{
	color: #111;
	transition: all 0.3s;
}

.home-link a:hover{
	color: #C55A20;
}