/* Generic types */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	cursor:default;
}
body {
	overflow-x: hidden;
	overflow-y: hidden;
	background: rgb(255,255,255);
	background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(209,209,209,1) 100%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
h1, h2, h3, h4 {
	color: #111111;
	font-family: 'Roboto', sans-serif;
}
h1 {
	font-size: clamp(2vw, 5rem, 4vw);
	margin: 0;
	text-align: center;
}
h2 {
	font-size: clamp(1.25vh, 2.5rem, 3.25vh);
	margin: 0;
	text-align: center;
	margin-bottom: clamp(2vh, 5rem, 5vh);
}
h3 {
	font-size: clamp(1.5vh, 2.4rem, 3.25vh);
	margin: 0;
	text-align: center;
	margin-bottom: clamp(0.8vh, 2.5rem, 2.5vh);
	text-shadow: #FFF 1px 1px 3px;
}
h4 {
	font-size: clamp(min(0.8vh, 0.8vw), 1.5rem, 2.5vh);
	margin: 0;
	text-align: center;
	text-shadow: #FFF 1px 1px 3px;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	margin: 0;
	padding-left: clamp(1vh, 3rem, 3vh);
	padding-right: clamp(1vh, 3rem, 3vh);
	text-align: center;
	margin-bottom: clamp(1vh, 3rem, 3vh);
	text-shadow: #FFF 1px 1px 3px;
}
li {
	font-size: clamp(1.5vh, 2.4rem, 3.25vh);
	font-family: 'Roboto', sans-serif;
	margin-bottom: clamp(0.75vh, 1rem, 2vh);
	color: #FFF;
	text-shadow: #000 2px 2px 3px;
	text-align: start;
}

/* IDs */
#logo {
	width: 100%;
	max-height: 100%;
}
#tree_group {
	filter: drop-shadow(#111 0.5px 0.5px 0.5px);
}
#contactUs {
	position: fixed;
	z-index: 100;
	width: calc(160px - min(2vh, 2vw));
	height: calc(160px - min(2vh, 2vw));
	bottom: max(1vh, 1vw);
	right: max(1vh, 1vw);
	background: #a7d450;
	border-radius: 50%;
	box-shadow: #000 1px 1px 1px, #FFF 2px 2px 2px;
	opacity: 0;
}
#contactUs img {
	position: absolute;
	left: 12%;
	top: 12%;
	width: 76%;
	height: 76%;
	filter: brightness(0) invert(1);
}
#sectionBackgroundHandler {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#displayedBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 0;
}
#futureBackground {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: -1;
}
#footer {
	position: absolute;
	bottom: 1%;
	text-align: center;
}
#webmaster {
	width: min(128px, max(5vw,5vh));
	margin-bottom: 1%;
}

/* Classes */
.logoTree {
	fill: none;
	stroke: #a7d450;
	stroke-width: 3;
	stroke-linecap: round;
}
.logoBrand {
	fill: transparent;
	stroke: #111111;
	stroke-width: 1;
}
.slide {
	position: relative;
}
.centeredContent {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.iconHeader {
	max-width: 60%;
	max-height: 30%;
	margin-bottom: clamp(1vh, 3rem, 3vh);
	text-align: center;
}
.sectionIcon {
	max-width: 100%;
	max-height: 100%;
}
.greenIcon {
	filter: invert(82%) sepia(75%) saturate(394%) hue-rotate(22deg) brightness(89%) contrast(85%) drop-shadow(#000 1px 1px 1px) drop-shadow(#FFF 2px 2px 2px);
}
.whiteIcon {
	filter: brightness(0) invert(1) drop-shadow(#000 1px 1px 1px) drop-shadow(#FFF 2px 2px 2px);
}
.bulletIcon {
	width: clamp(1vh, 3rem, 3vh);
	height: clamp(1vh, 3rem, 3vh);
	margin-right: clamp(0.5vw, 1rem, 2vw);
	object-fit: contain;
	object-position: 50% 100%;
}
.justified {
	text-align: justify;
}
.picturesDisplayer {
	position: relative;
	max-width: 60%;
	max-height: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: clamp(1vh, 3rem, 3vh);
	opacity: 0.9;
}
.picture {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.pictureOne {
	z-index: 4;
	position: relative;
	border: 2px solid #11111188;
}
.pictureTwo {
	z-index: 3;
	position: absolute;
	border: 2px solid #111111AA;
}
.pictureThree {
	z-index: 2;
	position: absolute;
	border: 2px solid #111111CC;
}
.pictureFour {
	z-index: 1;
	position: absolute;
	border: 2px solid #111111EE;
}
.noStyle {
	all: unset;
}
.title {
	stroke: #111111;
	stroke-width: 1;
}
.light {
	color: #FFFFFF;
}
.darkerGreen {
	color: #80a833;
}
.greenOnDark {
	color: #a7d450;
	text-shadow: #000 1px 1px 1px, #FFF 2px 2px 2px;
}
.greenOnLight {
	color: #a7d450;
	text-shadow: #000 1px 1px 0px, #555 2px 2px 3px;
}
.cryptedmail:after {
	content: attr(data-name) "@" attr(data-domain) "." attr(data-tld);
	color: #a7d450;
	text-shadow: #000 1px 1px 1px, #FFF 2px 2px 2px;
}
.noMargin {
	margin: 0;
}
.clickable{
	cursor: pointer;
}
.clickable:hover {
	text-shadow: #a7d450 0px 0px 3px, #000 2px 2px 3px;
}