html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

.wrapper {
  max-width: 1440px;
  width: 95%;
  margin: 0 auto;
}

html {
  font-size: 125%;
  background-color: #121212;
}

h1, h2, p, a {
  font-family: "Revalia";
  text-align: center;
}

button, select, label, li {
  font-family: "Open Sans";
}

h1 {
  font-size: 5rem;
  color: #909090;
}

h2 {
  font-size: 3rem;
  color: #909090;
}

p {
  font-size: 1.5rem;
  color: #97FB57;
  line-height: 2.5rem;
}

label, select {
  font-size: 1.5rem;
  color: #909090;
}

button {
  font-size: 2.25rem;
  background-color: #97FB57;
  width: 200px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
button:hover {
  background-color: #121212;
  color: #97FB57;
}
button:focus {
  background-color: #121212;
  color: #97FB57;
}

option {
  font-size: 1.8rem;
  color: #909090;
}

ul {
  list-style: none;
}

li {
  font-size: 1.5rem;
  background-color: #F6F2F2;
  border-radius: 10px;
}
li p, li a {
  color: #121212;
  text-align: left;
  padding-left: 20px;
}
li .purchaseTickets {
  text-decoration: none;
  display: block;
  background-color: #97FB57;
  padding: 10px;
  border-radius: 10px;
  font-weight: bold;
  line-height: 2.5rem;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s;
}
li .purchaseTickets:hover {
  background-color: rgb(116, 192, 68);
  color: #121212;
}
li .purchaseTickets:focus {
  background-color: rgb(116, 192, 68);
  color: #121212;
}
li img {
  margin-top: 5%;
}

.trim {
  max-height: 400px;
  overflow: hidden;
}
.trim img {
  height: 60vh;
  width: 100%;
}

form {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
form .fields {
  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-align: space-between;
      -ms-flex-align: space-between;
          align-items: space-between;
}
form .sportForm, form .locationForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
form .sportForm {
  padding-top: 50px;
}
form button {
  margin-top: 35px;
}
form select {
  width: 600px;
}

p span {
  display: block;
}

li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
li .timeContainer {
  width: 30%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
li .detailContainer {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
li .detailContainer .locationText {
  font-size: 1rem;
  color: #909090;
}
li .ticketContainer {
  width: 30%;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
li .bottomText {
  font-size: 1rem;
  color: #909090;
}

footer {
  color: #97FB57;
  height: 5vh;
  text-align: center;
  padding: 5px 0;
  font-family: "Open Sans";
}
footer a {
  text-decoration: none;
  color: #97FB57;
}

/* Portrait tablet and small desktops */
@media (max-width: 940px) {
  li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    padding-bottom: 10px;
  }
  li .purchaseTickets {
    margin: 30px;
  }
  li .detailContainer {
    width: 100%;
  }
  li .detailContainer p {
    text-align: center;
  }
  li .timeContainer {
    width: 100%;
  }
  li .ticketContainer {
    width: 100%;
  }
  li .ticketContainer img {
    margin: 30px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  form select {
    width: 500px;
  }
  .purchaseTickets {
    margin-right: 100px;
  }
}
/* Landscape phones and down */
@media (max-width: 510px) {
  h1 {
    font-size: 3rem;
  }
  form select {
    width: 250px;
    font-size: 0.6rem;
  }
}