<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P');

h1, h2, h3, h4, h5, h6 {
 font-family: 'Gotham', sans-serif;
		}
.text-block p, .text-block ul &gt; li {
		font-family: 'Gotham', sans-serif;
		font-weight: 300;
		}
button {
	font-family: 'Gotham STD', sans-serif;	
		}
p.arcade {
  font-family: 'Press Start 2P', cursive;
  font-size: 3.2rem;
  line-height: 3.2rem;
  margin: 20px;
}

/*Hide empty nav spot*/
.row.top-pad.set-flex-dir {
		justify-content: flex-end;
		}
		

/*Game Colors*/		
#lol {
 text-shadow:
    0 0 7px #eaeaea, 0 0 10px #eaeaea, 0 0 42px #e4d080, 0 0 82px #e4d080, 0 0 92px #e4d080, 0 0 102px #13d8f6, 0 0 151px #13d8f6;
		}
#valorant {
	 text-shadow:
    0 0 7px #eaeaea, 0 0 10px #eaeaea, 0 0 42px #ff4655, 0 0 82px #ff4655, 0 0 92px #ff4655, 0 0 102px #ff4655, 0 0 151px #ff4655;	
		}
#smash {
	 text-shadow:
    0 0 7px #eaeaea, 0 0 10px #eaeaea, 0 0 42px #e1000a, 0 0 82px #e1000a, 0 0 92px #e1000a, 0 0 102px #e1000a, 0 0 151px #e1000a;			
		}

/*Dark Mode*/
body {
  background-color: #050001;
  color: #EAEAEA;
}
.card-container {
  background-color: #050001;
}
.card-container .nav-breadcrumb .breadcrumb {
  background-color: #050001;
  border: none;
}
h1 {
  color: #EAEAEA;
  text-align: center;
  font-size: 5rem !important;
  line-height: 4.8rem !important;
}
h2, h3, h5 {
  color: #eaeaea;
  text-align: center;
}
h4, h6 {
  color: #EAEAEA;
  text-align: center;
}
.text-block a {
  color: #f0b323;
  font-weight: bold;
}
.text-block a:hover {
  color: #f0b323;
}
.card-container .nav-breadcrumb .breadcrumb a, .card-container .nav-breadcrumb .breadcrumb .breadcrumb-item {
color: #eaeaea;
}

/*HomePage Styles*/


#next-level {
  background-image: linear-gradient(rgba(5, 0, 1, 0.7), rgba(5, 0, 1, 0.7)), url("/uploadedImages/esports/esports-team-group.png");
  text-align: center;
  width: calc(100%+30px);
  margin: 100px -15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
#next-level p {
  font-size: 5rem;
  line-height: 4.8rem !important;
  padding-top: 25px;
  font-weight: 500;
}
#button-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.btn-outline-primary {
  margin: 15px;
  color: #f0b323;
  border-color: #f0b323;
  background-color: #050001;
  background-color: transparent;
  border-width: 2px;
  font-size: 1.5rem;
  font-weight: 500;
	cursor: pointer; /*KC 6-13-24*/
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #f0b323;
  color: #000;
  border-color: #f0b323;
  box-shadow: none;
}
.btn-outline-primary:not([disabled]):not(.disabled).active, .btn-outline-primary:not([disabled]):not(.disabled):active, .show&gt;.btn-outline-primary.dropdown-toggle {
    color: #000;
    background-color: #f0b323;
    border-color: #f0b323;
    box-shadow: none;
}
.arcade {
  color: #eaeaea;
  text-align: center;
  text-shadow:
    0 0 7px #eaeaea, 0 0 10px #eaeaea, 0 0 42px #660000, 0 0 82px #660000, 0 0 92px #660000, 0 0 102px #660000, 0 0 151px #660000;
}
.parallax {
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.achievement-flex {
  display: flex;
}	
@media(max-width:765px) {
   .achievement-flex {
	  flex-direction: column;
	  align-items: center;
	  gap: 15px;
		}
}
.achievement-grid {
  display: grid;
  /*grid-template-columns: repeat(3, 1fr); changed layout 1-10-25 kc*/
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  margin: 0 100px 150px 100px;
  flex: 1; 
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin: 50px 25px 100px 25px;
}
.flex-column {
  display: flex;
  text-align: center;
}
p.lead {
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 1.75rem;
}
p.subheading {
  color: #f0b323;
  font-size: 1.25rem;
  line-height: 1rem;
}
.game-logo {
		max-width: 250px;
		height: auto;
		display: block;
		margin: 0 auto;
		}
.logo-placeholder {
		width: 250px;
		height: 250px;
		}
#join-intro {
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px 100px;
}
#join-image {
  background-image: linear-gradient(rgba(5, 0, 1, 0.6), rgba(5, 0, 1, 0.6)), url("/uploadedImages/esports/esports-champions.png");
  text-align: center;
  width: calc(100%+30px);
  margin: 100px -15px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
#join-image h2 {
  color: #eaeaea;
  font-size: 4rem;
  line-height: 4rem;
}
#join-image p {
  font-size: 1.5rem;
  line-height: 1.5rem;
  padding: 10px 100px;
}

#opportunities {
		text-align: center;
		background-image: linear-gradient(rgba(5, 0, 1, 0.7), rgba(5, 0, 1, 0.7)), url("/uploadedImages/esports/gaming-pc.jpg");
 		width: calc(100%+30px);
		margin: 100px -15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		}
#opportunities ul {
display: inline-block;
		text-align: left;
		}
#opportunities h3 {
		font-size: 2.5rem;
		line-height: 2.5rem;
		}
#opportunities p:first-of-type {
		font-size: 1.5rem;
		line-height: 1.5rem;
		}
#opportunities ul &gt; li, #opportunities p {
		font-size: 1.2rem;
		line-height: 1.2rem;
		}
.event-container {
  max-width: 1300px;
  margin: 50px auto;
}
.event-details {
  display: flex;
  align-items: center;
  text-align: left;
  flex-direction: row;
  margin: 20px;
  border-bottom: 1px solid #eaeaea;
}
.event-details button {
		margin: 0;
		}
.event-details:last-of-type {
		border-bottom: none;
		}
.event-details h3, .event-details p, .event-details h4 {
  padding: 10px;
}
.event-details img {
  width: 280px;
  height: auto;
  margin: 20px 20px 40px 20px;
}
.event-details h3, .event-details h4 {
  text-align: left;
}
#social-embed {
margin: 0 100px;
		}		
.donate-wrapper {
			display: flex;
			align-items: center;
			justify-content: center;
			text-align: center;
			gap: 20px;
			}
.donate-wrapper h2 {
			font-size: 52px;
			line-height: 70px;
			}
.donate-wrapper img {
			max-width: 50%;
			}

	
/*Mobile*/
@media (max-width:1200px){
		.achievement-grid {
		margin: 0 auto;
		
		}
		
		}
@media (max-width:1000px) {
#join-image h2 {
  font-size: 3rem;
  line-height: 3rem;
}
#join-image p {
  font-size: 1rem;
  line-height: 1rem;
}
#join-intro, #join-image p {
		  padding: 10px 50px;
		}		
		
  .achievement-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .team-grid {
    grid-template-columns: repeat(1, 1fr);
  }
	.logo-placeholder {
		height: 50px;
		}
}
@media(max-width: 992px) {
			.donate-wrapper {
			flex-wrap: wrap;
			}
			.donate-wrapper img {
			max-width: 100%;
			}
			}
@media(max-width:680px) {
.event-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
		}
.event-details {
    flex-direction: column;
    max-width: 280px;
    text-align: center;
  }
.event-details img{
		margin: 20px 10px 10px 10px;
		}
.event-details h3, .event-details h4 {
    text-align: center;
  }
#join-intro, #join-image p {
		  padding: 10px 25px;
		}	

}

@media (max-width:499px) {
  h1 {
    font-size: 3rem !important;
    line-height: 2.8rem !important;
    margin-top: 50px;
  }
  #next-level {
    margin-top: 50px;
  }
  #next-level p:last-of-type {
    font-size: 3rem;
    line-height: 2.8rem !important;
  }
  p.arcade {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
.parallax {
	  background-attachment: initial;	
		}
#social-embed{
margin: 0;
		}
}

/*Dark Mode Form*/
input[type="text"], textarea {
  background-color: #292526;
   border-style: solid;
  border-width: 1px;
  border-top-color: #121011;
  border-left-color: #121011;
  border-right-color: #4d4547;
  border-bottom-color: #4d4547;
}
input[type="checkbox"] {
	accent-color: #292526;
	background-color: #292526;
		}
.ou-form .btn {
	background-color: #660000;
	color: white;
    border: none;
		}
.ou-form .btn:hover {
    background-color: #f0b323;
    color: black !important;
		}

/*Rosters*/
.player-wrapper {
		border-bottom: 1px solid #a8a8a8;
	    display: flex;
	    justify-content: flex-start;
	    align-items: center;
}
.player-wrapper:last-of-type {
		border: none;
		}
.player-wrapper img {
	width: 200px;
	height: auto;
	margin-right: 10px;
}	
.player-info {
		padding: 15px 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	    width: 100%;
		}	
.player-info p {
		font-size: 1.2rem;
		margin-top: 0;
		margin-bottom: 0;
		}		
p.player-role, p.player-educ {
		font-size: 1.1rem;
		color: #a8a8a8;
		line-height: 1.1rem;
	    text-transform: lowercase;
		}
.player-info div:last-of-type {
		text-align: right;
		}

		
@media (max-width: 1000px) {
	.player-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}	
	.player-info {
		flex-direction: column;
		align-items: flex-start;
		}
	.player-info div:last-of-type {
		text-align: left;
		margin-top: 10px;
		}
		}</pre></body></html>