@charset "UTF-8";
/* Dance page CSS Document */


/* Class Elements  */

.details {
	margin:auto;
   text-align: center;
}
.details a {
/*   flex-direction:column;
   justify-content: center; 
   height:30px; */
   padding:5px; 
   color:#F6D105;
   font-family:Helvetica, Arial, sans-serif;
   font-size:20px;
   font-style:normal;
   text-decoration:none;
   margin:auto;
}
.details a:hover {
   background-color:#340049;
   color:#FFF;
   font-size:103%;
}
.events {   
   flex-direction:column;
   justify-content: center; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	width: 70%;
}
.events div {
   margin-top: 20px;
}
.events div h1 {
   font-size: 20pt;
   font-weight: bolder;
}
.events h1 {
	font-size: 24pt;
	font-weight: bolder;
}
.events a:hover {
   background-color:#340049;
   color:#FFF;
   font-size:103%;
}
.projects {
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	text-align: center;
	width: 70%;
}
.projects h1 {
	font-size: 24pt;
	font-weight: bolder;
}

/* Single Elements */

#nuitblanche {
	max-width:480px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	top:15px;
	padding: 8px;
	font-size:13pt;
	line-height:120%;
	color:white;
	font-weight:normal;
	text-align: center;
	background-color:#340049;
}
#nuitblanche h1 {
	font-size: 16pt;
	font-weight: bold;
	font-style: italic;
	}
#perfAcademy {
	font-family:Verdana, Geneva, sans-serif;
	max-width: 99%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: #ABE1C1;
	color: #369324;
	font-size: 37px;
	font-weight: bold;
	line-height: 110%;
	text-align: center;
	border-radius:6px;
}
#perfAcademy a {
	color:#317CA9;
	font-size: 37px;

}
