/* CSS Document */


/* General Styles */

@font-face {
	font-family:concrete ;
	src: url(../fonts/ConcreteWall.ttf);
}

@font-face {
	font-family: lotion;
	src: url(../fonts/Lotion-Regular.ttf);
}

@font-face {
	font-family: packard;
	src: url(../fonts/PackardAntique.ttf);
}

@font-face {
	font-family: rainyheart;
	src: url(../fonts/rainyhearts.ttf);
}

@font-face {
	font-family: romanserif;
	src: url(../fonts/RomanSerif.ttf);
}


body {background-color: #000;}

p, h2, h3, a
{
	font-family:lotion, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	text-decoration:none;
	margin:0;
	padding:0;
}


h1 {
	color:#72CED9;
}


#wrapper {
   width:100%;
   margin:0px auto;
   position:relative;
   background-color: #baaebe;
}


.header {
	width: 90%;
	margin:auto;
	/*display: block;
	position: sticky;
	top: 0;
	*/
}

.header > a {
  text-decoration:none;
}


.header > a > h2 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	position:relative;
	padding: 20px;
	font-size: 45px;
    letter-spacing: 13px;
	color:#EC39B3;
	opacity:0.50;
	word-wrap: normal;
}


#mainPanel {
	margin:0 auto 2rem;
}

.belite {
	max-width: 400px;
	width: 25%;
	margin:0 auto 33px;
}

.linkbar{
	display: flex;
	align-items: center;
}
.linkbar > a{
	text-decoration: none;
	width: fit-content;
	padding: 13px;
	border: thin black solid;
	margin: 10px auto;
}

.linkbar > a > p{
font-size: 1rem;
text-align: center;
}



.triBanner {
  padding: 0 2rem 10px 2rem;
  line-height: 3;
}

.triBanner > img {
	width:fit-content;
	margin:auto;
	padding: 20px 0;
}

.narrator > p {
	font-family: 'Courier New', Courier, monospace;
	width: 95%;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.jasper, .stele {
	border-bottom: solid black thin;
	width: 50%;
	margin: auto;
}

.jasper > p {
	font-family: rainyheart;
	font-size: 25px;
	width: 95%;
	margin:auto;
	padding-top: 10px;
	position: relative;
	color:purple;
	text-align: center;
	line-height: 2;
}

.stele > p{
	font-family: concrete;	
	font-size: 26px;	
	width:95%;
	margin:auto;
	padding-top: 10px;
	position:relative;
	color: rgb(121, 101, 148);
	text-align: center;
	line-height: 1.5;
}


#anim-banner {
	
	top:40px;
	width: fit-content;
	margin:auto ;
}

.dialog {
	margin:33px auto;
	width: 90%;
	height:300px;
	overflow: scroll;
	padding:10px;
	border: thin solid black;
	position:relative;
}


.dialog::before {
	content:"";
	margin:10px;
	padding-top: 60px;
	border-left:dotted black 7px;
	position:relative;
	height: 20px;
	display:block;
	left: 50%;
}

.dialog::after {
	content:"";
	margin:10px;
	padding-top: 60px;
	border-left:dotted black 7px;
	position:relative;
	height: 20px;
	display:block;
	left: 50%;
}

footer > p {
	width:fit-content;
	margin:auto;
}

@media only screen and (min-width:800px ){

	#wrapper { 
		width: 80%;
		margin: auto;
	}

	#mainPanel {
	margin:0 auto;
	}

	.linkbar{
		display: flex;
		align-items: center;
	}
	.linkbar > a{
		text-decoration: none;
		padding: 13px;
		border: thin black solid;
		margin: 10px auto;
	}




	.triBanner {
	padding: 0 2rem 10px 2rem;
	line-height: 1;
	}

	.triBanner > img {
		width:fit-content;
		margin:auto;
		padding: 20px 0;
	}


}