h1.PageCapxion {margin-left: 10px; font-size: 16px; font-weight: bold}
h1.PageCapxion2 {font-size: 16px; font-weight: bold}
th {text-align: center}

.bracketbgimg {background: url('../images/32team_tourney2.jpg') center center no-repeat}
.rightalign {text-align: right}

	.gs_borderright {border-right: 1px solid black }
	.gs_finalscore {font-family: Bitter; color: #ff7a21; font-size: 40px; }
	.gs_matchupsimulationstats {font-family: Bitter; color: black; font-size: 4vw; }
	.gs_matchup {font-family: Bitter; color: #ff7a21; font-size: 24px; }
	.gs_lightgray {font-family: Bitter; color: #c0c0c0; font-size: 16px}
	.gs_score {font-family: bitter; font-size: 40px}
	.gs_score b, .gs_averagescore b {color: #ff7a21 }
	.gs_averagescore b {font-size: 18px;}
	.gs_simulations, .gs_overtime {font-size: 20px}
	.gs_simulations p {margin:0}
	.gs_simcount {font-size: 75px; color: #ff7a21}
	.gs_overtime p {margin:0}
	.gs_ot {font-size: 75px; color: #ff7a21}
	.gs_details2 {font-size: 15px}
	.gs_details2 p b {color: #ff7a21; font-size: 18px }
	.home_score {font-size:22px; font-weight: bold}
	.home_score a {font-size:14px !important}


@media (max-width: 1200px){
	.bracketbgimg { background: none !important;  } 
	.rightalign {text-align: left}
	#rightside {visibility: none !important; display: none !important}
}

@media (max-width: 768px) {
	.gs_borderright {border-right: none !important;}
	.gs_lightgray {font-size: 14px !important;}
	
	.centermobile {
		text-align: center;
	  }
	  .testimonial-row {
		  background-size: 100vw 100vh
	  }
	}
/* ==== GENERAL COLORS ==== */
:root {
  --red: #b8292f;
  --dark-blue-bg: #07182d;
  --link-blue: #56acf6;
  --text-blue: #004071;
  --table-header-bg: #10478b;
  --testimonial-border: #163551;
  --divider-bar: #56acf6;
}


body {
  font-family: 'Asap', sans-serif;
  color: var(--text-blue);
  background-color: var(--dark-blue-bg); 
  height: 100%;
 }
 
 html, body {
  height: 100%;
  margin: 0;
}

#page-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -100px;
  padding-bottom: 100px;
  position: relative;
}



/* ==== TYPOGRAPHY STYLES ==== */

table {
	border: none;
	background-color: #ffffff !important;
}

.PredictionsLinks a,
.PredictionsLinks b {
	color: #ffffff;
}

div.container {
	padding-bottom: 20px !important;
}

.predictions-blue-box {
  background-color: rgba(0, 51, 153, 0.50); /* Dark blue with 85% opacity */
  color: white;
  padding: 30px;
  width: 100%;
  margin: 50px auto;
  text-align: center;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.predictions-highlight,
.predictions-blue-box b {
  font-weight: bold;
  color: #ffffff;
}

.page-header, body h1 {
  font-weight: bold !important ;
  font-size: 45px !important ;
  color: var(--text-blue) !important ;
}

.body-headline {
  font-weight: bold;
  font-size: 56px;
  color: var(--text-blue);
}

.body-copy,
 body p {
  font-weight: 500; /* Asap Medium */
  font-size: 16px;
  color: var(--text-blue);
}

a,
.link {
  font-weight: bold;
  color: var(--link-blue);
  text-decoration: none;
}

.footer {
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}

/* ==== TESTIMONIAL STYLES ==== */

.testimonial-quote {
  font-weight: bold;
  font-size: 16px;
  color: var(--text-blue);
}

.testimonial-name {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: var(--link-blue);
}

.m2 {
	margin-left: 2px;
	margin-right: 2px;
	height: 200px;
	background-color: #ffffff; 
	vertical-align; middle;
	padding: 20px 10px;
}
.AboutHeader {
	font-size: 24px;
	font-weight: bold;
}

.AboutFeatureTable {
	max-width: 800px;
}

.AboutFeatureTable th {
	background-color: #ffffff !important;
	color: var(--text-blue) !important;
	border-bottom: 1pt solid var(--text-blue) !important;
	vertical-align: bottom !important;
	text-align: left;
}

.AboutFeatureTable td {
	text-align: left;
	font-size: 16px;
}

.AboutFeatureTable img {
	height: 22px
}

.AboutFeatureTable td small {
	font-size: 10px
}

.AboutWhyNotFree p {
	color:#ffffff;
	font-size: 18px;
	font-family: Asap;
	font-weight: 500;
}

.AboutBold {
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2pt solid var(--link-blue); 
	padding-bottom: 10px;
}

.AboutFeatureName {
	font-size: 14px;
	color: var(--text-blue);
}

.AboutFeatureAlternate {
	background-color:#c0c0c0;
}

  
  .signup-button {
      display: inline-block;
      padding: 14px 30px;
      font-size: 24px;
      font-weight: bold;
      color: white;
      background: linear-gradient(to bottom, #d93434, #a31e1e);
      border: 3px solid white;
      border-radius: 50px;
      box-shadow: inset 0 -6px 10px rgba(0,0,0,0.2),
                  0 4px 10px rgba(0,0,0,0.4);
      text-decoration: none;
      transition: transform 0.1s ease-in-out;
    }

    .signup-button:hover,
	.signup-button:active	{
      transform: scale(1.05);
	  color: #ffffff
    }
	
	.signup-button:visited {
		color: #ffffff
	}
	
	
	.get-gamesim-button {
      display: inline-block;
      padding: 15px 25px;
      border-radius: 50px;
      border: 3px solid white;
      background: linear-gradient(to bottom, #d93434, #a31e1e);
      box-shadow: inset 0 -8px 12px rgba(0, 0, 0, 0.2),
                  0 5px 15px rgba(0, 0, 0, 0.4);
      color: white;
      text-decoration: none;
      position: relative;
    }
	

    .get-gamesim-button .main-text {
      font-size: 5vw;       /* Scales with screen */
      font-weight: bold;
      line-height: 1.3;
    }

    .get-gamesim-button .sub-text {
      display: block;
      font-size: 3vw;
      margin-top: 10px;
	  text-align: right;
    }

	
	.get-gamesim-button:hover,
	.get-gamesim-button:active,	{
      transform: scale(1.05);
	  color: #ffffff
    }
	
	
	.get-gamesim-button:visited {
		color: #ffffff
	}
	
	@media (min-width: 550px) {
      .get-gamesim-button .main-text {
        font-size: 28px;
      }
      .get-gamesim-button .sub-text {
        font-size: 14px;
      }
    }
	
	@media (max-width: 400px) {
      .get-gamesim-button .main-text {
        font-size: 18px;
      }
      .get-gamesim-button .sub-text {
        font-size: 10px;
      }
    }

/* ==== PREDICTION TABLE ==== */

table {
  border-collapse: collapse;
  width: 100%;
}

table th {
  background-color: var(--table-header-bg) !important ;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #ffffff !important;
  padding: 10px !important;
}

.table-mygamesim th {
  background-color: var(--table-header-bg) !important;
  font-weight: bold !important;
  font-size: 16px !important;
  color: #ffffff !important;
  padding: 10px !important;
}
.table-mygamesim td {
  padding: 10px !important;
}


.TableCaption {
	background-color:var(--red) !important;
	color: #ffffff;
	font-size: 26px;
}

.prediction-time {
  font-weight: bold;
  font-size: 18px;
  color: var(--text-blue);
  text-align: center;
  padding: 8px;
}

.prediction-matchup,
.prediction-prediction,
.prediction-actual {
  font-size: 16px;
  color: var(--text-blue);
  padding: 8px;
}

/* Bold for specific cells if needed */
.prediction-matchup.bold,
.prediction-prediction.bold,
.prediction-actual.bold {
  font-weight: bold;
}

.prediction-matchup.medium,
.prediction-prediction.medium,
.prediction-actual.medium {
  font-weight: 500; /* Medium */
}

.prediction-result {
	text-align:center;
	padding: 8px;
}


/* ==== DIVIDER ==== */
.divider {
  background-color: var(--divider-bar);
  height: 4px;
  width: 100%;
  margin: 2rem 0;
}

/* ==== CUSTOM BOOTSTRAP NAVBAR STYLES ==== */
.navbar-custom {
  background-color: #ffffff !important;
  font-family: 'Asap', sans-serif;
  font-weight: bold;
  font-size: 25px;
}

.navbar-custom .nav-link,
.navbar-custom .navbar-brand {
  color: #004071 !important;
}

.navbar-custom .nav-link:hover,
.navbar-custom .navbar-brand:hover {
  color: #56acf6 !important; /* Opxional hover color */
}

.TodaysPredictions {
	font-size: 25px;
	color:#ffffff;
	text-decoration: underline;
}

