.background{
	height: 200vw;
	background: url("includes/images/TableTexture.jpg");
	background-repeat: no-repeat;
	background-size: 85% 95%;
	background-position: center;
	padding-bottom: 5rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
}
.layer-color-overlay {
    background-color: rgba(156, 108, 52,0.9);
    position: absolute;
	width: 85%;
	height: 95%;
	top: 2%;
	left: 7.5%;
	z-index: -2;
}
.background-table{
	box-sizing: border-box;
	width: 78%;
	margin-right: 1rem;
	position: relative;
	z-index: 1;
	/*border: 1px solid var(--lightbrown);
	background-color: var(--darkbrown);*/
	
}
.table{
	box-shadow: none;
}
.background-content{
	margin-top: 10vw;
}
.Border{
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	pointer-events: none;
}

.background h1{
	z-index: 3;
	position: absolute;
	width: 100%;
}
.background h2{
	background-color:rgba(161, 132, 100, 0.9);
	margin-right: 1rem;
	width: 75%;
	margin-top: 2vw;
	font-size: 3rem;
	color: #f2f3f4;
	font-weight: 1;
	font-family:"Neuland";
	letter-spacing: 0.1rem;
	text-shadow: 0.1rem 0.1rem 0.15rem var(--darkorange), -0.1rem -0.1rem 0.15rem var(--darkorange), 0.1rem -0.1rem 0.15rem var(--darkorange), -0.1rem 0.1rem 0.15rem var(--darkorange);
}
