header {
    background-color: white;
}

#banner {
  background-size: cover;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
  ),
  url("../img/golf-banner3.jpeg")
}

#bottom-bar {
  margin: 0 auto;
}

#title-favicon {
  vertical-align: center;
}

/* fields must be set in HTML on S3 bucket
.sponsor-image {
  height: 100px;
  width: 400px;
}
*/

/* Table autoscale width */


.foreground-text {
  color: white;
  text-shadow: black;
}

.red-text {
  color: red;
}

.blue-text {
  color: blue;
}

.green-text {
  color: green;
}

.box {
  box-sizing: border-box;
  border: 3px solid transparent;
  background-clip: padding-box;
}

.nav-item {
  padding: 5px;
}

/* list outside styling (bullets align with text */

ul {
  /* list outside styling (bullets align with text */ 
  list-style-position: inside;
}

#cost-lists p {
  padding: 0;
  margin: 0;
  font-style: italic;
}

.card-img-top {
  width: 100%;
  height: 100%;
}

/* Winner row highlighting for roster tables */
.winner-row {
  background-color: #ffd700 !important; /* Gold color */
  font-weight: bold;
}

.winner-row th::after {
  content: " 🏆";
}
