body{
  background: url('images/PageBG2.jpg');
  background-size: cover;
  color:white;
  font-family: 'Raleway', sans-serif;
}
h1{
  text-align: center;
}
.banner{
  width:80%;
  margin: 0 auto;
  background-color:black;
  bottom:50px;
  position:relative;
  z-index:-10000;
}
.banner img{
  max-width: 100%;

    margin: 0 auto;
      text-align: center;
      display:block;
    margin:auto;
}
.text{
  padding:20px 10%;
  width:60%;
  margin:0 auto;
        display:block;
  bottom:50px;
  position: relative;
}
a{
  color:white;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.content{
  width:80%;
  margin:0 auto;
}
.wood img{

  width: 100%;

    margin: 0 auto;
      text-align: center;
      display:block;

}
.wood{
  z-index:1000000;
}
.text {
  background-color:black;
}
.content{
  position: relative;
}
