html, body
{
	height: 100%;
}


body
{
	font-family: 'Fira Sans', sans-serif;
}

header
{
}

	header h1,
	header h2,
	header h3,
	header h4,
	header h5,
	header h6
	{
		margin: 0;
	}

	header p
	{
		display: block;
		margin: 0;
		padding: 0.25em 0 0.5em 0;
	}
	
.category
{
	margin-top: 20px;
	margin-bottom: 20px;
}

	.category .category-image
	{
		width: 100%;
		height: 200px;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}

	.category .category-title
	{
		font-size: 12pt;
		color: #2b2b2b;
	}
	
#shop-menu
{
	margin-bottom: 0;
	background-color: #2c2c2c;
	border: 0;
	border-radius: 0;
}

	#shop-menu ul li a
	{
		color: #fdfdfd;
	}
	
		#shop-menu ul li a:hover
		{
			color: #be311a;
		}
		
		#shop-menu ul li ul li a
		{
			color: #2c2c2c;
		}