/*--------------------------GENERAL---------------------------*/
* {
  box-sizing: border-box;
}

body{
	background-color: black;
	margin: 0;
	padding: 0;
	font-family: "Anonymous Pro", sans-serif;
	font-size: 20px;
	color: white;

	overflow-x: hidden;
}

	h1 {
		font-size: 51px; 
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: normal;
		font-weight: 400;
	}


	h2 {
		font-size: 64px;
		color: white;
		font-family: "DM Serif Display", sans-serif;
		font-weight: 400;
	}

h3{
	font-size: 40px;
	color: white;
	font-family: "DM Serif Display", sans-serif;
	text-align: center;
	font-weight: 400;
	margin: 0rem;
}

h4{
	font-family: "Aoboshi One", sans-serif;
	font-size: 30px;
	color: white;
	text-align: center;
}

@media screen and (max-width: 1200px){
	h5{
		font-family: "DM Serif Display", sans-serif;
		font-size: 38px;
		margin-bottom: 0;
		color: white;
		display: flex;
		justify-content: center;
font-weight: 400;
		position: relative;
		top: 35vh;
	}
}

@media screen and (min-width: 1200px){
	h5{
		font-family: "DM Serif Display", sans-serif;
		font-size: 54px;
		margin-bottom: 0;
		color: white;
		display: flex;
		justify-content: center;
font-weight: 400;
		position: relative;
		top: 40vh;
	}
}

@media screen and (max-width: 1200px){
	h6 {
		font-size: 44px;
		color: white;
		font-family: "DM Serif Display", sans-serif;
font-weight: 400;
			position: relative;
			top: -5vh;
			right: -10vh;
	}
}

@media screen and (min-width: 1200px){
	h6 {
		font-size: 64px;
		color: white;
		font-family: "DM Serif Display", sans-serif;
font-weight: 400;
			position: relative;
			top: 10vh;
			right: -60vW;
	}
}

a {
	color: black;
	text-decoration: none;
}

nav img{
	width: 250px;
	height: auto;
}

nav a{
	display: inline-block;
	font-family: 'DM Serif Display', serif;
	color: white;
/*	font-weight: 400;*/
	font-size: 1.5rem;
	text-decoration: none;
/*	top and bottom, left and right*/
	padding: 0.25em 0.45em;
}


@media screen and (max-width: 1200px){
	figure1{
		margin: 0;
		max-width: 50vw;
		height: auto;

		/*display: flex;
		justify-content: center;*/

		position: relative;
		right: 16vw;
		top: -10vh;
	}
}

@media screen and (min-width: 1200px){
	figure1{
		margin: 0;
		width: 100%;
		height: auto;
		max-width: 100vw;
		position: relative;
		top: -500px;
		right: -10vh;
	}
}
/*--------------------------NAVIGATION BAR---------------------------*/

 ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  display: inline;
}

.nav-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0; /* Adjust top and bottom padding to control the height */
	position: fixed; /* Add this to make the navigation bar sticky */
	top: 0; /* Add this to position the navigation bar at the top */
	left: 0; /* Add this to align the navigation bar to the left */
	right: 0; /* Add this to align the navigation bar to the right */
	background-color: black; /* Optional: Add a background color to the navigation bar */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: Add a shadow effect for the navigation bar */
	height: 90px; /* Set a fixed height for the navigation bar background */
	 z-index: 9999; /* Set a high z-index value */
}


	.nav-container .icon {
  	display: none;
	}

.logo img {
	margin-right: 20px; /* Optional: Add some right margin to separate logo from nav links */
	width: 200px;
	height: auto;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
}

ul.nav-links {
	list-style-type: none;
	margin: 0;
	padding: 0;
/*	font-size: 4rem;*/
	display: flex; /* Optional: Display the nav links as flexbox */
	margin-right: 20px;
}

ul.nav-links li {
	margin-left: 10px; /* Optional: Add some left margin between nav links */
	padding-right: 35px;
}
.goodforum:hover a{
    color: #75E8F6;
}

.badforum:hover a{
    color: #51DA22;
}
.fanforum:hover a{
    color: #9D26B0;
}



.tickets button {
  /* Remove background-color to have no filled-in color */
  background-color: transparent;
  border: 2.6px solid #9D26B0; /* Add a blue border around the button */
  border-radius: 30px;
  width: 170px;
  outline: none; /* Remove outline on focus */
}

.tickets button:hover a {
  color: black; /* Change the text color to black on hover */
}

.tickets button:hover {
  background-color: #9D26B0; /* Add a background color on hover */
  color: black; /* Change the text color to black on hover */
}

@media only screen and (max-width: 800px) {
	  .nav-container {
    flex-direction: column;
    height: 110px;
    padding: 5px 0; /* Adjust the top and bottom padding */
  }

  .nav-container ul.nav-links {
    display: none;
  }
  
  /* Show the icon on mobile */
  .nav-container a.icon {
    float: right;
    display: block;
  }

  /* Add styles for the mobile navigation menu */
  .nav-container.active ul.nav-links {
    display: flex;
    flex-direction: column;
  }

  .nav-container ul.nav-links.active {
 	 display: flex;
 	 flex-direction: column;
	}

.logo {
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-left: 5rem;
}

.nav-container .icon {
  display: none;
  margin-left: 25px; /* Adjust the spacing between the logo and the icon */
  font-size: 40px;
}

  .logo img {
    margin-right: 1px; /* Remove the right margin */
    margin-bottom: 10px;
    margin-top: 10px; /* Adjust the top margin */
  }

  ul.nav-links {
    display: flex;
    flex-direction: column; /* Stack the nav links vertically */
    margin-right: 0; /* Remove the right margin */
  }

  ul.nav-links li {
    margin-left: 0; /* Remove the left margin */
    padding-right: 0; /* Remove the right padding */
  }

  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: black; /* Change the background color as per your design */
    width: 100%;
    height: 100vh;
    text-align: center; /* Align the navigation links to the left */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Add a shadow effect for better visibility */
}
.nav-container a.close-icon {
  display: none;
  font-size: 20px; 
  color: white; 
  padding: 5px 1px; 
  cursor: pointer;
  position: absolute;
/*  top: 10px;*/
  right: 60px; /* Adjust the right distance as per your preference */
}

.nav-container .close-icon {
/*	padding-left: 50px;*/
}

.close-icon {
	color: white;
/*	padding-left: 10px;*/
}

:target {
  padding-top: 90px; /* Adjust the padding as needed */
  margin-top: -90px; /* Adjust the margin as needed */
}
}
/*--------------------------HERO MESSAGE---------------------------*/
@media screen and (min-width: 1200px){
	.hero {
		background-image:url("../img/Title Part.png");
		height: 100vh;
		background-size: cover;
		background-position: center;

	  position: relative; /* Change 'position: 0;' to 'position: relative;' */
	  margin-top: 90px; /* Add some top margin to create space between hero photo and nav bar */
	  padding: 0;
	}
}

@media screen and (max-width: 1200px){
	.hero {
		background-image:url("../img/Title Part.png");
		height: 800px;
		background-size: cover;
		background-position: center;

	  position: relative; /* Change 'position: 0;' to 'position: relative;' */
	  margin-top: 90px; /* Add some top margin to create space between hero photo and nav bar */
	  padding: 0;
	}
}
/*.hero img {
	width: 100;
	height: auto;
	padding: 0;
}*/

.hero-text {
	color: white;
	position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-container {

	top: 70%;
}

@media screen and (max-width: 1200px){
	.hero-text h2 {
	  font-size: 2.25rem; /* Increase font size for "Welcome to the" */
	  margin-bottom: -20px;
	}
}

@media screen and (min-width: 1200px){
	.hero-text h2 {
	  font-size: 2.85rem; /* Increase font size for "Welcome to the" */
	  margin-bottom: -20px;
	}
}

@media screen and (max-width: 1200px){
	.hero-text h1 {
		width: 600px;
	  font-size: 2.55rem;
	  margin-top: 0px;

	  position: relative;
		top: 2vh;
	}
}

@media screen and (min-width: 1200px){
	.hero-text h1 {
		width:1200px;
	  font-size: 4.75rem;
	  margin-top: 0px;
	}
}


.cta-text {
	
	margin: 0;
	position: absolute;
  top: 69%; 
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block; 
}

@media screen and (max-width: 1200px){
	.cta-text p {
		font-family: 'Aoboshi One', serif;
		font-size: 17px;
		position: relative;
	  top: -20px; 
		white-space: nowrap;
	}
}

@media screen and (min-width: 1200px){
	.cta-text p {
		font-family: 'Aoboshi One', serif;
		font-size: 1.27rem;
	}
}

.hero-text .cta-text {
  margin: 0; /* Adjust the margin to control the space between texts */
}

@media screen and (min-width: 1200px){
	.cta-button {
	  position: relative;
	  top: 78vh; 
	  left: 50vw;

		display: flex;
		justify-content: center;
	  transform: translate(-50%, -50%);
	}
}

@media screen and (max-width: 1200px){
	.cta-button {
	  position: relative;
	  top: 600px; 
	  left: 50vw;

		display: flex;
		justify-content: center;
	  transform: translate(-50%, -50%);
	}
}

.cta-button a {
	color: white;
	font-weight: 400;
}

.hero button {
	background-color:  #9D26B0;
	border-radius: 45px;
	width: 200px;
	height: 60px;
/*	font-weight: bold;*/
	font-family: 'DM Serif Display', serif;
	font-color: white ;
/*	font-size: 25px;*/
	border: none;
	outline: none;
	font-size: 1.3rem;
}

.hero button:hover {
	background-color: #fff;
	color: black;
}

.hero button:hover a {
	color: black;
}

/*--------------------------theshow---------------------------*/
.main-container{
	max-width: 131rem;
	margin: 0 auto;
	background-color: black;
	padding: 0 rem;
	margin-top: -50px;
}

@media screen and (max-width: 1200px){
	.wicked-text-body{
			width: 450px;
			font-size: 1rem;
			padding-left: 4rem;
			padding-right: 4rem;
			text-align: left;
			display: flex;
			justify-content: center;
			position: relative;
			top: -15vh;
			line-height: 1.5;
		}
}

@media screen and (min-width: 1200px){
	.wicked-text-body{
			width: 460px;

			padding-left: 4rem;
			padding-right: 2rem;
			text-align: left;

			position: relative;
			right: -56vw;
/*			line-height: 1.5;*/
		}
}

/*--------------------------QUOTE please help me with this part---------------------------*/
.quote-pic img {
	width: 630px;
	height: auto;
	padding-bottom: 90px;
}

.quote-pic {
	float: left;
}
 
.quote > div {
	height: auto;
	width: 800px;
}

@media screen and (max-width: 1200px){
	.quote{
		display: flex;
		justify-content: center;
		align-items: center;

		border-radius: 30px;

	}
}


@media screen and (min-width: 1200px){
	.quote{
		display: flex;
		justify-content: center;
		align-items: center;
		max-height: 50vh;

		border-radius: 30px;
		

		position: relative;
		top: -250px;
	}
}

.quote-text-body{
	text-align: center;
	
}
.quote-text-name{
	text-align: right;
}
.quote-text{
	padding: 0;
	margin: 0;
}

.quote {
	flex-direction: column;
}

.quote-2{
	margin-top: 178px;
}

.quote-1 {
	position: relative;
	top: 30px;
}

@media screen and (max-width: 1200px){
	.quote-text h3{
/*		max-width: 300px;*/
		font-size: 26px;
	}

	.quote-text h4 {
		font-size: 20px;
	}

	.quote-1 {
	position: relative;
	top: 20px;
	margin-top:-50px;
}

	.quote-2 {
		padding-left: 14rem;
		padding-right: 14rem;

		position: relative;
		top: -150px;
		margin-bottom: -100px;

	}
}


/*--------------------------QUIZ PART BEGIN---------------------------*/
@media screen and (min-width: 1200px){
	.Quizes{
		background-image:url("../img/Quiz Part.jpg");
		height: 100vh;
		background-size: cover;
		background-position: center;
		  margin-top:-150px;
	/*	margin-top: 50px;*/
	}
}

@media screen and (max-width: 1200px){
	.Quizes{
		background-image:url("../img/Quiz Part.jpg");
		background-size: cover;
		background-position: center;
	/*	margin-top: 50px;*/
	}
}
/*-quiz button-*/

#openDialogButton {
    padding: 10px 20px;
    border-radius: 1000px;
    background-color: #994FB3;
    font-family: DM Serif Display;
    font-size: 15pt;
    color: white;
    border: none;
    height: 55px;
    width: 150px;
    border-radius: 500px;
    cursor: pointer;
}
/*-close button-*/
.btnCloseDialog {
  background-color: transparent;
  border: transparent;
  position: relative;
  float: right;
  top: -10px;
  right: -10px;
}

h{
  color: white;
}

#divStart {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}



/*-question background-*/

dialog {
  border: none;
  box-shadow: #00000029 2px 2px 5px 2px;
  border-radius: 50px;
  padding: 30px;
  font-color:white;
  opacity: 90%;
  font-family: 'DM Serif Display';
  font-size: 20px;
  font-weight: bold;
  width:700px;
  height: 350px;
}

@media screen and (max-width: 1200px){
	#quizDialog{
		transform: scale(0.63);
    transform-origin: 0 0;
	  background-color: #994FB3;
	}
}

@media screen and (min-width: 1200px){
	#quizDialog{
	  background-color: #994FB3;
	}
}

@media screen and (max-width: 1200px){
	#gooddialog{
		transform: scale(0.63);
    transform-origin: 0 0;
	}
}

@media screen and (min-width: 1200px){
	#gooddialog{
	}
}

@media screen and (max-width: 1200px){
	#baddialog{
		transform: scale(0.63);
    transform-origin: 0 0;
	}
}

@media screen and (min-width: 1200px){
	#baddialog{
	}
}

#quizContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#quizContent {
    font-family: DM Serif Display;
    background-color: white;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}




/*Quiz button*/
#tbQuiz tr{
  height: 60px;
  align: center;
}

#tbQuiz tr td{
  width: 220px;
}

#divTb {
  top: -200px;
  font-family: DM Serif Display;
  margin-left: 15px;
  align-content: center;
  width:95%;
}

#tblQuizContainer{
  width:100%; 
  font-family: DM Serif Display;
  align:center;
}

.table-caption {
  display: table-caption;
  font-family: DM Serif Display;
  height: 20px;
}





/* the answers border */
.quiz {
  background-color: transparent;
  font-weight: 100;
  color: white;
  border: 2.6px solid white; 
  border-radius: 30px;
  width: 200px;
  height:50px;
  font-family: DM Serif Display, italic;
  font-size: 12pt;
  outline: none; /* Remove outline on focus */
}

.quiz:hover {
  background-color: mediumpurple;
  border: 2.6px solid black; /* Add a background color on hover */
  color: white; /* Change the text color to black on hover */
}




/* the questions border */
#question{
  font-size: 14pt;
  font-family: DM Serif Display, italic;
  font-weight: 100;
  color: white;
  background-color: transparent;
  border: 3px solid white; /* Add a blue border around the button */
  border-radius: 30px;
  width: 280px;
  height:220px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none; /* Remove outline on focus */
}

.gooddialog tr{
  height: 120px;
  font-family: DM Serif Display;
  align: center;
  background-color: #A4E1E8;
}

.gooddialog  tr td{
  width: 120px;
  font-family: DM Serif Display;
}




/* goodbadpage */
.congras{
  font-size: 18pt;
  align-items: center;
  font-weight: 100;
  margin-top: 10px;
}
.cad{
  margin-top: 10px;
  font-weight: 150;
  font-size: 23pt;
}
.bad{
  margin-top:10px;
}
.good{
  margin-top:10px;
}
.badCoven{
  margin-top:10px;
}
.goodCoven{
  margin-top:10px;
}

/*.goodCoven a{
  font-size: 20px;
}*/

#gooddialog {
  background-color: #A4E1E8;
   opacity: 100%;
}

#baddialog {
  background-color: #87DE68;
   opacity: 100%;
}


#baddialog tr{
  height: 120px;
  font-family: DM Serif Display;
  align: center;
}

#baddialog tr td{
  width: 120px;
  font-family: DM Serif Display;
}

/* covenbutton */
.redirect {
  /* Remove background-color to have no filled-in color */
  background-color: transparent;
  font-family: DM Serif Display;
  border: 2.6px solid white; 
  border-radius: 30px;
  width: 130px;
  height:55px;
  outline: none; /* Remove outline on focus */
}

.redirect:hover {
  background-color: transparent; /* Add a background color on hover */
  color: white; /* Change the text color to black on hover */
}




/*--------------------------FOOTER---------------------------*/

.footer {
	background-color: black;
	height: 170px;
	margin: 0;
	padding: 0;
}


@media screen and (max-width: 1200px){
	.citations-button a{
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: 400;
		font-size: 1rem;
	}

	.mockups-button a{
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: 400;
			font-size: 1rem;
	}
}

@media screen and (min-width: 1200px){
	.citations-button a{
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: 400;
		font-size: 1.5rem;
	}

	.mockups-button a{
		color: white;
		font-family: 'DM Serif Display', serif;
		font-weight: 400;
			font-size: 1.5rem;
	}
}

 /*.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }*/

  .first-line {
  	margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    opacity: 0.9;
  }

  .first-line img {
  	max-width: 33px;
  }

  /*.first-line h2 {
    margin: 0 10px; 
  }*/
@media screen and (max-width: 1200px){
  .first-line a {
    display: inline-block;
  	margin: 10px 20px; 

  	position: relative;
 	  top: -3vh;
  }
}

@media screen and (min-width: 1200px){
  .first-line a {
    display: inline-block;
  	margin: 20px 30px; 
  }
}


  /*.second-line {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
  }*/

  .second-line {
  	display: flex;
  justify-content: center;
  margin-top: 35px;
  }

 @media screen and (max-width: 1200px){
  .second-line p {
/*  	padding-top: ;*/
    display: inline-block;
  	margin: 0 15px; 
  	font-size: 0.5rem;
  	opacity: 0.7;
  }
}

@media screen and (min-width: 1200px){
  .second-line p {
/*  	padding-top: ;*/
   /* display: inline-block;*/
  	margin: 0 45px; 
  	font-size: 0.9rem;
  	opacity: 0.7;
  }
}

/*.footer h2 {
	font-size: 1.5rem;
}*/


