*, *:focus {
  outline: none;
}

* {
  -moz-user-select: none;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  font-family: "Archivo Narrow", Arial Black, sans-serif;
  font-style: normal;
  font-weight: 400;
}

h1, h2, h3, h4, h4, h6 {
  font-family: "Champion Middleweight", "Impact", Arial Black, sans-serif;
  font-style: normal;
  font-weight: 400;
}

#wrapper {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1.1em;
  grid-auto-columns: min-content;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
}

#title-1 {
  grid-area: title-1;
}

#title-2 {
  grid-area: title-2;
}

#title-3 {
  grid-area: title-3;
}

#title-4 {
  grid-area: title-4;
}

#title-5 {
  grid-area: title-5;
}

#col-1 {
  grid-area: col-1;
}

#col-2 {
  grid-area: col-2;
}

#col-3 {
  grid-area: col-3;
}

#col-4 {
  grid-area: col-4;
}

#col-5 {
  grid-area: col-5;
}

#menu-1 {
  grid-area: menu-1;
}

#wrapper {
  grid-template-areas: "title-1 title-2 title-3 title-4 title-5" "col-1 col-2 col-3 col-4 col-5" "menu-1 menu-1 menu-1 menu-1 menu-1";
}

.title {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
}

#title-1 {
  background-color: #a3d6d7;
}

#title-2 {
  background-color: #ffd100;
}

#title-3 {
  background-color: #c3be0b;
}

#title-4 {
  background-color: #ff9b1a;
}

#title-5 {
  background-color: #29a592;
}

#menu-1 {
  background-color: #c28e0e;
  background-image: url("images/schedule_lines.png");
  background-position: center center;
  background-size: cover;
}

#menu-1 a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  width: 100%;
  height: 100%;
}

.fa-calendar {
  position: relative;
  bottom: 3px;
}

.column {
  padding: 0;
  margin: 0;
  padding: 10px;
  list-style-type: none;
}

.column .tile {
  margin: 0;
  min-width: 15em;
  min-height: 10em;
  width: 100%;
  margin-bottom: 1em;
  display: block;
}

.column .tile a {
  position: relative;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.column .tile a img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.column .event {
  background-color: #535353;
  text-align: center;
}

.column .event a, .column .event a:hover, .column .event a:visited {
  text-decoration: none;
  color: #fff;
}

.column .event .upcoming-event, .column .event h2, .column .event .name, .column .event .time, .column .event .click {
  padding-right: 1em;
  padding-left: 1em;
  margin: .5em auto;
}

.column .event .upcoming-event, .column .event .name, .column .event .time, .column .event .click {
  text-transform: uppercase;
}

.column .event .upcoming-event {
  font-family: "Champion Heavyweight", "Impact", Arial Black, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3em;
  color: #ffd100;
  text-decoration: underline;
  padding-top: 1em;
  display: block;
}

.column .event h2 {
  font-family: "Archivo Narrow", Arial Black, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 2.3em;
}

.column .event .name {
  font-size: 1.3em;
}

.column .event .time {
  color: #ffd100;
  font-family: "Champion Middleweight", "Impact", Arial Black, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3em;
}

.column .event .click {
  text-align: center;
  border: 2px solid #ffd100;
  width: 50%;
  display: block;
  margin: auto;
  margin-top: 1.5em;
  margin-bottom: 2em;
  padding: .5em;
}

.swiper-container {
  width: 100%;
  padding: 0;
  height: auto !important;
  max-width: 30em;
}

.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  height: auto;
}

.fancybox-slide > * {
  background-color: initial;
  overflow: hidden;
  margin: 0;
  height: 100%;
}

.fancybox-close-small {
  display: none;
}

.fancybox-is-open .fancybox-bg {
    opacity: 0;
}

.fancybox-loading {
    display: none;
}

article {
  height: 100%;
  
}