body {
  margin: 0;
  background: #000; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
	background: url('sky-13377037.jpg') no-repeat;
	background-size: cover;
	transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#content { 
  font-family: 'Crete Round', serif;
  font-weight:400; 
  background: rgba(255,255,255,1);
  color: black;
  padding: 60px;
  width: 50%;
  margin:60px auto;
  font-size: 18px;
  border-radius: 15px;
  overflow:auto;
}
#content img {margin-bottom:20px;}
#signoff { 
  display:block;
  color: rgba(102,102,102,1);
  width: 50%;
  font-size: 14px;
  float:right;

}
h1 {
  font-size: 29px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}
#content button { 
  display: block;
  width: 40%;
  padding: .4rem;
  border: none; 
  margin: 1rem auto; 
  font-size: 1.3rem;
  background: rgba(255,255,255,0.23);
  color: #fff;
  border-radius: 3px; 
  cursor: pointer;
  transition: .3s background;
}

p{margin: 0 0 14px 0}
.italic{font-style: italic;}
#content button:hover { 
   background: rgba(0,0,0,0.5);
}

a {
  color: rgba(87,185,1,1);
  text-decoration: none;
  transition: .4s color; 
}
a:hover{
	color: rgba(150,150,150,1);
  text-decoration: underline;
}
@media screen and (max-width: 800px) { 
  div{width:70%;} 
  #content button { width:100%}
  #signoff { width:100%}
  #content { padding:20px; width: 80%;}
  h1 {font-size: 24px;}  
}
@media screen and (max-device-width: 800px) {
  html { background: url(assets/sky-13377037.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
  #content button { width:100%}
  #signoff { width:100%}
}