body {
    margin: 0;
    height: 100%;
    width: 100%;
}
#slideshow {
    position: absolute;
}
#gradient {
	will-change: opacity;
	z-index: 3;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(60deg, red, blue);
	transition: opacity 0s;
	pointer-events: none;
}
#hero-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
	z-index: 4;
}
#history-viewer {
	will-change: background-image, opacity;
	transition: opacity 1.3s ease-in-out, background-image 1.3s ease-in-out;
    opacity: 0;
	background-image: url("../images/history/history1.png");
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
	overflow-x: hidden;
}
.background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#hero1 {
    background-image: url("../images/hero/hero2.jpeg");
}
#mobile-banner {
	display: none;
	position: absolute;
	z-index: 5;
	top: 10px;
	height: 80px;
	width: 90%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: white;
	border-radius: 100px;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.7);
}
#mobile-banner img {
	position: relative;
	height: 74px;
	left: 50%;
	margin-top: 3px;
	transform: translate(-50%, 0);
	filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}
.page-content {
	margin: auto;
	position: absolute;
	top: 200%;
	width: 100%;
}
h1 {
	font-family: var(--header);
	font-style: var(--header-style);
	font-size: 2.5em;
	text-align: center;
	margin-top: 0px;
	font-weight: var(--header-weight);
}
p {
	font-family: var(--body-text);
	font-size: var(--font-size-p);
	font-style: var(--body-style);
	text-align: left;
	line-height: 1.4em;
	font-weight: var(--body-weight);
}
.button-container {
	font-size: 1.2em;
	text-align: center;
	width: 100%;
	margin: 0;
}
.text-blob {
	position: absolute;
	border-radius: 10px;
	padding: 30px;
	color: white;
	max-width: 300px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.7);
    z-index: 2;
}
#about-us {
    top: 25%;
    left: var(--aboutus-d);
    background: white;
	color: black;
	filter: brightness(1);
	transition: top 0.4s, left 0.4s, opacity 0.5s ease-in, filter 0.4s;
	z-index: 4;
	opacity: var(--about-us-opacity);
	height: 400px;
}
.history-content {
	position: absolute;
	top: 47.5%;
}
.history-button {
	display: inline-block;
	text-align: center;
	background-color: var(--pal-green);
	border-radius: 8px;
	padding: 1em;
	font-family: var(--body-text);
	font-weight: var(--header-weight);
	color: white;
	border-style: none;
	cursor: pointer;
	z-index: 100;
	pointer-events: auto;
	font-size: 1.2em;
	margin: 15px 2.5px
}
.history-button:focus {
	outline: none;
}
#about-us p {
	padding-bottom: 10px;
	margin-top: 0;
}
.button-1 {
	position: relative;
	display: inline;
	text-align: center;
	background-color: var(--pal-green);
	border-radius: 8px;
	padding: 1em;
	font-family: var(--body-text);
	font-size: 1em;
	color: white;
	border-style: none;
	cursor: pointer;
}
.button-1:focus {
	outline: none;
}
#about-us .button-1 {
	margin: 0px 2px 0px 2px;
}
#staff-back {
	position: absolute;
	z-index: 5;
	top: calc(25% + 465px);
	left: var(--staffBack-left-d);
	transition: left 0.4s, top 0.4s;
}
#staff-back button {
	text-align: center;
	background-color: var(--pal-red);
	border-radius: 8px;
	padding: 15px;
	border-style: none;
	font-family: var(--body-text);
	font-size: 1.3em;
	color: white;
	cursor: pointer;
}
#staff-back button:focus {
	outline: none;
}
#staff-select {
	position: absolute;
	transition: left 0.4s, top 0.4s, opacity 0.5s ease-in, filter 0.4s;
	z-index: 4;
	width: 360px;
	height: 460px;
	border-radius: 10px;
	background: white;
	top: 25%;
	left: var(--staffselect-d);
	overflow-y: scroll;
	overflow-x: hidden;
	filter: brightness(1);
	pointer-events: none;
	opacity: var(--staffselect-opacity);
}
#staff-info {
	position: absolute;
	transition: left 0.4s, top 0.4s;
	z-index: 5;
	border-radius: 10px;
	background: white;
	top: 25%;
	left: var(--staffinfo-d);
	width: 300px;
	height: 400px;
	font-family: var(--body-text);
	padding: 30px;
	overflow-y: scroll;
	overflow-x: hidden;
	pointer-events: none;
}
#staff-info h2 {
	text-align: center;
	font-weight: var(--body-weight);
	font-style: var(--header-style);
	margin-top: -20px;
}
.staffms {
	display: none;
}
.button-2 {
	width: 100%;
	background: var(--pal-red);
	padding: 20px 0px;
	font-family: var(--body-text);
	font-size: 1.5em;
	border-radius: 10px;
	color: white;
	cursor: pointer;
}
.button-2:focus {
	outline: none;
}
#newsletter {
	top: 150%;
    right: 10%;
    background-color: white;
	color: black;
	transform: translate(0, -50%);
}
#newsletter p {
    padding-bottom: 10px;
}
.newsletter-container {
	display: inline-block;
	border-radius: 8px;
	width: 300px;
	overflow: hidden;
	height: 40px; 
	-webkit-appearance: none;
	border: none;
}
.newsletter-input {
	border: none;
	height: 40px;
	text-align: center;
	font-size: 1.3em;
	font-family: var(--body-text);
	margin: 0;
	padding: 0 5px;
	position: absolute;
	background: #EFEFEF;
	transition: text 0.5s;
	cursor: pointer;
}
.newsletter-input:focus {
	text-align: left;
	outline: none;
	cursor: auto;
}
#MERGE0 {
	width: 250px;
	border-radius: 8px 0 0 8px;
}
#submit {
	padding-top: 1px;
	width: 50px;
	right: 30px;
	background-color: var(--pal-blue);
	-webkit-appearance: none;
	border-radius: 0 8px 8px 0;
	cursor: pointer;
	color: var(--pal-lgray);
}
#newsletter-background {
	position: absolute;
	background: url("../images/adobel3.png");
	top: 100%;
	width: 100%;
	height: 90%;
	min-height: 100%;
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	z-index: 1;
	
}
#social-media {
	z-index: 3;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
	top: 0;
}
#social-icons {
	margin: 20px 0 100px 0;
}
.social-icon {
	width: 50px;
	margin: 0 5px;
}
#contact-us {
	z-index: 3;
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
}
#contact-us p {
	margin-top: -15px;
	text-align: center;
}
#contact-us a {
	color: #E4572E;
}