body {
  background: white;
  color: black;
  font-family: Arial, sans-serif;
  text-align: justify;
}
img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.HeaderBG {
  background: #221f20;
  color: white;
}
@media only screen and (max-width: 1300px) {
  .HeaderBG {
    margin-left: auto;
    margin-right: auto;
    max-width: 95%;
  }
}
.Header {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
@media only screen and (max-width: 1300px) {
  .Header {
    max-width: 95%;
  }
}
.Logo {
  height: 200px;
}
.Menu {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-left: 50px;
  text-align: left;
}
.Title {
  text-align: right;
}
@media only screen and (max-width: 1065px) {
  .Title {
    text-align: center;
  }
}
.Navigation {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  flex-wrap: wrap;
}
.Navigation a {
  text-decoration: none;
  color: inherit;
}
.Navigation h2 {
  margin-left: 10px;
  margin-right: 10px;
}
.Navigation h3 {
  margin-left: 10px;
  margin-right: 10px;
}
.BodyBG {
  display: block;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
@media only screen and (max-width: 1300px) {
  .BodyBG {
    max-width: 95%;
  }
}
.Photo {
  text-align: center;
  margin-bottom: 25px;
}
.Footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.FootRight {
  display: flex;
}
.FootImg {
  height: 25px;
  margin-left: 10px;
}
