

body, html {
  height: 100%;
  width: 100%;
}

body{
	margin: 5% auto;
  background-image: linear-gradient(to top, lightgrey 0%, lightgrey 1%, #e0e0e0 26%, #efefef 48%, #d9d9d9 75%, #bcbcbc 100%);
}

.full-bg {
  width: 95%;
  height: 1000px;
  margin:0 auto;
  background-image: url("../img/donaldave.jpg");
  background-size: cover;
  background-position: right top;
  padding: 1px;
  box-sizing: border-box;
  display: flex;
}

.poster-content{
  background-color: rgba(0, 0, 0, 0.6);
  padding: 16px;
  box-sizing: border-box;
  margin:auto;
  max-width: 450px;
  text-align: center;
}

.poster-content header{
    display: inline-block;
}

@font-face {
  font-family: avengersFont;
  src: url("../fonts/AvengeanceHeroicAvengerNormal.woff") format("woff");
}

.poster-content header h1 {
  color: #fff;
  font-size: 48px;  
  margin: 24px 8px;
  font-family: avengersFont;
}


.weblinks h2 {
  color: rgba(230,230,230,.8);
  font-size: 1.5em;  
  margin: 16px 8px 0;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}


a:hover {
  text-decoration: underline;
  color: rgba(200,200,255,.6);
}

a:active {
  text-decoration: underline;
}


/*.poster-content header h2 {
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 0;
  font-family: 'Audiowide', cursive;
  letter-spacing: 1px;
  font-size: 26px;
}



.poster-content iframe{
  width: 100%;
  height: 315px;
  border: 2px solid #ddd;
}

.poster-content .release-date{
  font-size: 18px;
  color: #fff;
  font-family: 'Audiowide', cursive;
  margin-bottom: 8px;
}*/