body, html {
	background-color: white;
	padding: 0px;
	margin: 0px;
	border: 0px;
	overflow: hidden;
	height: 100%;
}

#triCanvasGL {
	position: absolute;
	margin: 0px;
}

#textBox {
	position: absolute;
	display: grid;
	grid-template-rows: 15fr 50fr 10fr 10fr;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: underline;
	color: white;
	font-weight: bold;
}

hr {
	border-color: white;
}

p {
	line-height: 1.6;
}

.scrollbox {
	overflow: auto;
	padding: 1vh 1vw;
}

.divStyle {
	background-color: rgba(200, 200, 200 ,0.2);
	color: white;
	font-family: sans-serif;

	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/*
.mainDivPositioning {
	padding: 2vh 3vw;
}
	*/

.buttonHolder{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 1vw;
}

.webring {
	margin-left: 10vw;
	margin-right: 10vw;
	text-align: center;
	font-family: sans-serif;
	color: white;
}

.changeContentButton {
	text-align: center;
	padding: 1vh 3vw;
}

.buttonHolder {
	padding: 1vh 0vw;
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
	.title {
		color: white;
		font-family: sans-serif;
		margin-left: 12vw;
		margin-top: 4vh;
		margin-bottom: 2vw;
	}

	.subtitle {
		color: lightgray;
		font-family: sans-serif;
		margin-left: 15vw;
	}

	.mainDivPositioning {
		margin-left: 5vw;
		margin-right: 5vw;
	}

	#textBox {
		position: absolute;
		display: grid;
		grid-template-rows: 10fr 60fr 10fr 5fr;
		width: 100%;
		height: 100%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.title {
		color: white;
		font-family: sans-serif;
		margin-left: 20vw;
		margin-top: 12vh;
	}

	.subtitle {
		color: lightgray;
		font-family: sans-serif;
		margin-left: 23vw;
	}

	.mainDivPositioning {
		margin-left: 20vw;
		margin-right: 20vw;
		/*margin-bottom: 2vh;*/
	}
};

.hidden {
	display: none;
	background-color: black;
}
