/*!
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"IDroid Bold Italic";src:url("IDroid_Bold_Italic.eot?") format("eot"),url("IDroid_Bold_Italic.woff") format("woff"),url("IDroid_Bold_Italic.ttf") format("truetype"),url("IDroid_Bold_Italic.svg#IDroid-BoldItalic") format("svg");font-weight:normal;font-style:normal;}
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
h1 {
  height: 100%;
  font-size: 16px;
font-family: "IDroid Bold Italic";
font-weight:normal;
font-style:normal;
}
p {
  height: 100%;
  font-size: 10px;
font-family: Arial, sans-serif;
font-weight:normal;
font-style:normal;
}
body {
  height: 100%;
}

/*(body {
  font-size: 16px;
  font-family:"IDroid Bold Italic";src:url("IDroid_Bold_Italic.eot?") format("eot"),url("IDroid_Bold_Italic.woff") format("woff"),url("IDroid_Bold_Italic.ttf") format("truetype"),url("IDroid_Bold_Italic.svg#IDroid-BoldItalic") format("svg");font-weight:normal;font-style:normal;

  line-height: 1.5;
}

/* =============================================================================
  CONTENT
============================================================================= */
.content {
  position: relative;
  top: 30%;
  z-index: 2;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

.content__heading {
  margin-bottom: 24px;
  color: #ffffff;
  font-size: 44px;
}

.content__teaser {
  margin-bottom: 24px;
  color: #E0E0E0;
  font-size: 22px;
}

.content__cta {
  display: inline-block;
  margin: 0;
  padding: 12px 48px;
  color: #ff3c64;
  font-size: 22px;
  text-decoration: none;
  border: solid 4px #ff3c64;
}

/* =============================================================================
  VIDEO
============================================================================= */
.video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
