body {
    font-family: 'Verdana', sans-serif;
    font-size: 22px;
    color: #444;
    background: #eaeaea;
    line-height: 1.6em;
    margin: 0;
    transform-style: preserve-3d;
  }
  
  h1 {
    background-color: #1a1a1a;
    color: rgb(255, 251, 217);
    text-align: center;
    padding: 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  }

  .parallax {
    overflow-x: hidden;
	height: 100vh;
	perspective: 1px;
	perspective-origin: center 150px;
    background: #f2f2f2;
  }
  
  header {
    position: relative;
    z-index: -1;
    margin: 0;
  }
  
  .bg1 {
    height: 400px;
    transform: translateZ(-1px) scale(2);
    background-image: url('images/moon1.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }
  
  .bg2 {
    height: 400px;
    transform: translateZ(-1px) scale(2.2);
    position: relative;
    z-index: -2;
  }

  .bg2 div {
    height: 800px;
    background-image: url('images/moon5.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  .bg3 {
    height: 400px;
    transform: translateZ(0.25px) scale(0.75);
    position: relative;
    z-index: -1;
    top: -200px;
  }

  .bg3 div {
    height: 800px;
    background-image: url('images/moon3.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  
  article {
    margin-top:-80px;
    padding: 30px 50px;
    background: rgb(255, 251, 217);
    box-shadow: 0 2px 8px rgba(255, 200, 0, 0.44);
    margin-bottom: 50px;
    transform: translateZ(0px);
    position: relative;
  z-index: 1;
  }

  article:last-child {
    padding-bottom: 200px;
  }

  @media only screen and (min-width: 600px) {
	
    #container{
        width: 1200px;
        margin: 0 auto;
    }

}
