@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;800&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "montserrat", sans-serif;
}

/* // Components------------------------------------------------------------------ */
p {
  font-family: "montserrat", sans-serif;
}

/* // Navbar------------------------------------------- */
.navbar {
  text-transform: uppercase;
}

.navbar-brand {
  width: 200px;
}

/* // Jumbo-hero----------------------------------------- */
.scroll {
  -webkit-animation: move .8s infinite alternate;
          animation: move .8s infinite alternate;
  padding-top: 2em;
  height: 100px;
  color: #E61C6A;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

/* // about ///////////////////////////////////////////////////////////*/
.about {
  background-color: #E61C6A;
  color: white;
}

footer {
  background: #ADD960;
}

/* // FIXTURES PAGE------------------------------------------------------------------------ */
.info-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 5px;
}

.hometeam-logo {
  margin-right: 20px;
}

.awayteam-logo {
  margin-left: 20px;
}

.hometeam-logo, .awayteam-logo {
  height: 50px;
}

h3 {
  font-size: 1em;
  font-family: "Montserrat";
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E61C6A;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.intro .headline h1 {
  font-size: 7vw;
  font-weight: bold;
}

.hide {
  overflow: hidden;
  margin-bottom: 0.3;
}

.hide .text {
  display: inline-block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.band {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ADD960;
  z-index: 8;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.navbar li {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #ADD960));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, #ADD960 50%);
  background-position: -0% 0;
  background-size: 200% auto;
  line-height: 1.15em;
  text-decoration: none;
  -webkit-transition: background-position 0.2s ease-out;
  transition: background-position 0.2s ease-out;
}

.navbar li:hover {
  background-position: -99.9% 0;
  color: white;
  border-radius: 5px;
}

button:hover {
  background-position: -99.9% 0;
  color: white;
  border-radius: 5px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.league-name {
  background-color: white;
  padding: 5px;
  margin: 5px;
  height: 300px;
  width: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.league-btn, button {
  background-color: #E61C6A;
  width: 100%;
  color: white;
  padding: .5em;
  border: none;
  border-radius: 5px;
}

.league-badges img {
  width: 100%;
  margin-top: 2em;
}

.standings-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.standings-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fcfafa;
  border-radius: 3px;
  padding: 1em;
  margin: 5px;
  width: 100%;
}

.standings-template-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #E61C6A;
  color: white;
  border-radius: 3px;
  padding: 1em;
  margin: 5px;
  width: 100%;
}

.std-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.std-info img {
  width: 8vh;
}

.std-info h3 {
  font-size: .8em;
}

@media only screen and (max-width: 590px) {
  body {
    font-size: 0.2em;
  }
  button {
    width: 100%;
    height: 50px;
  }
  .std-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .std-info h3 {
    font-size: 2.5em;
  }
  .std-info .team-name {
    display: none;
  }
  .std-info img {
    width: 50px;
  }
}

.fixture-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fixture-template-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #ADD960;
  color: white;
  border-radius: 3px;
  padding: 1em;
  margin: 5px;
  width: 100%;
}

.fixture-template-header .std-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.fixture-template-header .std-info img {
  width: 8vh;
}

.fixture-template-header .std-info h3 {
  font-size: 1em;
}

.results-template-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #5593f1;
  color: white;
  border-radius: 3px;
  padding: 1em;
  margin: 5px;
  width: 100%;
}

.results-template-header .std-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.results-template-header .std-info img {
  width: 8vh;
}

.results-template-header .std-info h3 {
  font-size: 1em;
}

.template {
  background-color: #fcfafa;
  border-radius: 5px;
  margin: 5px;
  width: 100%;
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.event-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

.home-goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-weight: 900;
}

.away-goals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  font-weight: bold;
}

.home-team {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 50px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}

.home-team .hometeam-name {
  margin-top: 10px;
  width: 2vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.home-team .home-team-logo img {
  width: 50px;
}

.away-team {
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 50px;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}

.away-team .awayteam-name {
  margin-top: 10px;
  width: 2vh;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.away-team .away-team-logo img {
  width: 50px;
}

.type {
  background-color: #E61C6A;
  color: white;
}

.type-fixture {
  background-color: #ADD960;
  color: #ffff;
}

.type-results {
  background-color: #5593f1;
  color: #ffff;
}

@media only screen and (max-width: 578px) {
  body {
    font-size: 1em;
  }
  button {
    width: 100%;
    height: 50px;
  }
  .home-team, .away-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-info {
    font-size: .5em;
  }
  .hometeam-name, .awayteam-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hometeam-name h3, .awayteam-name h3 {
    font-size: .5em;
  }
  .hometeam-name img, .awayteam-name img {
    width: 100px;
  }
}

@media only screen and (max-width: 770px) {
  body {
    font-size: 1em;
  }
  button {
    width: 100%;
    height: 50px;
  }
  .home-team, .away-team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event-info {
    font-size: .5em;
  }
  .venue {
    display: none;
  }
  .hometeam-name, .awayteam-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .hometeam-name h3, .awayteam-name h3 {
    font-size: .5em;
  }
  .hometeam-name img, .awayteam-name img {
    width: 100px;
  }
}

@media only screen and (max-width: 578px) {
  body {
    font-size: 1em;
  }
  button {
    width: 100%;
    height: 50px;
  }
  .name {
    display: none;
  }
  .std-info {
    font-size: 0.3em;
  }
  h4 {
    font-size: 3em;
    font-weight: bolder;
  }
  h3 {
    font-size: .8em;
  }
  img {
    width: 100px;
  }
}
/*# sourceMappingURL=styles.css.map */