#banner {
	min-height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #996633;

}

#banner .banner-title h1 {
	color: #fff;
	font-weight: 700;
	font-size:2.250em;
	text-transform: uppercase;
}

#banner .banner-text {
	color: #fff;
	font-size: 1em;
	text-transform: uppercase;
	line-height: 2.0em;
}

#catalog {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

#catalog .background-items {
	position: absolute;
	z-index: 1;
}

#catalog .taragon {
	left: 0;
	bottom: 5%;
}

#catalog .object {
	right: 0;
	top: -15%;
}

#catalog .sandwich {
	top: 5%;
	left: 0;
}

#catalog .spoon {
	bottom: -80px;
	left: 15%;
}

#catalog .lettuce {
	right: 0;
	bottom: 5%;
}


#catalog .cover {
	box-shadow: 5px 5px 25px 5px rgba(0,0,0,0.5);
	margin-right: 15px;
}

#catalog .content, #catalog .files {
	position: relative;
	z-index: 2;
}

#catalog .content h1 {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.5em;
}

#catalog .content h2 {
	color: #d7872a;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 1.125em;
}

#catalog .files a {
	color: #b97c36;
	text-transform: uppercase;
	font-size: 1.125em;
}

#catalog .files a > svg{
	margin-left: 5px;
	fill: #fff;
}
