@media only screen and (max-width: 2057px) {
	body {
	background-image: url(img/background_1080p.jpg);
	}
}
@media only screen and (max-width: 2286px) {
	body {
	background-image: url(img/background_1200p.jpg);
	}
}
@media only screen and (min-width: 2287px) {
	body {
	background-image: url(img/background_1440p.jpg);
	}
}
body{
	margin: 0;
	padding: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #383838;
}
h1 {
	font-size: 34px;
	line-height: 1.1em;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
.spanSurnames{
	display:inline;
	word-wrap:break-word;
}
.spanSurnamesTested{
	display:inline;
	word-wrap:break-word;
	color:red;
}
.spanSurnamesTested a:link {
	color: #ff5959;
}
.spanSurnamesTested a:visited {
	color: #bb3434;
}
.spanSurnamesTested a:hover {
	color: red;
}
.letter-divider{
	display:block;
	padding-top: 1rem;
}
.showbox a{
	text-decoration: none !important;
}
.showboxcover{
	border-radius: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height:274px;
}
.showboxtext{
	font-size: 1.15em;
	text-align: left;
	margin-top: 0.3rem;
	margin-left:1rem;
	color: rgb(53 53 54);
	
}
.showboxsubtext{
	text-align: left;
	margin-left:1rem;
	color: rgb(99 101 106);
	
	
}
.showboxlist{
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}
.header {
	width: 100%;
	min-height: 3em;
	background-color: rgba(0, 0, 0, 0.52);
	box-sizing: border-box;
	padding: 1em;
	transition: background-color .25s;
	font-family: Arial, sans-serif;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
.headerTitle{
	display:flex;
	flex-direction:column;
	justify-content:center;
	color:white;
	font-weight: bolder;
}
.headerCenter{
	display:flex;
	flex-direction:column;
}
.headerFB{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.fblogo{
	font-size:48px !important;
	color:#4267B2 !important;
}
.fbLink{
	outline-color:transparent;
	color:white;
	text-decoration:none;
	text-align:center;
}

	
	

#nav-section{
	position:relative;
	background-color:rgba(0,0,0,0.5);
	font-family: Arial, sans-serif;
	z-index:1;
	width:100%;
	display: block;
	margin:0;
	padding:0;
}
#nav-section.fixed-nav{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:1;
	background-color: rgba(122,122,122,0.95);
}
#hamburger {
	z-index:3333;
	background-color:red !important;
}

.middle{
	width:100%;
	
}
.middle a:link {
	color: #ff5959;
}
.middle a:hover {
	color: red;
}
.middle a:visited {
	color: #c34747;
}
html[data-scroll='0'] .middle{
	margin-bottom:200px !important;
}
.ptext{
	text-indent: 30px;
	margin-bottom: 25px !important;
	margin:0;
}
.divList{
	column-count: 1;
	column-gap: 20px;
	padding:1.4rem;
}
.ulListStyle{
	list-style-type:disc;
	margin:0px;
	padding:0px;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2rem;
}
.footText {
	text-align: justify;
	font-size:90%;
}
.footText2 {
	font-size:92%;
}
.footText3 {
	font-size:92%;
}
.footBlock{
	max-width:820px;
	text-align:center;
	margin:auto;
}
.footLogos{
	display:flex;
	flex-direction:row;
	justify-content:center;
	flex: 1;
	flex-wrap:wrap;
}
.footBlock2{
	text-align:center;
	margin:auto;
}
.relLink{
	color: white;
}
@media (hover: hover) {
	.footLogo{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height:50px;
	max-height:60px;
	height: 8vw;
	}
}
@media only screen and (min-width: 601px) {
	.showbox{
	
	box-shadow:0 2.8px 2.2px rgba(255, 255, 255, 0.034),0 6.7px 5.3px rgba(255, 255, 255, 0.048),0 12.5px 10px rgba(255, 255, 255, 0.06),0 22.3px 17.9px rgba(255, 255, 255, 0.072),0 41.8px 33.4px rgba(255, 255, 255, 0.086),0 100px 80px rgba(255, 255, 255, 0.12);
	min-height: 200px;
	height: 370px;
	margin-bottom:2vh;
	margin-left:1vw;
	width: 560px;
	max-width: 100%;
	font-size: 16px;
	background: #ffffffe3;
	
	
	
	
	
	
	text-shadow: 0px 0px 0px black;
	-webkit-font-smoothing: antialiased;
	text-overflow: ellipsis;
	overflow: hidden;
	}
	.footText {
	padding-left:0.2em;
	padding-right:0.2em;
	}
	.footLogo{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	min-height:50px;
	max-height:60px;
	height: 8vw;
	}
	.font-properties {
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px 3px black;
	font-size: 1.3em;
	font-weight: normal;
	
	
	color: #ffffff;
	padding-top:1em;
	text-align:center;
	margin:auto;
	padding: 2rem 3rem;
	text-align: justify;
	line-height: 1.9rem;
	}
	.boxshad{
	width:80%;
	height:fit-content;
	text-align:center;
	margin: 2rem auto 1rem;
	text-align: justify;
	
	box-shadow: 0px 0px 117px #8ac4ffb0;
	}
	.foot{
	position: fixed;
	bottom: 0;
	min-height: 3em;
	background-color: rgba(122, 122, 122, 0.30);
	color:white;
	width: 100%;
	transition: all 200ms linear;
	border-top: 0.5px solid #40393994;
	
	backdrop-filter: saturate(180%) blur(15px);
	padding-top: 5px;
	font-family: monospace;
	}
	html:not([data-scroll='0']) .foot{
	position: static;
	color: #000;
	background-color: #fff;
	width: 100%;
	top: 0;
	margin-top: 10%;
	bottom: -200px;
	}
	html:not([data-scroll='0']) .relLink{
	color: black;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 160dpi){
	.footLogo{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	height:5.1vw;
	}
}
@media only screen and (max-width: 600px) {
	.showbox{
	
	box-shadow:0 2.8px 2.2px rgba(255, 255, 255, 0.034),0 6.7px 5.3px rgba(255, 255, 255, 0.048),0 12.5px 10px rgba(255, 255, 255, 0.06),0 22.3px 17.9px rgba(255, 255, 255, 0.072),0 41.8px 33.4px rgba(255, 255, 255, 0.086),0 100px 80px rgba(255, 255, 255, 0.12);
	min-height: 200px;
	height: 380px;
	margin-bottom:2vh;
	margin-left:1vw;
	width: 560px;
	max-width: 100%;
	font-size: 16px;
	background: #ffffffe3;
	
	
	
	
	
	
	text-shadow: 0px 0px 0px black;
	-webkit-font-smoothing: antialiased;
	text-overflow: ellipsis;
	overflow: hidden;
	}
	.footText {
	text-align: justify;
	font-size:40%;
	padding-left:0.4em;
	padding-right:0.4em;
	}
	.footText2 {
	font-size:42%;
	}
	.footText3 {
	font-size:42%;
	}
	.font-properties {
	font-family: Arial, sans-serif;
	text-shadow: 1px 1px 3px black;
	
	font-size: calc(16px + 6 * ((100vw - 320px) / 680));
	font-weight: normal;
	
	
	color: #ffffff;
	padding-top:1em;
	text-align:center;
	margin:auto;
	padding: 0.6rem 0.7rem;
	text-align: justify;
	line-height: 1.6rem;
	}
	.boxshad{
	width:94%;
	height:fit-content;
	text-align:center;
	margin: 1rem auto 1rem;
	text-align: justify;
	
	box-shadow: 0px 0px 117px #8ac4ffb0;
	}
	.foot{
	position: fixed;
	bottom: 0;
	min-height: 3em;
	background-color: rgba(122, 122, 122, 0.3);
	color:white;
	width: 100%;
	transition: all 200ms linear;
	border-top: 0.5px solid #40393994;
	
	backdrop-filter: saturate(180%) blur(15px);
	padding-top: 5px;
	}
	html:not([data-scroll='0']) .foot{
	position: static;
	color: #000;
	background-color: #fff;
	width: 100%;
	top: 0;
	margin-top: 10%;
	bottom: -200px;
	}
	html:not([data-scroll='0']) .relLink{
	color: black;
	}
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
	.blurred-container {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	
	background: linear-gradient(139deg, rgba(0, 0, 0, 0.25) 40%, rgb(9 10 12 / 50%) 50%);
	}
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
	.blurred-container {
	background-color: rgba(255, 255, 255, .8);
	}
}
html:not([data-scroll='0']).dheader{
	border-top: 0px solid #444;
}
.dheader {
	border-top: 1px solid #444;
	background-color: rgb(140 8 26 / 30%);
	display:block;
	padding-bottom:0px;
	margin-bottom:0px;
}
nav{
	margin-bottom:-4px;
}
.dheader a {
	display: block;
	color: #f2f2f2;
	text-decoration: none;
	font-size: 17px;
	width:auto;
	padding: 14px 16px;
}

form label {
    padding: unset;
	right: unset;
    top: unset;
    position: unset;
    cursor: unset;
    height: unset;
	display: unset;
}


label {
	padding: 14px 19px;
	right: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	height:auto;
}
input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	right: 0;
}
label span {
	width: 20px;
	height: 3px;
	display: inline-block;
	background: #ffffff;
	position: relative;
}
label span::after, label span::before {
	content: "";
	position: absolute;
	display: inline-block;
	background: inherit;
	width: inherit;
	height: inherit;
}
label span::before{
	top: 8px;
}
label span::after {
	bottom: 8px;
}
label::before {
	position: absolute;
	content: "";
	width: 58px;
	height: 49px;
	top: 0;
	right: 0;
}
input[type="checkbox"]:focus + label::before {
	background-color: #c54848;
}
label:hover{
	background-color: #c54848;
}
nav ul {
	white-space: nowrap;
}
nav ul li {
	list-style: none;
}
nav ul li button {
	cursor: pointer;
	display: inline-block;
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	width:100%;
}
nav ul li a, nav ul li button {
	text-align: left;
}
.menus {
	display:flex;
	flex-wrap: wrap;
	flex-direction: column;
	position: absolute;
	top: 2.00rem;
	left: 0;
	right: 0;
	padding-left:0px;
	margin-left:0px;
	background-color: rgba(116, 57, 67, 0.6);
	backdrop-filter: blur(10px);
	visibility: hidden;
	transform: translateY(-1em);
	transition: transform ease 0.2s;
}
input[type="checkbox"]:checked ~ nav > ul {
	visibility: visible;
	transform: translateY(0);
}
.dropdown {
	height: 0;
	overflow: hidden;
	transition: height ease 0.2s;
	display: grid;
}
li:focus-within .dropdown {
	height: auto;
}
.arrow {
	width: 0.5em;
	height: 0.5em;
	display: inline-block;
	vertical-align: middle;
	border-left: 0.15em solid currentColor;
	border-bottom: 0.15em solid currentColor;
	transform: rotate(-45deg);
	margin-left: 0.38em;
	margin-top: -0.25em;
	transition: transform 100ms ease-in-out;
}
li:focus-within > button > .arrow {
	transform: rotate(-225deg);
	margin-top: 4px;
}
li:focus-within > button > .arrow {
	transform: rotate(-225deg);
	margin-top: 4px;
}
.menu2 {
	display:block !important;
	background-color:rgb(140 8 26 / 40%);
	margin:0;
}
.menu1 {
	display:none;
	background-color:rgb(140 8 26 / 40%);
	padding:0;
	margin:0;
}
@media (max-width: 640px) {
	.header-content {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	}
	.dheader{
	padding-left: 0;
	}
	nav ul li a:hover{
	background-color: #c54848;
	display:block;
	height:auto;
	text-align: left;
	}
	nav ul li button:hover {
	background-color: #c54848;
	display: inline-block;
	width:100%;
	text-align: left;
	}
	nav ul li a, nav ul li button {
	height: 100%;
	}
}
@media (min-width: 640px) {
	.dheader{
	padding-left: 10%;
	}
	.header-content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	}
	.menus {
	display:flex;
	flex-wrap: wrap;
	flex-direction: row;
	position: static;
	visibility: visible;
	background-color: inherit;
	display: inline-block;
	transform: initial;
	margin:0;
	padding: 0;
	}
	.menus a{
	display: inline-block;
	text-align: center;
	}
	label, input[type="checkbox"] {
	display: none;
	}
	nav ul li {
	position: relative;
	float:left;
	}
	nav ul li button:hover {
	background-color: #c54848;
	display: inline-block;
	}
	nav ul li a:hover{
	background-color: #c54848;
	}
	.dropdowna a:hover{
	background-color: #ddd !important;
	}
	.dropdown {
	position: absolute;
	left: 0;
	z-index: 1;
	padding: 0;
	background-color: #fff;
	margin-right:0px;
	padding-right:0px;
	}
	.dropdown a{
	color: black;
	text-align: left;
	width:100%;
	}
	ul li:hover .dropdown {
	height: auto;
	}
	ul li:hover > button > .arrow {
	transform: rotate(-225deg);
	margin-top: 4px;
	}
	.menu2 {
	display:none !important;
	background-color:rgb(140 8 26 / 40%);
	padding:0;
	margin:0;
	}
	.menu1 {
	display:block;
	background-color:rgb(140 8 26 / 40%);
	padding:0;
	margin:0;
	}
}
