body {
       margin: 0;
       padding: 0;
       font-family: Helvetica, sans-serif;
       font-size: 24px;
 }

#wrapper {
      background: black;
      height: 100%;
      background-attachment: fixed;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      text-align: center;
      padding: 30px;
}

 header {
      background: black;
      width: 100%;
      max-width: 100%;
 }

 h1 {
  color: #DD571C;
  font-family: 'griffy', cursive;

}

h1 span {
      display: block;
      color: #DD571C;
}

h2 {
  text-align: center;
  color: #DD571C;
  font-family: 'griffy', cursive;
}

.stanza {
  background-color: black;
  font-family: 'griffy', cursive;
  color: #DD571C;
  font-size: 45px;
  height: 100%; 
  text-shadow: black 0px 0px 10px;
  background-attachment: fixed;
  background-repeat: no-repeat;
   background-position: center;
  background-size: cover;
  text-align: center;
  padding: 200px;
}

#stanza1 {
    background-image: url('img/red eyes.jpg');
}

#stanza2 {
  background-image: url('img/bird castle.jpg');
}

#stanza3 {
 background-image: url('img/bird canvas.jpg');
}

#stanza4 {
  background-image: url('img/bird eating girl.jpg');
}

#stanza5 {
  background-image: url('img/bird on branch.jpeg');
}

#stanza6 {
  background-image: url('img/bird shadow.jpg');
}

#stanza7 {
  background-image: url('img/bird girl wings.jpg');
 }

#stanza8 {
  background-image: url('img/man-bird.jpg');
}

#stanza9 {
  background-image: url('img/circle bird.jpg');
}

#stanza10 {
  background-image: url('img/one bird tree.jpg');
}

#stanza11 {
  background-image: url('img/bird farm.jpg');
}

#stanza12 {
  background-image: url('img/bird girl.jpg');
}

#stanza13 {
  background-image: url('img/bird tree leaves.jpg');
}


#bio  {
  text-align: center;
  font-family: 'griffy', cursive;
  color: #DD571C;
  background-color: #191919;
  line-height: 1;
  padding: 100px;
}

h3 {
  font-size: 50px;
}

figure {
      width: 500px;
      background-position: 400px;
      float: left;
}

#bio figure img {
      border: 4px solid black;
      padding: 20px;
      width: 100%;
}

.stanza h3{
      font-family: Helvetica, sans-serif;
      font-size: 28px;
      color: #DD571C;
}


 a:link, a:visited {
      color: red;
      text-decoration: none;
}

 a:hover, a:focus{

      color: red;
}

em {
      color: purple;
}

.clear {

}

footer {
      clear: both;
}