@charset "UTF-8";
@font-face {
  font-family: 'AkrosBlack';
  src: url('../fonts/AkrosBlack.eot');
  src: url('../fonts/AkrosBlack.eot?#iefix') format('embedded-opentype'), url('../fonts/AkrosBlack.svg#AkrosBlack') format('svg'), url('../fonts/AkrosBlack.ttf') format('truetype'), url('../fonts/AkrosBlack.woff') format('woff'), url('../fonts/AkrosBlack.woff2') format('woff2');
}

@font-face {
  font-family: 'SourceSansPro-ExtraLight';
  src: url('../fonts/SourceSansPro-ExtraLight.eot');
  src: url('../fonts/SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-ExtraLight.svg#SourceSansPro-ExtraLight') format('svg'), url('../fonts/SourceSansPro-ExtraLight.ttf') format('truetype'), url('../fonts/SourceSansPro-ExtraLight.woff') format('woff'), url('../fonts/SourceSansPro-ExtraLight.woff2') format('woff2');
}

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../fonts/SourceSansPro-Regular.eot');
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg'), url('../fonts/SourceSansPro-Regular.ttf') format('truetype'), url('../fonts/SourceSansPro-Regular.woff') format('woff'), url('../fonts/SourceSansPro-Regular.woff2') format('woff2');
}

@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/SourceSansPro-Bold.eot');
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg'), url('../fonts/SourceSansPro-Bold.ttf') format('truetype'), url('../fonts/SourceSansPro-Bold.woff') format('woff'), url('../fonts/SourceSansPro-Bold.woff2') format('woff2');
}

@font-face {
  font-family: 'SourceSansPro-Black';
  src: url('../fonts/SourceSansPro-Black.eot');
  src: url('../fonts/SourceSansPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSansPro-Black.svg#SourceSansPro-Black') format('svg'), url('../fonts/SourceSansPro-Black.ttf') format('truetype'), url('../fonts/SourceSansPro-Black.woff') format('woff'), url('../fonts/SourceSansPro-Black.woff2') format('woff2');
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

#myVideo {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
}

.content-box {
  background: url('../media/gold-frame-HR.png') no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: auto !important;
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
}

.content {
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-title {
  color: #fff;
  font-family: 'AkrosBlack';
  font-weight: normal;
  font-style: normal;
  font-size: 5vw;
  line-height: 5vw;
  margin-bottom: 0;
}

.coming-soon {
  color: #fff;
  font-family: 'SourceSansPro-ExtraLight';
  font-weight: normal;
  font-style: normal;
  font-size: 2vw;
}

p {
  color: #fff;
  display: block;
  font-family: 'SourceSansPro-ExtraLight';
  font-size: 2vw;
  margin-top: 0;
  text-transform: uppercase;
}

p.coming-soon {
  margin-top: 50px;
}

img {
  display: block;
  margin: 0 auto;
}

@media only screen and (max-width: 991px) {
  img.top-bottom {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  p.coming-soon {
    margin-top: 20px;
  }
}
