* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
*:before, *:after {
	box-sizing: border-box;
}
html, body {
	height: 100%;
	position: relative;
}
body {
	background-color: #000000;
	color: #242424;
	font-family: "Poppins", sans-serif;
	font-style: normal;
	font-size: clamp(1em, 1vw, 1.25em);
	font-weight: 400;
}
h1, h2, h3, h4 {
	font-optical-sizing: auto;
	font-style: normal;
	padding-bottom: 7px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
ol, ul {
	padding-left: 40px;
	padding-bottom: 25px;
}
li {
	line-height: 2;
}
p {
	line-height: 1.75;
	margin-bottom: 25px;
}
section h1 {
	border-bottom: 1px solid #999999;
	margin-bottom: 25px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
a:link, a:visited, a:active {
	color: #b30000;
	font-weight: 700;
	text-decoration: none;
	transition: .3s;
	white-space: nowrap;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
img {
	border: 0;
}
.cryptedmail:after {
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}
header {
	background-color: #000000;
	background-image: url("../images/header.webp?v=1.04");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	padding: 100px 20px;
	text-align: right;
}
header h1 {
	color: #e50000;
	line-height: 1.2;
	padding: 0;
	text-shadow: -2px 0px 3px rgba(0,0,0,0.8);
}
header h2 {
	color: #F1F1F1;
	padding: 0;
}
header p {
	color: #F1F1F1;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0;
}
.menunav {
	background-color: #121212;
	display: flex;
	align-items: stretch;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.menunav > a {
	padding: 10px;
}
.menunav a:link, 
.menunav a:visited {
	font-family: inherit;
	background: transparent;
	color: #F1F1F1;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
}
.menunav a:hover {
	color: #e50000;
}
.menunav li.active a {
	color: #b30000;
}
.slider-container {
	display: block;
}
.menunav-mobile {
	display: none;
}
.float-img {
	float: right;
	padding: 20px 0;
}
nav {
	position: relative;
}
main {
	display: grid;
	grid-template-rows: auto auto 1fr auto;
	min-height: 100vh;
	min-height: 100dvh;
	background: #F1F1F1;
}
.header-container, article, .footer-container {
	margin: 0 auto;
	width: min(1300px, 100%);
}
@media only screen and (min-width:1950px) {
	.header-container, article, .footer-container {
		margin: o auto;
		width: min(1500px, 100%);
	}
}
section {
	background-color: #E1E1E1;
}
article {
	padding: 60px 40px;
}
footer {
	background-color: #121212;
	color: #F1F1F1;
	font-size: calc(100% - 2px);
	padding: 25px 10px;
	text-align: center;
}
.footer-container p {
	line-height: 1.5;
	margin-bottom: 0;
}
.footer-container a {
	color: #e50000;
	text-decoration: none;
}
.footer-container a:hover {
	color: #e50000;
	text-decoration: underline;
}