*{
	margin: 0px;
	padding: 0px;
	/* background-color: black; */
	color: white;
}
.navCenter {

display: flex;
text-align: center;
justify-content: center;
width: 100%;
margin: 0%;
padding: 0%;
}
/*Start of nav*/
nav{
	font-size: 35px;
  margin: 20px;
	/* border-bottom: 10px solid purple; */
	text-align: center;


}
nav ul{
color: white;
list-style: none;
display: inline-flex;
text-align: center;


}

/* Remove any boxed background that may appear behind the navbar */
/*nav, nav ul, .navCenter, nav ul.navbar, nav li {
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}*/
nav li{
	color: white;
	padding: 10px;


}
a{
	text-decoration: none;
	color: white;
	
}

nav a:hover {
	color:purple;
}

/*End of nav*/
nav {
  position: relative;
  z-index: 9999;
}

/*Dont remove the nav above need to research this more but with out this merch disappears from the nav of home*/

/* CAHTGPT */
.dropdown {
    position: relative; /* Essential: Positions the dropdown content relative to this item */
    display: inline-block;
}

/* 2. Style and hide the dropdown content */
.dropdown-content {
    /* Positioning */
    display: none; /* Crucial: Hides the list by default */
    position: absolute; /* Essential: Takes the list out of the normal flow */
    top: 100%; /* Positions the list immediately below the 'More' link */
    left: 0;

    /* Appearance */
    min-width: 160px; /* Ensures sufficient width */
    background-color: black; /* Choose a suitable background color */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1; /* Ensures the dropdown appears on top of other content */

    /* Inner link styling (optional but recommended) */
    list-style-type: none;
    padding: 0;
}

/* 3. Style the links within the dropdown */
.dropdown-content li {
    float: none; /* Resets the horizontal float to stack items vertically */
    padding: 12px 16px;
    display: block;
    text-align: left;
}

/* 4. Display the dropdown on hover */
.dropdown:hover .dropdown-content {
    display: block; /* The critical step: makes the hidden content visible on hover */
}

/* Optional: Add hover effect for the dropdown links */
.dropdown-content li:hover {
    background-color:black; 
}
/* CHATGPT */

.test{
	border: red,10px,solid;
}
.helloworld{
	/* border: hotpink, 10px, solid ; */
	font-size: 50px;
	text-align: center;
}
/* neon glow for the pixel headline used on news page */
.helloworld{
  color: #fff;
  text-shadow: 0 0 10px #c58cff, 0 0 28px #b000ff;
}
.soseTitle{
	font-size: 50px;
	text-align: center;
	color:white;
	background-color: purple;

}
/*.testimg{
	width: 100%;       
	height: 50vh;      
	overflow: hidden; 


  /* Center and scale the image nicely ////
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}*/



/*  .testimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom; /* default for narrow screens 
}
*/

@media (min-width: 800px) {
  .testimg img {
    object-position: center; /* show center on wide screens */
  }
}


/* PIXEL ART START - Dont you dare touch this!!!! */
@font-face {
  font-family: 'BoldPixels';
  src: url('boldpixels/BoldPixels.ttf') format('truetype'),
       url('boldpixels/BoldPixels.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  color: white;
  font-family: 'BoldPixels', monospace;
  background-color: black;
  color: purple;
}

h1, h2, nav {
  font-family: 'BoldPixels', monospace;
}
/* PIXEL ART END */



.welcome{
	margin-left: 30%;
	margin-right: 30%;
	font-size: 20px;
	width: 40%;
	float: none;
	padding: 20px;
	margin-bottom: 50px;
	text-align: center;
	justify-content: center;
	

}

.SignUpLink{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 50%;
	border: purple , 10px, solid;
}

.title{
	align-items: center;
	justify-content: center;
	display: flex;
	background-color: black;
}
/* TEAM PAGE SPACING -- Koosh */
.main {
  display: flex;
  align-items: center;        
  justify-content: flex-start; 
  gap: 50px;                   
  margin: 60px auto;
  width: 80%;
  max-width: 900px;            
  flex-wrap: nowrap;
}


.picture {
  flex-shrink: 0;             
}

.picture img {
  width: 160px;
  height: 160px;
  border-radius: 50%;          
  object-fit: cover;
  border: 3px solid purple;
  display: block;
}
   


.words {
  display: flex;
  flex-direction: column;
  justify-content: center;     
  text-align: left;
  font-size: 22px;
  line-height: 1.4;
}

.Announcements{
	margin-left: auto;
	margin-right: auto;
	width: 35%;
	/* border: purple, 10px, solid; */
	/* display: flex; this must be here before the center */
	/* justify-content: center;Center the main div */

	text-align: center;

	}
.imageLeft img {
	display: block;       
  margin-left: auto;    
  margin-right: auto;   


	/*border: purple, 10px, solid;*/

}

.description{
	padding: 10px;
	/* border: red, 5px, solid; */
	text-align: center;
	background-color:black;
	color: white;
}
.description h1:hover {
	color: purple;
}


.meetings{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.size{
	padding:30px;
	font-size: 30px;
	text-align: center;
	align-items: center;
}

td{
text-align: center;
	align-items: center;
	display: inline-block; /*DONT TOUCH THIS OR THE PRICE WILL NOT BE CENTERED - cameron */

}
td img{
	width: 300px;
}


.box1{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 24px;
	/* border: pink,solid, 10px; */
}

.box2,
.box3{
	/* border: red,solid, 10px; */
	flex: 1 1 400px;
	max-width: 100%;
	font-size: 25px;
}

.box2{
	margin-left: 0;
}
.box1 img,
.box2 img,
.box3 img,
img {
	max-width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 900px){
	.box2,
	.box3{
		flex: 1 1 100%;
	}
}
.typing-container {
  display: flex;
  justify-content: center;
	text-align: center;
	align-items: center;
	height: 350px;
}

.typed-text {
	
  font-size: 75px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  border-right: 0.15em solid transparent;
  animation: 
    typing 4s steps(30, end), /*  1s infinite, */
    blink 1.2s step-end infinite;
}

.footer{
  text-align: center;              
  padding: 20px;                   
  margin-top: 40px; 
  border-top: 2px solid purple;              
  background-color: black;         
  color: white;                    
  font-size: 16px;                 
}


.footer a{
  color: purple;                   
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.2s ease;                   
}

.footer a:hover{
  color: white;                    
}

.footer p{
	margin: 6px 0;
}
    /* Typing animation */
@keyframes typing {
  0%   { width: 0 }
  70%  { width: 20ch }  /* Typing stops here */
  90%  { width: 20ch }  /* Pause at full text for ~1.2s */
  /* 100% { width: 0 }     /* Erase */ 
}

@keyframes blink {
  0%, 100% { border-color: transparent }
  50%      { border-color: white }
}

:root {
  --accent: #b030ff;
  --text: #fff;
  --bg: #000;
  --card: #0f0f0f;
}
/* Universal container */
.container {
  width: min(1100px, 92%);
  margin-inline: auto;
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid transparent;
  transition: transform 0.08s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--accent); color: var(--text); }
.btn--primary:hover { background: #c35cff; }
.btn--ghost { color: var(--text); border-color: var(--accent); }
.btn--ghost:hover { background: #1a1a1a; }

/* HERO */
.hero {
  position: relative;
  min-height: 62vh;
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--text);
  background: url("images/sose-club.jpg") center / cover no-repeat;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.45), rgba(0,0,0,.75));
}
.hero__content { position: relative; z-index: 1; padding: 24px; }
.hero h1 { font-size: clamp(32px, 5vw, 60px); margin-bottom: 12px; }
.hero p { font-size: clamp(16px, 2.6vw, 22px); opacity: .92; }
.hero__cta { margin-top: 18px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Pitch cards */
.pitch {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 45px auto;
}
.pitch__card {
  background: var(--card);
  border: 1px solid #1e1e1e;
  border-radius: 16px;
  padding: 22px;
  text-align: left;
}
.pitch__card h3 { color: var(--accent); margin-bottom: 8px; }

/* Gallery */
.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin: 18px auto 52px;
}
.gallery__item {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #1f1f1f;
}
.gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CTA strip */
.cta-strip {
  text-align: center;
  /* padding: 48px 16px; */
  /* border-top: 2px solid var(--accent); */
  /* border-bottom: 2px solid var(--accent); */
  margin-block: 40px;
}
.cta-strip h2 { font-size: clamp(24px, 4vw, 36px); margin-bottom: 6px; }
.cta-strip p { opacity: .9; margin-bottom: 14px; }
.cta-strip__buttons { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* Footer */
footer {
  text-align: center;
  border-top: 2px solid var(--accent);
  padding: 16px;
  margin-top: 40px;
  background-color: black;
  color: white;
}

/* Responsive */
@media (max-width: 900px) {
  .pitch { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr; }
}

section {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

   
