/* 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;
	
}

.header > a {
  text-decoration:none;
}



.header > h1 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 45px;
    letter-spacing: 5px;
    padding: 20px 87px;
	margin: 2rem auto;
}

.header > 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;
}


.menu {
	display: flex;
	position:sticky;
	top:0px;
	height: 100px;
	justify-content: center;
	align-items: center;
	background-color:#baaebe;
}

.menu > a {
	padding: 8px;
	margin-bottom: 7px;
	color: #FF8284;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	text-decoration: none;
}

.menu > a:hover {
	background-color: #3B3838;
}

#sideNav {
	width:100px;
	float:left;
}

#sideNav > ul > li {
	list-style:none;
	
}


.navButt {
	float: left;
    font-size: 22px;
    letter-spacing: 5px;
    margin: 1rem;
}

.current {
 color: #EF9696;
 font-style:italic;
 font-size:25px;
 padding: 5px;
 background-color: #000;
}

#sideButt {
	display:inline;
}

#pSidePanel > a {
	padding: 25px;
	 margin-left: -33px;
	 font-size:20px;
}

footer {
	background-color: #baaebe;
	width: 100%;
}

footer > p {
	text-align:center;
}

footer > h2 {
	text-align:center;
	margin:1rem;
}
.clear {
   clear:both;
}

#topPanel {
  margin: auto;
  width: fit-content;
}

#mainPanel {
	margin:0 auto 2rem;
}

.triBanner {
  padding: 1rem;
  line-height: 1;
}


.speakerDada > p {
	font-family: rainyheart;
	font-size: 25px;
	width: 95%;
	margin:auto;
	position: relative;
	color:purple;
	text-align: center;
	line-height: 1.5;
}

.speakerBrut > p{
	font-family: concrete;	
	font-size: 23px;	
	width:95%;
	margin:auto;
	position:relative;
	color: grey;
	text-align: center;
	line-height: 1.5;
}

.dialog {
	margin:auto;
	width: 90%;
	padding:10px;
	border: thin solid black;
	position:relative;
}


#anim-banner {
	width: 95%;
	margin: 0 auto;
}


#anim-banner::after {
	content:"";
	margin:10px;
	padding-top: 60px;
	border-left:dotted black 7px;
	position:relative;
	height: 20px;
	display:block;
	left: 50%;
}
