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

/* =============================================================================
  HTML, BODY
============================================================================= */
body {
  height: 100%;
}
html { 
  background: url(arnie3.gif) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #b3defa;
  height: 100%;
}
body {
  font-size: 16px;
  background: url(tile.png); 
  line-height: 1.5;
}

/* =============================================================================
  CONTENT
============================================================================= */
.logo {
  z-index: 2;
  width:150px;
  text-align: center;
  position: absolute;
  margin-left:-75px;
  top:0px;
  left:50%;
  margin-top: 5px;

}

.content {
  z-index: 2;
  width:350px;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin-left:-175px;
  bottom:0px;
  left:50%;
  margin-bottom: 5px;
}

.content__heading {
  color: #7DF3BD;
  font-size: 36px;
  font-family: 'Abril Fatface', cursive;
}

.content__teaser {
  color: #fff;
  font-size: 15px;
  font-family: 'Abril Fatface', cursive;
}

.content__cta {
  margin: 0;
  padding: 12px 48px;
  color: #ff3c64;
  font-size: 22px;
  text-decoration: none;

}

a:link {
  color:#c7fde5;
}
a:visited {
  color:#7DF3BD;
}
a:hover {
  color:#fff;
}
a:active {
  color:#7DF3BD;
}