:root {
  --primary: #e21717;
  --font_titles: "Jost", sans-serif;
  --font_text: "Jost";
  --test: black;
}

html,
body {
  min-height: 100vh !important;
}

h1,
h2,
h3,
h5,
h6,
p,
a {
  font-family: var(--font_text);
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

h1,
h2,
h3 {
  font-weight: bold;
  text-transform: uppercase;
}

a {
  color: var(--primary);
}

.subtitle {
  color: var(--primary);
  font-size: 32px;
  margin-bottom: 1em;
  margin-top: 1em;
}

table.next_games_table td,
table.previous_games_table td {
  padding-bottom: 20px;
  padding-top: 20px;
}

.next-games-logo {
  height: 60px;
}

.next-games-teamname {
  font-size: 22px;
}

@media (max-width: 577px) {
  .next-games-teamname {
    font-size: 16px;
    text-align: center;
  }
}

.outer-hero {
  height: 400px;
  width: 100%;
  position: relative;
}
.hero {
  height: 400px;
  width: 100%;
  position: absolute;
}

.hero-mask {
  background-color: var(--primary);
  opacity: 0.6;
}

.hero-content {
  width: 100%;
  padding-right: 7em;
  padding-left: 7em;
}

.breadcrumb-item.light::before {
  color: white !important;
  opacity: 0.5;
}

.breadcrumb-item.dark::before {
  color: black !important;
  opacity: 0.5;
}

.breadcrumb-item.light a:link,
.breadcrumb-item.light a:visited,
.breadcrumb-item.light a:hover,
.breadcrumb-item.light a:active {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.5;
}

.breadcrumb-item.dark a:link,
.breadcrumb-item.dark a:visited,
.breadcrumb-item.dark a:hover,
.breadcrumb-item.dark a:active {
  color: black !important;
  text-decoration: none;
  opacity: 0.5;
}

.breadcrumb-item {
  transition: all 0.2s ease-in-out;
}

.breadcrumb-item:hover {
  transform: scale(1.1);
}

.breadcrumb-item.light.active {
  transition: none;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.breadcrumb-item.dark.active {
  transition: none;
  color: black;
  text-decoration: none;
  opacity: 1;
}

.breadcrumb-item.active:hover {
  transform: none;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--primary);
  background-color: transparent;
  border-bottom: solid var(--primary) 3px;
}

.nav-link {
  color: black;
}

.nav-link:hover {
  color: var(--primary);
}

.nav-pills .nav-link {
  border-radius: 0;
}

.position_name {
  width: 100%;
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  font-size: 22px;
  height: 50px;
  padding: 0.5em;
  font-weight: bold;
}

table.next_games_table td:first-child,
table.previous-games-table td:first-child {
  width: 80px !important;
}

table.next_games_table td:nth-child(2),
table.next_games_table td:nth-child(6),
table.previous-games-table td:nth-child(2),
table.previous-games-table td:nth-child(6) {
  width: 250px !important;
}

table.next_games_table td:nth-child(7),
table.previous-games-table td:nth-child(7) {
  width: 120px !important;
}

table.next_games_table td:nth-child(4),
table.previous-games-table td:nth-child(4) {
  width: 10px !important;
}

.subtitle_box {
  background-color: var(--primary);
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  padding: 8px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.hover {
  transition: all 0.3s ease-in-out !important;
}

.hover:hover {
  background-color: #e6e6e6;
  cursor: pointer !important;
}

.page-name {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.75;
  letter-spacing: normal;
  color: #000;
  margin: 20px 0 0;
}

button[type="submit"] {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff;
  font-family: Jost;
  font-size: 18px;
  text-transform: uppercase;
  padding: 5px 30px !important;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}

.card-text.news-text {
  height: 88px;
  font-size: 16px;
  line-height: 1.38;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}
