body {
	background-color:#000219;
	font-size:16px;
	font-family:calibri, sans-serif;
	color:#adb8b1;
	margin:0px;
	padding:0px;
}

hr {
	height: 1px;
	border: none;
	background-color: #BE7C4D;
}

a {
	color:#adb8b1;
}

a:visited {
	color:#adb8b1;
}

li + li {
  margin-top: 5px;
}

.topMenuBar {
	width: 100%;
	height: 40px;
	margin: 0px;
	padding-top: 55px;
	padding-bottom: 0px;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;	
	z-index: 5;
}

.brand {
  font-weight: bold;
  font-size:20px;
  margin-bottom:5px;
  margin-left: 10%;
  text-decoration: none;
  margin-right:25px;
}

.brand div{
  display: flex;
  align-items: center;
  justify-content: center;
  
}

#image_brand {
	height:40px;
	width:40px;
	margin-right:5px;
}

.topMenu {
	align-self:end;
	display:flex;
	gap:20px;
	margin-right: 25%;
}


.topMenuItem {
	height:20px;
	padding:5px;
	transition: background-color 500ms ease-out;
	border-radius: 5px 5px 0px 0px;
}

.topMenuItem a{
	text-decoration: none;
}

.topMenuItem:hover {
	background-color: #93748A;
	
}

.inactive:hover {
	background-color: #000219 !important;
}

.inactive a {
	color: #595959;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 40px;            /* Footer height */
	font-size:12px;
	text-align:center;
	display: flex;
    align-content: center;
    justify-content: center;	
}

footer div {
	border-top: 1px solid #93748A;
	width:250px;
	padding-top:5px;
}

.pageContainer {
	position: relative;
	min-height: -webkit-fill-available;
	min-height:100vh;
	min-height:100dvh;
}

.content {
	margin: auto;
	margin-top:90px;
	padding:25px;
	margin-left:20%;
	margin-right: 20%;
	max-width:60%;
	text-align:justify;
	padding-bottom: 40px;
}	


	.popup {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		z-index: 5;
		justify-content: center;
		align-items: center;
	}

	.popup .popupContent {
		background-color:#000219;
		display: block;
		width: 40%;
		height: 40%;
		padding:20px;
		overflow-y: auto;
	}	

@media (max-width: 369px) {
	.content {
		margin-top:40px;
		margin-left:0%;
		margin-right:0%;
		max-width:100%;
		padding-left:5px;
		padding-right:5px;
	}
    .topMenu {
		gap:2px;
		margin-right:0%;
    }
	.topMenuBar	{
		justify-content: center;
		padding-top:5px;
		padding-left:2px;
		padding-right:2px;
	}
	.brand {
	  margin-left: 0%;
	  margin-right:5px;
	}	
	#image_brand {
		width:20px;
		height:20px;
	}
	#word_brand {
		display:none;
	}
	
	.popup .popupContent {
		width: 80%;
	}	
}

@media (min-width: 370px) and (max-width: 400px) {
	.content {
		margin-top:40px;
		margin-left:0%;
		margin-right:0%;
		max-width:100%;
	}
    .topMenu {
		gap:2px;
		margin-right:0%;
    }
	.topMenuBar	{
		justify-content: center;
		padding-top:5px;
		padding-left:2px;
		padding-right:2px;
	}
	.brand {
	  margin-left: 0%;
	  margin-right:5px;
	}	
	#image_brand {
		width:20px;
		height:20px;
	}
	#word_brand {
		display:none;
	}
	
	.popup .popupContent {
		width: 80%;
	}	
}

@media (min-width: 400px) and (max-width: 650px) {
	.content {
		margin-top:40px;
		margin-left:0%;
		margin-right:0%;
		max-width:100%;
	}	
    .topMenu {
		gap:10px;
		margin-right:0%;
    }	
	.topMenuBar	{
		justify-content: center;
		padding-top:5px;
	}	
	.brand {
	  margin-left: 2%;
	  margin-right:10px;
	}	
	#image_brand {
		width:30px;
		height:30px;
	}
	#word_brand {
		display:none;
	}
	
	.popup .popupContent {
		width: 80%;
	}	
	
}

@media (min-width: 650px) and (max-width: 750px) {
    .brand {
		margin-left:5%;
    }
	.content {
		margin-left:10%;
		margin-right:10%;
		max-width:80%;
	}		
    .topMenu {
		gap:15px;
		margin-right:5%;
    }
}

@media (min-width: 750px) and (max-width: 1000px) {
    .topMenu {
		gap:15px;
		margin-right:10%;
    }
}

	.button {
		display: inline-block;
		padding: 10px;
		margin: 0px;
		color: #3A525E !important;
		text-decoration: none;	
		transition: background-color 0.2s ease-out;	
		border-radius:10px;
		background-color:#cce6ff;
		transition: background-color 300ms ease-in, color 300ms ease-in;
	}
	
	.button:hover {
		background-color:#3A525E !important;
		color: #000219 !important;
		transition: background-color 300ms ease-in, color 300ms ease-in;
	}
	
	.small {
		padding:5px;
		font-size:80%;
	}
	
	.infomark {
		width:15px;
		height:15px;
		margin-left:5px;
	}
	
	.infomark:hover {
		animation: jiggle 0.5s;
	}
	
	.textInput {
		  width: 313px;
		  border-radius: 5px;
		  box-shadow: 0px 4px 6px 0px rgba(0,0,0,0.2);
		  margin-bottom: 20px;
		  height: 20px;
		  padding: 5px;
		  border: 1px solid black;
	}
	
	.textInput:focus {
		border: 1px solid #BE7C4D;
		outline:none;
	}
	
	.checkBoxInput {
		  text-align: center;
		  vertical-align: middle;
		  width: 15px !important;
		  height: 15px !important;
		  appearance:none;
		  border-radius:5px;
		  border: 1px solid #3A525E;
		  box-shadow: none;
		  font-size: 10px;
		  margin-right:10px;
	}
	
	.checkBoxInput:checked {
		background-color: #BE7C4D;
	}
	
	.checkBoxInput:checked:after {
	  content: '\2713';
	  color:white;
	}

	.checkBoxInput:focus {
		outline:none;
	}
		.buttonArea {
			justify-content: center;	
			display:none;	
			position:relative;
			left:0px;
			margin: auto;
		}
		
		@media (min-width: 970px) {
			.buttonArea {
				width: 580px;
			}
		}
		@media (max-width: 969px) {
			.buttonArea {
				width: 290px;
			}
		}	
		.buttonArea .button {
			float:left;
			width:100px;
			height:100px;
			display: flex;
			align-items: center;
			margin:10px;
			justify-content: center;
			text-align:center;
			border: 1px solid #3A525E;
			border-radius:5px;
			box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
		}

		.buttonGroupVisible {
			display:flex;
		}
		
		.backgroundTree {
			  position: absolute;
			  right: 10%;
			  bottom: 7%;
			  height: 40%;
			  z-index: -5;
		}
				
		.animalDecoration {
			position: absolute;
         	z-index: -6;
		}
		
		.mew {
			position: relative;
			margin-left: 56px;
			width: 42px;
			opacity: 0;
			z-index:-10;
			transition:all 1s ease-in-out;
			
		}
		
		.animalDecoration:hover .mew {
			opacity:1;
			margin-top:-22px;
			margin-left:75px;
			
		}
		
		.sunmoon {
			position:absolute;
			z-index: -10;
			width:100px;
		}
		
		.explainerArrow {
			position:absolute;
			transition: all 0.5s ease-out;
			animation:floatLeftRight 4s ease-in-out;
			animation-iteration-count: infinite;
		}
		
		.timeslot_50 {
			color: #3A525E !important;
			width: 88px;
			height: 104px;
			background-color: #cce6ff;
			font-size: 80%;
			padding:2px;	
			margin-bottom:10px;
			border-radius:5px;
			border:1px solid #3A525E;
		}
		
		.timeslot_100 {
			color: #3A525E !important;
			width: 88px;
			height: 214px;
			background-color: #cce6ff;
			font-size: 80%;
			padding:2px;
			margin-bottom:20px;			
			border-radius:5px;
			border:1px solid #3A525E;
		}

		.timeslot_200 {
			color: #3A525E !important;
			width: 88px;
			height: 434px;
			background-color: #cce6ff;
			font-size: 80%;
			padding:2px;	
			margin-bottom:40px;			
			border-radius:5px;
			border:1px solid #3A525E;
		}

		@keyframes decrypt {
		  0% {
			  color: #adb8b1;
			  opacity: 0;
			}
		  50% {
			color: #adb8b1;
			opacity: 0;
		  }

		  75% {
			color: #3A525E;
		  }

		  100% {
			opacity: 1;
			color: #adb8b1;
		  }
		}


		@keyframes scrollToLeft {
			from {left:0%;}
			to {left:-200%;}
		}
		
		@keyframes scrollFromLeft {
			from {left:100%;}
			to {left:0%;}
		}
		
		@keyframes scrollToRight {
			from {left:0%;}
			to {left:100%;}
		}
		
		@keyframes scrollFromRight {
			from {left:-200%;}
			to {left:0%;}
		}	
		
		
		@keyframes jiggle {
			  20% { transform: translate(1px, 0px) rotate(10deg); }
			  40% { transform: translate(-1px, 0px) rotate(-10deg); }
			  60% { transform: translate(1px, 0px) rotate(10deg); }
			  80% { transform: translate(-1px, 0px) rotate(-10deg); }
			  100% { transform: translate(0px, 0px) rotate(0deg); }
		
		}
		
		@keyframes floatLeftRight {
			  0% { transform: translate(0px, 0px); }
			  50% { transform: translate(20px, 0px); }
			  100% { transform: translate(0px, 0px); }
		}

