.open-sans-txt {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

body {
	background-color: #434b5e; /* fallback for no gradient support //#515875 */
	font-family: "Gemunu Libre", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
}

.container-inner {
	background-color: #e3dbd8;
}

.pageheader {
	background-color: #2e3045;
	color: #fefef9;
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-style: italic;
	font-size: 1.5rem;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
		1px 1px 0 #000;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	box-shadow: -1px -1px 0px 1px #2e3045, 1px -1px 1px 1px #2e3045,
		0px 4px 0px 0px #2c2c2c, inset 1px 1px 2px 1px #2e3045;
}

.boxheader1 {
	background-color: #78829d;
	color: #fefef9;
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	font-style: italic;
	font-size: 1.5rem;
	text-shadow: -2px 2px 1px #000;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	box-shadow: inset -1px -1px 0px 1px #3e445b, 1px -1px 1px 1px #818ca6,
		inset 0px 4px 0px 0px #8a95b3, 1px 1px 2px 1px #4e556f;
}

.gradientbtn {
	display: inline-flex; /* Or block, depending on context */
	justify-content: center;
	align-items: center;
	width: 65px; /* Adjust as needed */
	height: 50px; /* Adjust as needed */
	margin-right: 1rem;
	border: none;
	border-radius: 5px; /* Slightly rounded corners */
	cursor: pointer;
	background: #16cff9;
	background: linear-gradient(
		180deg,
		rgba(22, 207, 249, 1) 0%,
		rgba(26, 207, 255, 1) 50%,
		rgba(14, 177, 252, 1) 55%,
		rgba(16, 175, 255, 1) 90%,
		rgba(0, 108, 224, 1) 94%,
		rgba(0, 108, 224, 1) 99%
	);
	box-shadow: inset -0.8px -0.8px 0px 1px #000000b5, inset 0.8px -0.8px 0 #000,
		inset 0.8px 0.8px 0 #000, 0.8px 0.8px 0 #000;
}

.gradientbtn::hover {
	background-color: #1e8bc3; /* Darker blue on hover */
}

.gradientbtn span {
	color: white;
	font-weight: bold;
}

.pagefooter {
	display: flex;
	background-color: #2e3045;
	color: #8181a0;
	font-size: 1rem;
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	align-items: center;
}

.pagefooter div {
	margin-left: 1rem;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
		1px 1px 0 #000;
	font-size: 1.1rem;
	text-align: center;
	flex: 1;
}

.accentGreen {
	color: #aafb58;
}
