/*!
Styles for full screen background video demo
*/
/* =============================================================================
  RESETS
============================================================================= */
html,
body,
div,
h1,
p,
a,
video {
  margin: 0;
  padding: 0;
}

/* =============================================================================
  HTML, BODY
============================================================================= */
html,
body {
  height: 100%;
}

body {
	font-size: 16px;
	font-family: "Oxygen", sans-serif;
	line-height: 1.5;
	color: #FFF;
}
.newt{
	border: thin solid #000;
}
.fade{
background-color: rgba(255, 0, 0, 0.5);
background: rgba(255, 0, 0, 0.5);
color: rgba(255, 0, 0, 0.5);	
}


/* =============================================================================
  CONTENT
============================================================================= */
.content {
	position: relative;
	top: 30%;
	z-index: 2;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

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

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

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

/* =============================================================================
  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%);
}
