@import url(../fonts/font.css);
:root {
  --plyr-color-main: #d5b963;
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #1b1f22;
}

hr{
  width: 30%;
border-top: solid 1px #d5b963;
}

.video-holder {
  width: 100%;
  max-width: 80%;
  height: auto;
  padding: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, .3);
}

h1 {
    font-size: 4vw;
    font-family: 'bodoni_beregular';
    color: #fff;
    letter-spacing: 1rem;
    text-transform: uppercase;
  }

  h2{
    color: #ffffff;
    font-family: 'typewriter_condensedregular', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.65;
    text-transform: uppercase;
    letter-spacing: .5rem;
  }
  