header {

  position: relative;
  width: 100%;
  text-align: center;
  color: white;
  background-image: url(../img/W1/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;
  margin-left: 175px;
  margin-right: 40px;
  border: 1px solid #8c8c8c ;

}

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

}

.Body h3 {
 color: #f05f40;


}

.Body h2 {

  padding-top: 30px;

  font-size: 24px;
}




}
.Body iframe {
  padding-top: 20px;
  padding-left: 175px;
}


.Body table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    margin-left: 25%;
    margin-top: 40px;
    margin-bottom: 40px;

}

.Body th, td {
    padding: 15px;
    text-align: center;
}
