/* 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: 56.25%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 100%;
  }
}

body {
  box-sizing: border-box;
  min-height: 100vh;
  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;
}

p {
  font-size: 1.4rem;
}

.container {
  border: solid 0px blue;
  position: relative;
  padding: 1rem;
  color: #111;
}
.container__fixtures-table {
  padding: 1rem;
  width: 50%;
}
@media only screen and (max-width: 56.25em) {
  .container__fixtures-table {
    width: 100%;
  }
}
.container__flex-space {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.container__flex {
  display: flex;
}
.container__rules {
  padding: 1rem;
  width: 50%;
}
@media only screen and (max-width: 56.25em) {
  .container__rules {
    width: 100%;
  }
}
.bgc-off-white {
  background-color: whitesmoke;
  background-color: #e9ecef;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 10rem;
}

.registration-form {
  border: solid 0px black;
  font-size: 1.6rem;
  padding: 1rem;
  margin: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 75em) {
  .registration-form {
    flex-direction: column;
    align-content: center;
    justify-items: center;
  }
}
.registration-form__type {
  border: solid 0px black;
  padding: 1rem;
  margin: 1rem;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0.7rem 2rem black;
}
@media only screen and (max-width: 75em) {
  .registration-form__type {
    width: 90%;
  }
}
.registration-form__type:hover {
  background-color: rgba(0, 0, 0, 0.39);
  color: whitesmoke;
  transform: scale(1.1);
}
.registration-form__header {
  border: solid 0px black;
  border-radius: 15%;
  padding: 0 1rem;
  background-color: rgba(255, 255, 255, 0.931);
  box-shadow: 0 0.6rem 0.9rem black;
}
.registration-form__header:hover {
  background-color: rgba(0, 128, 0, 0.678);
  color: whitesmoke;
  transform: scale(1.01);
}
.registration-form__details {
  border: solid 0px black;
  padding: 1rem;
  text-align: center;
}

.main-header {
  border: solid 0px white;
  background-color: #ff4949;
  background-color: #007bff;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column;
}

.header {
  border: solid 0px black;
  background-color: rgba(255, 73, 73, 0.5);
  background-color: #ff4949;
  color: white;
  width: 33%;
  display: flex;
}

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

.header-menu {
  border: solid 0px black;
  position: relative;
  padding: 0.5rem;
  color: white;
  font-size: 1.6rem;
  width: 33%;
}
.header-menu__title {
  text-align: center;
  color: white;
}
@media only screen and (max-width: 56.25em) {
  .header-menu__title {
    display: none;
  }
}
.header-menu__title-small {
  display: none;
  text-align: center;
  color: white;
}
@media only screen and (max-width: 56.25em) {
  .header-menu__title-small {
    display: block;
  }
}
.header-menu__user {
  text-align: left;
}
.header-menu__menu {
  align-self: center;
  width: 100%;
}
.header-menu__admin {
  text-align: right;
}

.header-menu ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0 2rem;
}

.header-menu ul li {
  border: solid 0px;
  padding: 0.5rem;
  list-style: none;
}

.header-menu ul li a {
  padding: 1rem;
  color: white;
}
.header-menu ul li a:hover {
  color: rgb(235, 235, 235);
}

.menu-options {
  display: flex;
}
.menu-options__admin {
  justify-content: right;
}
.menu-options__menu {
  justify-content: center;
}

.footer {
  border: solid 0px black;
  background-color: rgb(255, 73, 73);
  background-color: #007bff;
  color: white;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__header {
  padding: 2rem;
  width: 100%;
}
.footer__social {
  padding: 2rem;
}
.footer-nav {
  border: solid 1px black;
  padding: 1rem;
  text-align: center;
}

a {
  text-decoration: none;
}

.landing-container {
  border: solid 0px black;
  min-height: 62vh;
  display: flex;
}
@media only screen and (max-width: 56.25em) {
  .landing-container {
    flex-direction: column;
  }
}

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

.seasons {
  border: solid 0px black;
  text-align: center;
}

.sub-header {
  border: solid 0px black;
  padding: 4rem;
  background-color: #e9ecef;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 56.25em) {
  .sub-header {
    flex-direction: column;
  }
}

.leagues-news {
  border: solid 0px black;
  padding: 3rem;
  width: 100%;
}

.hero {
  position: relative;
  height: 100%;
}
.hero__welcome {
  border: solid 1px black;
  border-radius: 5px;
  background-color: aliceblue;
  height: auto;
  font-size: 2rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.hero__fixtures {
  border: solid 1px black;
  border-radius: 5px;
  background-color: aliceblue;
  padding: 1rem;
  margin-bottom: 2rem;
}
.hero__news {
  border: solid 1px black;
  border-radius: 5px;
  background-color: aliceblue;
  padding: 1rem;
  margin-bottom: 2rem;
}

.leagues-list {
  border: solid 0px black;
  padding: 1rem;
  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;
  flex-direction: column;
  width: 100%;
}
.league-hero__link {
  font-size: 1.6rem;
  color: inherit;
  text-decoration: none;
}
.fixtures {
  border: solid 0px black;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.fixtures-table {
  border: solid 0px black;
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 75em) {
  .fixtures-table {
    width: 100%;
  }
}
@media only screen and (max-width: 75em) {
  .fixtures-table {
    flex-direction: column;
  }
}

.fixtures-container {
  border: solid 0px black;
  padding: 2rem;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 75em) {
  .fixtures-container {
    width: 100%;
    padding: 1rem;
  }
}

.fixture-list {
  border: solid 0px black;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  background-color: rgb(245, 186, 186);
  background-color: rgb(112, 110, 255);
  box-shadow: 0 0.7rem 2rem black;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 75em) {
  .fixture-list {
    padding: 1rem 1rem;
  }
}
.fixture-list__add {
  min-height: 0vh;
}
.fixtures-form {
  border: solid 0px black;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 56.25em) {
  .fixtures-form {
    flex-direction: column;
  }
}
.fixtures-form__input {
  display: flex;
  flex-direction: column;
}

.fixture {
  border: solid 0px black;
  background-color: whitesmoke;
  background-color: white;
  padding: 1rem;
  flex-direction: column;
  box-shadow: 0 0.7rem 2rem black;
}
.fixture:hover {
  background-color: rgba(0, 0, 0, 0.9);
  color: whitesmoke;
  transform: scale(1.01);
}
@media only screen and (max-width: 75em) {
  .fixture-form__input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}
.fixture__box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixture__box--btns {
  display: flex;
  justify-content: space-between;
}
.fixture__box--team {
  border: solid 0px;
  padding: 1rem 1rem;
  font-size: 1.4rem;
  width: 15rem;
  text-align: center;
}
@media only screen and (max-width: 75em) {
  .fixture__box--team {
    margin-top: 1rem;
    width: 90%;
  }
}
.fixture__box--team--input:hover {
  box-shadow: 0 0.5rem 1rem white;
  transform: scale(1.05);
}
.fixture__box--score {
  border: solid 0px;
  padding: 1rem 1rem;
  margin: 1rem;
  font-size: 1.4rem;
  background-color: rgb(77, 104, 226);
  color: white;
  box-shadow: 0 0.5rem 1rem black;
  width: 5rem;
  text-align: center;
}
.fixture__box--score--input {
  background-color: white;
  color: black;
  width: 7rem;
}
.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: rgb(112, 110, 255);
  color: white;
  padding: 0.4rem;
}

td {
  display: table-cell;
  vertical-align: inherit;
  padding: 0.4rem;
  box-shadow: 0 0.4rem 1rem rgb(204, 204, 204);
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
tr:hover {
  background-color: rgb(77, 104, 226);
  color: white;
  box-shadow: 0 1rem 3rem black;
}

a tr:hover {
  color: white;
}

.league-table {
  border: solid 1px rgb(112, 110, 255);
  width: 100%;
}

.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;
  background-color: whitesmoke;
}
.fixture-score-system:hover {
  background-color: #e9ecef;
}

.fixture-date {
  border: solid 0px black;
  padding: 1rem 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: italic;
  background-color: rgb(223, 223, 223);
  background-color: white;
}
@media only screen and (max-width: 75em) {
  .fixture-date {
    margin-bottom: 2rem;
  }
}
.fixture-date__input {
  margin-left: 1rem;
}
.fixture-date__input:hover {
  box-shadow: 0 0.5rem 1rem white;
  transform: scale(1.1);
}
.fixture-date__label {
  color: black;
}

.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;
  position: relative;
  background-color: rgb(77, 104, 226);
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0;
  border: 0;
}
.btn-delete {
  background-color: rgb(77, 104, 226);
  color: whitesmoke;
  background-color: red;
  border-radius: 5%;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  margin: 0rem 0.5rem;
  text-decoration: none;
  border: 0;
}
.btn-update {
  background-color: rgb(77, 104, 226);
  color: whitesmoke;
  background-color: green;
  border-radius: 5%;
  cursor: pointer;
  padding: 0.2rem 0.5rem;
  text-decoration: none;
  border: 0;
}
.btn:hover {
  box-shadow: 0 0.5rem 1rem white;
  transform: scale(1.05);
}

.login {
  border: solid 1px black;
  padding: 2rem;
  display: flex;
  flex-direction: column;
}
.login-section {
  border: solid 0px black;
  display: flex;
  justify-content: center;
}
.login-section__user {
  padding: 0.5rem 1rem;
}
.login-section__email {
  padding: 0.5rem 1rem;
}
.login-section__password {
  border: solid 1;
  padding: 0.5rem 1rem;
}
.login-section__confirmpassword {
  border: solid 1;
  padding: 0.5rem 1rem;
}
.login-section__submit {
  border: solid 1;
  padding: 0.5rem 1rem;
}
.login-form {
  border: solid 0px;
  padding: 1rem;
  max-width: 20rem;
  display: flex;
  flex-direction: column;
}

.hide {
  display: none;
}

.label {
  border: solid 0px green;
  padding-bottom: 1rem;
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  font-size: 1.6rem;
}
.label__input {
  font-size: 1.6rem;
  padding: 0.5rem;
  background-color: rgb(239, 237, 237);
  border-radius: 5px;
  text-align: center;
}
.label__input:hover {
  background-color: rgb(72, 72, 255);
  color: whitesmoke;
}
.label__input--btn {
  background-color: rgb(76, 153, 253);
  border-radius: 5px;
  color: whitesmoke;
}
.label__input--text {
  text-align: left;
  border-radius: 5px;
}
.label__checkbox {
  display: flex;
  padding-bottom: 1rem;
}
.label__button {
  padding: 0.5rem;
  color: white;
  cursor: pointer;
  background-color: rgb(76, 153, 253);
  border-radius: 5px;
}
.label__button:hover {
  background-color: #007bff;
}

.form-title {
  color: rgb(0, 0, 160);
  display: flex;
  justify-content: space-between;
}

.checkbox {
  margin-right: 0.5rem;
}

.title {
  display: flex;
  align-items: center;
}

.title h3,
.title p {
  display: inline;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
}

.list-menu {
  display: none;
  position: absolute;
  background-color: rgb(53, 131, 249);
  color: whitesmoke;
  z-index: 1;
  box-shadow: 0 0.7rem 2rem black;
}
.list-menu:hover {
  display: flex;
}
.list-menu__item {
  position: relative;
  list-style: none;
  display: flex;
}
.list-menu__item:hover {
  outline: solid 1px;
  transform: scale(1.05);
  background-color: rgb(0, 191, 255);
  background-color: black;
}
.list-menu2 {
  display: none;
  position: absolute;
  background-color: rgb(53, 131, 249);
  background-color: #007bff;
  color: whitesmoke;
  z-index: 1;
  box-shadow: 0 0.7rem 2rem black;
}
.list-menu2:hover {
  display: flex;
}
.list-menu2__item {
  position: relative;
  list-style: none;
  display: flex;
}
.list-menu2__item:hover {
  outline: solid 1px;
  transform: scale(1.05);
  background-color: rgb(0, 191, 255);
  background-color: black;
}
li:hover .list-menu {
  display: flex;
  flex-direction: column;
}
li:hover .list-menu .item {
  outline: solid;
}

.noFixtures {
  font-size: 1.6rem;
  color: white;
}

ul li:hover > ul,
ul li ul:hover {
  display: visible;
  opacity: 1;
  display: block;
}

/*# sourceMappingURL=style.css.map */
