.heading,
.sprites,
.eatfooter,
.headernav,
footer,
.mapsection,
.contactfooter,
header.insidehero {
	display: none;
}

.insidepage main {
	 background: transparent;
	 margin-top: unset;
}

body {
	padding-top: 4%;
	color: #fff;
	background: linear-gradient(90deg, #1d314b 0%, #334f70 49.56%, #1d304a 100%);
}
.button {
	border: 1px solid;
	border-image-slice: 1;
	border-width: 1px;
	border-image-source: linear-gradient(to left, #C1933F,#F4DB85, #C1933F);
	color: #fff;
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding-block: 1rem;
	text-transform: uppercase;
	margin-block: 0 10px;
}
.linktree {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	max-width: 640px;
	padding-inline: 6%;
	margin: 0 auto;
}
.docname {
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	color: #fff;
	margin-block: 0 10px;
	line-height: 1.2;
}
.doctitle {
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	margin-block: 0 2rem;


}
.logo {
	display: flex;
	justify-content: center;
	margin-block: 0 1rem;
}
.imgwrap {
	display: flex;
	justify-content: center;
	margin-block: 0 1rem;
}
.imgwrap img {
	display: block;
	filter: drop-shadow(0px 12px 16px rgba(0, 0, 0, 0.16));
}
