@charset "UTF-8";

@font-face {
	font-family: 'Orbitron';
	src: url(../Fonts/Orbitron/Orbitron-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Orbitron';
	src: url(../Fonts/Orbitron/Orbitron-Medium.ttf) format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Orbitron';
	src: url(../Fonts/Orbitron/Orbitron-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Orbitron';
	src: url(../Fonts/Orbitron/Orbitron-Black.ttf) format('truetype');
	font-weight: 800;
	font-style: normal;
}


/**********************************************************************/
/***************************** Page Top *******************************/
/**********************************************************************/

.subtitle {
	letter-spacing: 0px !important;  /* was 1px */
}
.subtitle2 {
	color: #777;
	max-width: 90%;
	/*opacity: 50%;*/
	font-size: 80% !important;
	font-style: italic;
	margin-top: 1rem;
}

.display-2 {
	font-size: 4rem;
	letter-spacing: 2px;
	text-indent: 2px;
	font-weight: 200;
	margin-bottom: 1rem;
	color: #444;
	font-weight: normal !important;
}



/********  Welcome Section ********/

.welcome-title {
	flex-basis: 100%;
	text-align: center;
	margin-top: 4rem;
	color: #555;
	letter-spacing: 0px;
}

.welcome-message {
	text-align: justify;
	margin: 0 auto;
	margin-top: 2rem;
	margin-bottom: 2rem;
	max-width: 750px;
	padding: 0px 32px;
	max-width: 90%;
}

.introduction {
	/*border-radius: 150px;*/
	border-radius: 360px 360px 50px 50px;
	/*background-color: #12121290;*/
	/*background: linear-gradient(180deg, #000, #12121290, #12121300, #111, #222);*/
	background: linear-gradient(180deg, #000, #12121290, #12121300, #111, #222), url(../Graphics/Backdrops/Background3.jpg);
	/*filter: hue-rotate(180deg);*/
}

.introduction p {
	padding-top: 1rem;
	font-style: italic;
	margin-top: 4rem;
	opacity: 0.7;
}



/**********************************************************************/
/**************************** Main Section ****************************/
/**********************************************************************/

.BELLAS-Universe-Guide {
	background-color: #12121290;
	border: 2px solid #222222;
	border-radius: 50px;
	padding: 2rem;
	margin-top: 2rem !important;
	/*max-width: 80%;*/
	margin: 0 auto;
	margin-bottom: 8rem;
}

.BELLAS-Universe-Guide h1 {
  text-align: center;
  /*font-size: clamp(1.5rem, 4vw, 3rem);*/
  overflow-wrap: break-word;
  word-break: break-word;
}

.BELLAS-Universe-Guide p {
  text-align: center !important;
  font-style: ;
  color: grey;
  font-size: 1.5rem;
  max-width: 80%;
}

.BELLAS-Universe-Topic {
	text-align: justify;
	margin: 0 auto;
	margin-top: 2rem;
	max-width: 750px;
	padding: 0px 32px;
	max-width: 90%;
	font-size: clamp(1.2rem, 4vw + 0.5rem, 2rem);
	overflow-wrap: break-word;
}

.mobile-break {
	display: ;
}



/**********************************************************************/
/***************************** Slideshow ******************************/
/**********************************************************************/

/* 1. Container can now safely use height: auto */
.slideshow-container {
  /*max-width: 800px;
  width: 100%;*/
  position: relative;
  margin: auto;
  overflow: hidden;
  height: auto; /* Container scales naturally based on the image inside */
}

/* 2. Hide all slides using opacity and visibility */
.mySlides {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.5s ease-in-out, visibility 1.5s ease-in-out;
  
  /* Pull hidden slides out of the flow so they stack on top of the active one */
  position: absolute;
  top: 0;
  left: 0;
}

/* 3. The active slide drops back into normal document flow */
.mySlides.active-slide {
  opacity: 1;
  visibility: visible;
  position: relative; /* This pushes the container open and pushes the dots down */
}

/* 4. Images scale purely based on width, keeping native aspect ratios */
.mySlides img {
  /*width: 100%;*/
  height: auto; /* Truly responsive height */
  display: block;
  box-sizing: border-box;
}

/* Caption text */
.text {
  color: #444; /* was #f2f2f2 -->
  font-size: 1rem; /* was 15px */
  letter-spacing: 4px;
  text-transform: uppercase;
  /*padding: 8px 12px;
  position: absolute;*/
  bottom: 8px;
  width: 100%;
  margin: 0 auto;
  margin-top: 1rem;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 10;
  display: ; /* optionally hide text overlay with "none" */
}

/* The dots naturally stay below the container */
.dot-container {
  text-align: center;
  padding: 15px;
}

.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  display: none;
}

.current-photo {
  background-color: #717171;
}


/**********************************************************************/
/**************************** AUDIO PLAYER ****************************/
/**********************************************************************/

#myAudio {
	display: none;
}

#playButton {
	cursor: pointer;
	border: 2px solid #444;
	border-radius: 50px;
	opacity: .3;
	transition: opacity 2s;
	display: ;
}

#playButton:hover {
	border: 2px solid #555;
	opacity: 1;
}

.page-play-button {
	cursor: pointer;
	border: 2px solid #444;
	border-radius: 50px;
	opacity: .3;
	transition: opacity 2s;
	width: 30px;
	height: auto;
}

#timeDisplay {
	color: #222;
	display: none;
}

/*  Play Button Undulates After Page Loads */

@keyframes singleFade {
  0% { opacity: .3; border-color: #444;}
  50% { opacity: .7; border-color: #777;} 
  100% { opacity: .3; border-color: #444} 
}

.fade-button {
  /* Takes 2 seconds per cycle, repeats 2 times */
  animation: singleFade 2s ease-in-out 1; 
  /* Waits 1 second after page load before starting */
  animation-delay: 1s; 
  /* Ensures the button keeps its default styling during the delay */
  animation-fill-mode: backwards; 
}


/************************************************************************/
/************************ Media Query Breakpoints ***********************/
/************************************************************************/

@media (min-width: 480px) {  


}

@media (min-width: 576px) { 


}

@media (min-width: 768px) {
	.subtitle {
		letter-spacing: 8px !important;
	}

	.introduction {
		/*border-radius: 50px;*/
		border-radius: 360px 360px 50px 50px;
	}

	.welcome-title {
		flex-basis: 100%;
		text-align: center;
		margin-top: 4rem;
		color: #555;
		letter-spacing: 2px;
		/*font-size: 2.5rem;*/
	}

	.welcome-message {
		text-align: justify;
		margin: 0 auto;
		margin-top: 2rem !important;
		margin-bottom: 2rem;
		max-width: 750px;
		padding: 0px 32px;
		max-width: 90%;
	}

	.introduction p {
		margin-top: 3rem;
	}

	.mobile-break {
		display: none;
		/* For The BELLAS Universe card */
	}
}

@media (min-width: 992px) { 

}

@media (min-width: 1200px) {  

}

@media (min-width: 768px) {

}