.text-full-screen-menu-active #text-full-screen-menu-toggle {
	/*background:red;*/
}

.text-site-nav {
  transition: all 0.4s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5E2A7D;
  z-index: 200;
  font-family: "Open Sans";
  font-size: 2em;
}

.text-full-screen-menu-active .text-site-nav {
  opacity: 1;
  pointer-events: initial;
}

.text-site-nav ul {
  display: block;
  transition: all 0.3s ease;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3)
}

.text-site-nav a {
	color: black;
	text-decoration: none;
	display: block;
	padding:.2em;
	text-align: center;
}

.text-full-screen-menu-active .text-site-nav ul {
  transform: translate(-50%, -50%) scale(1)
}

.img-container {
	display: block;
	width: 80%;
	height: auto;
	position: absolute;
	top: 1em;
	left: 1em;
	display: flex;
	justify-content: center;
	align-items: center;		
}

#text-container {
	width: 80%;
	overflow: scroll;
	height: 80%;
	left: 10%;
	right: 10%;
	position: absolute;
	top: 5%;
	font-size: 24px;
	hyphens: auto; 
	text-align: justify;
	color: white;
}
.start-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #5E2A7D;
	font-family: "Open Sans";
	font-size: 2em;	
}
.text-container {
	width: 80%;
	overflow: scroll;
	height: 80%;
	left: 10%;
	right: 10%;
	position: absolute;
	top: 5%;
	font-size: 24px;
	hyphens: auto; 
	text-align: justify;
	color: white;
}

.centered {
	text-align: center !important;
	font-size: 20px !important;	
}
.justified {
	text-align: justify !important;
}

.startbuttonlink {
	text-decoration: none;
	color: white;
}