@font-face {
  font-family: 'Brutal Type Medium';
  src: url('../fonts/BrutalTypeMedium/BrutalTypeMedium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BrutalTypeMedium/BrutalTypeMedium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BrutalTypeMedium/BrutalTypeMedium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BrutalTypeMedium/BrutalTypeMedium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BrutalTypeMedium/BrutalTypeMedium.svg#da1417a78f413faf5b2694e8ddb1ce0f') format('svg'); /* Legacy iOS */

  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Brutal Type Light';
  src: url('../fonts/BrutalTypeLight/BrutalTypeLight.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BrutalTypeLight/BrutalTypeLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BrutalTypeLight/BrutalTypeLight.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BrutalTypeLight/BrutalTypeLight.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BrutalTypeLight/BrutalTypeLight.svg#fee63acd4617e0063530b8d672d5b118') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'Brutal Type';
  src: url('../fonts/BrutalTypeRegular/BrutalType-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/BrutalTypeRegular/BrutalType-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/BrutalTypeRegular/BrutalType-Regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/BrutalTypeRegular/BrutalType-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/BrutalTypeRegular/BrutalType-Regular.svg#e1281a2e4a9cbb869772bf364d6fd47b') format('svg'); /* Legacy iOS */

  font-style:   normal;
  font-weight:  400;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
}

body {
  color: #e7e7e7;
  margin: 0;
  background-color: black;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  overflow-y: hidden;
}

a {
  color: #e7e7e7;
}

.cursor {
  color: #e7e7e7;
  font-size: 12px;
  line-height: 2;
  font-family: 'Brutal Type Light';
  text-transform: uppercase;
  display: block;
  position: fixed;
  margin: -0.75em -500px;
  padding-left: 0.1em;
  width: 1000px;
  z-index: 999;
  pointer-events: none;
  text-align: center;
  opacity: 1;
  font-weight: 400;
}

.small_video {
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

.videoWrapper_small {
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper_small iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen {
  width: 100%;
  height: 100%;
  position: relative;
}

.footer {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100vw;
  height: 90px;
  background-color: transparent;
  z-index: 900;
  position: absolute;
  bottom: 0;
}

.footer:hover {
  cursor: auto;
}

.logo {
  width: 100%;
  max-width: 120px;
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 998;
  -webkit-transform: translateZ(0);
}

.logo > a > img {
  position: relative;
  width: 100%;
}

.status_bar {
  position: relative;
  float: left;
  height: 38px;
  width: 100%;
  max-width: 1000px;
}

.heading {
  float: left;
  position: relative;
  font-family: 'Brutal Type';
  text-transform: uppercase;
  font-size: 18px;
}

#video_controls {
  position: relative;
  width: 100%;
  top: 0;
  height: 18px;
  font-family: 'Brutal Type Light';
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 8px;
  float: left;
}

#timer {
  width: 5%;
  max-width: 20px;
  position: relative;
  z-index: 999;
  float: left;
  margin: 0;
  margin-top: -4px;
}

#seek_bar {
  width: 95%;
  height: 36px;
  position: relative;
  z-index: 999;
  float: left;
  margin-right: 10px;
  margin-top: -14px;
}
#progress_bar {
  margin-top: 16px;
  position: absolute;
  height: 5px;
  width: 0%;
  background-color: white;
}
#progress_line {
  margin-top: 16px;
  position: absolute;
  height: 5px;
  width: 100%;
  background-color: rgb(124, 124, 124);
}
#seek_bar:hover {
  cursor: pointer;
}

#about_btn {
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  bottom: 38px;
  font-family: 'Brutal Type Light';
  font-size: 16px;
  z-index: 998;
  -webkit-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
#about_btn:hover {
  cursor: pointer;
}

.popup {
  font-family: "Brutal Type";
  line-height: 1.2;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: scroll;
  background-color: black;
  top: 0;
  height: 92vh;
  width: 100vw;
  position: fixed;
  z-index: 999;
  display: none;
  color: #e7e7e7;
}

.bars {
  margin-top: 45px;
  width: 100%;
  height: 100%;
}

.leftbar {
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  width: 30%;
  height: auto;
  float: left;
}

.rightbar {
  position: relative;
  width: 70%;
  height: auto;
  float: left;
  font-size: 14px;
}

.description {
  max-width: 500px;
}

.fullscreen_video {
  height: 100vh;
  width: 100vw;
}

.videoWrapper {
  background: #000;
  position: relative;
  left: 0;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

@media screen and (min-width: 2500px) {
  .cursor, #video_controls, #open_btn {
    font-size: 14px;
  }
  .heading {
    font-size: 20px;
    max-width: 600px;
  }
  #video_controls {
    max-width: 550px;
    margin-top: 24px;
  }
  #seek_bar {
    max-width: 510px;
  }
  .status_bar {
    max-width: 600px;
  }
  .leftbar, .description {
    font-size: 16px;
  }
}
@media screen and (min-width: 3500px) {
  .cursor, #video_controls {
    font-size: 16px;
  }
  .heading {
    font-size: 22px;
    max-width: 600px;
  }
  .status_bar {
    max-width: 600px;
  }
  #video_contorls {
    max-width: 550px;
    margin-top: 24px;
  }
  .leftbar, .description {
    font-size: 18px;
  }
}
@media screen and (min-width: 4000px) {
  .cursor, #video_controls {
    font-size: 18px;
  }
  .heading {
    font-size: 24px;
  }
  .leftbar, .description {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .footer {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    height: 70px;
  }
  .status_bar {
    max-width: none !important;
  }
  .video_controls {
    max-width: none !important;
    width: 100%;
  }
  #seek_bar {
    max-width: none !important;
    width: 90%;
    margin-right: 5px;
  }
  #timer {
    width: 10%;
    max-width: 20px;
    float: left;
  }
  .heading {
    font-size: 14px;
    float: none;
  }
  .cursor {
    font-size: 10px;
  }
  .popup {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
  }
  .bars {
    margin-top: 10px;
  }
  .leftbar, .rightbar {
    float: none;
    width: 100%;
    font-size: 12px !important;
  }
  .description {
    margin-top: 15px;
  }
  .small_video {
    margin-bottom: 0px;
  }
}
