.base-bg {
    background-color: lightgray;
}

.league-group-title {
    font-family: 'Holtwood One SC', serif;
    font-size: 2.75rem;
    text-align: center;
}

.league-group-body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.9rem;
}

.league-group-body-sm {
    font-family: 'Roboto', sans-serif;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.3rem;
}

.section-text {
    font-family: sans-serif;
    font-size: 1.15rem;
    text-align: center;
}

.game-time-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.team-pick-text {
  font-family: 'Roboto', sans-serif;
  font-size: 1.15rem;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  align-items: center;
}

a.navbar-brand {
    font-family: 'Luckiest Guy', cursive;
    font-size: 1.5rem;
}


.material-symbols-outlined-filled {
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}


img.nav-icon {
color: white;
}

.icon-green {
  color: green;
}

.icon-red {
  color: red;
}

.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 500,
'GRAD' 0,
'opsz' 24

}


.txt-v-middle {
vertical-align: middle;
}

p span {
    display: block;
  }


  .team-logo-md {
    
    width: 45px;
    height: 45px;
  }


  .team-logo-colorband {
    border-color: black;
    border-width: 3px;
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .versus-badge {
    width: 50px;
    height: 50px;
    background-color: lightgreen;
    border: 3px black solid;
    border-radius: 50%;
  }


  .team-card {
    min-width: 250px;
    border: 3px solid black;
    border-radius: 5px;

  }

  .gray-out {
    opacity: .65;
    filter: grayscale(50%);
  }

  select > option.hidden_option{
    display: none;
}

.pick-status {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1em;
}

.game-container {
  background-color: ghostwhite;
}

.pick-container {
  min-width: 250px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.team-icon-container {
  width: 45px;
}

.points-text {
  font-size: 1.5rem;
  font-family: 'Roboto', 'Courier New', Courier, monospace;
  color: lightgreen;
  
}

.points-sec-label {
  font-size: 1.25rem;
  font-family: 'Roboto', sans-serif; 
  font-weight: bold;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right:  3px;
}

.points-sec-val {
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif; 
  font-weight: bolder;
  color: blue;
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 3px;
  padding-right:  3px;
}