/* Version 1.1 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 75.25%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 66.25%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 50%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 100%; } }

body {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem; }

.seasons {
  border: solid 0px black;
  padding: 2rem;
  font-size: 2rem; }

.seasons-form {
  font-size: 2rem; }
  .seasons-form__select {
    font-size: 2rem; }

.main-header {
  border: solid 0px white;
  background-color: rgba(42, 4, 53, 0.5);
  color: white;
  display: flex;
  flex-direction: column;
  padding: 1rem; }

.header {
  border: solid 0px black;
  padding: 1rem;
  text-align: center; }

.header-sub {
  border: solid 0px black;
  padding: 2rem;
  background-color: #f5baba;
  color: white;
  width: 100%; }

.header-menu {
  border: solid 0px black;
  padding: 0.5rem;
  color: white;
  font-size: 2rem;
  text-align: center; }

.header-menu ul {
  position: relative; }

.header-menu ul li {
  position: relative;
  list-style: none;
  text-align: center; }

.header-menu ul li a:hover {
  color: #ebebeb; }

.footer {
  border: solid 0px black;
  background-color: rgba(42, 4, 53, 0.5);
  color: white;
  width: 100%;
  text-align: center; }
  .footer-header {
    padding: 2rem; }
  .footer-nav {
    border: solid 1px black;
    padding: 1rem;
    text-align: center; }

.leagues {
  border: solid 0px black;
  padding: 0rem;
  display: flex;
  flex-direction: column; }

.seasons {
  border: solid 0px black;
  text-align: center;
  background-color: #e6e6e6; }

.leagues-list {
  border: solid 0px black;
  padding: 1rem;
  background-color: whitesmoke;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap; }

.league-hero {
  border: solid 0px black;
  padding: 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column; }
  .league-hero__link {
    font-size: 2.6rem; }
  .league-hero:hover {
    transform: scale(1.1); }

.fixtures {
  border: solid 0px black;
  padding: 1rem;
  display: flex; }
  @media only screen and (max-width: 56.25em) {
    .fixtures {
      flex-direction: column; } }

.fixtures-table {
  border: solid 0px black;
  padding: 2rem;
  width: 40%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 56.25em) {
    .fixtures-table {
      width: 100%; } }

.fixtures-container {
  border: solid 0px black;
  padding: 2rem;
  width: 60%;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 56.25em) {
    .fixtures-container {
      width: 100%; } }

.fixture-list {
  border: solid 0px black;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  background-color: #f5baba;
  background-color: #f5baba;
  box-shadow: 0 0.7rem 2rem black;
  min-height: 50vh;
  display: flex;
  flex-direction: column; }
  .fixture-list__add {
    min-height: 0vh; }

.fixtures-form {
  border: solid 0px black;
  padding: 1rem;
  display: flex;
  flex-direction: column; }

.fixture {
  border: solid 0px black;
  background-color: whitesmoke;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.7rem 2rem black; }
  .fixture:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: whitesmoke;
    transform: scale(1.01); }
  .fixture__box {
    display: flex;
    justify-content: center;
    align-items: center; }
    .fixture__box--team {
      border: solid 0px;
      padding: 1rem 2rem;
      font-size: 1.6rem;
      width: 20rem;
      text-align: center; }
      .fixture__box--team--input:hover {
        box-shadow: 0 0.5rem 1rem white;
        transform: scale(1.05); }
    .fixture__box--score {
      border: solid 0px;
      padding: 1rem 2rem;
      margin: 1rem;
      font-size: 1.6rem;
      background-color: #4d68e2;
      color: white;
      box-shadow: 0 0.5rem 1rem black;
      width: 8rem;
      text-align: center; }
      .fixture__box--score--input {
        background-color: white;
        color: black; }
      .fixture__box--score--loss {
        background-color: rgba(77, 104, 226, 0.5); }
      .fixture__box--score:hover {
        transform: scale(1.2);
        box-shadow: 0 0.4rem 1rem white; }
    .fixture__box--vs {
      border: solid 0px;
      font-size: 1.2rem;
      text-shadow: 0 1rem 3rem black; }

table {
  border: solid 0px black;
  display: table;
  text-indent: initial;
  -webkit-border-horizontal-spacing: 2px;
  -webkit-border-vertical-spacing: 2px;
  border-color: grey;
  font-size: 1.6rem;
  box-shadow: 0 0.7rem 2rem black; }

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit; }

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit; }

th {
  background: #f5baba;
  color: white;
  padding: 0.4rem; }

td {
  display: table-cell;
  vertical-align: inherit;
  padding: 0.4rem;
  box-shadow: 0 0.4rem 1rem #cccccc; }

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit; }
  tr:hover {
    background-color: #4d68e2;
    color: white;
    box-shadow: 0 1rem 3rem black; }

.league-table {
  border: solid 1px #f5baba; }

.table__pos {
  text-align: center; }

.table__team {
  text-align: left; }

.table__pld {
  text-align: center; }

.table__gd {
  text-align: center; }

.table__pts {
  text-align: center; }

.fixture-score-system {
  border: solid 0px black;
  padding: 1rem;
  margin: 2rem;
  background-color: whitesmoke; }
  .fixture-score-system:hover {
    transform: scale(1.05); }

.fixture-date {
  border: solid 0px black;
  padding: 0.3rem;
  font-size: 1.4rem;
  font-style: italic; }
  .fixture-date__input:hover {
    box-shadow: 0 0.5rem 1rem white;
    transform: scale(1.1); }

.fixture-message {
  border: solid 0px black;
  padding: 1rem;
  margin: 2rem;
  background-color: whitesmoke; }
  .fixture-message:hover {
    transform: scale(1.05); }

.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #4d68e2;
  color: whitesmoke;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0;
  border: 0; }
  .btn:hover {
    box-shadow: 0 0.5rem 1rem white;
    transform: scale(1.05); }
