* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  *:before,
  *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  html {
    background: #000;
    font: normal 1em/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    text-align: center;
    height: 100%;
  }
  body {
    height: 100%;
  }
  
  #video-viewport {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }
  video {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .fullsize-video-bg {
    height: 100%;
    overflow: hidden;
  }
  
  .fullsize-video-bg:before {
    content: "";
    background: rgba(114, 45, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  .fullsize-video-bg:after {
    content: "";
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .fullsize-video-bg .inner {
    display: table;
    width: 100%;
    max-width: 24em;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
  }
  .fullsize-video-bg .inner > div {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2em;
  }
  
  h1 {
  font-family: "Raleway", sans-serif;
    font-size: 3em;
    line-height: 0.9;
    font-weight: 900;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
    color: #fff;
  
  }
  h1 + p {
    font-size: 1.5em;
    font-family: "Raleway", sans-serif;
    color: #fff;
  
  
  }
  
  .button{
      background-color: #FFD700;
  }
  