html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100%;
  font-family: 'Muli', sans-serif;
}

.sixteen-nine {
  position: relative;
}

.sixteen-nine:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

body {
  background-color: #1D1D1D;
}

#page-wrap {
  min-height: 100vh;
  width: 100vw;
  max-width: 100%;
  overflow: hidden;
  color: #FEF101;
}

#logo {
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: .2;
  height: 90vh;
}

#logo img {
  height: 100%;
  width: auto;
}

#video-grid {
  background-color: rgba(29, 29, 29, 0.4);
  z-index: 100;
  position: relative;
}

#video-overlay {
  z-index: 100;
}

video#bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: cover;
}

#video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#header-section {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: relative;
  font-family: 'Teko', sans-serif;
}

.section {
  border-bottom: 3px solid #FEF101;
  overflow: auto;
}

.section-title {
  font-size: 40px;
  color: #FEF101;
  z-index: 1000;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section-sub-title {
  font-size: 60px;
  color: white;
  z-index: 1000;
  width: 100%;
  position: absolute;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 95vw;
  height: auto;
}

.section-header {
  font-size: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 30px;
  text-transform: uppercase;
}

#latest-cont {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

#latest-video {
  width: 100%;
  height: 100%;
}

#stats {
  min-height: 750px;
  background-color: rgba(0, 0, 0, 0.4);
}

.stat {
  padding-top: 20px;
}

.stat-number {
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #FEF101;
  font-size: 150px;
  padding: 30px;
  text-align: center;
  width: 250px;
  height: 250px;
  color: white;
  font-family: 'Teko', sans-serif;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.stat-number:hover {
  background-color: rgba(254, 241, 1, 0.6);
}

.stat-info {
  font-size: 50px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #latest-cont {
    width: 60%;
  }
}

/* Large Devices, Wide Screens */
.animated-type {
  overflow: hidden;
  text-align: center;
  animation: typing 2.5s steps(50, end), blink-caret 0.75s step-end infinite;
}

@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 75%;
  }
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}
 

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