header {

  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  background-image: url(../img/W5/Cover.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;

}

.header-content-inner h1 {
font-size: 65px;

}

.Body p {

  margin-top: 20px;
  margin-bottom: 20px;

}

.Body img {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 250px;
  padding-right: 250px;
}


.Body ul {
  margin-top: 100px;
  font-size: 15px;

}

.Body h3 {
 color: #f05f40;

}
