html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.SeasonCard{
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.hidden{
    display: none;
}

.MultiEventCheckbox{
    width: 1.5em;
    height: 1.5em;
    border: 3px solid rgba(0,0,0,.25);
    background-color: #edf4f7;
    margin-left: -1em;

}

.card-link{
    text-decoration: none;
    color: #444444;
}

.card-stats{
    margin-left: 10px;
    margin-right: 10px;
}

.card-title-text{
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.2;

}