#founders {
  margin-right: auto;
  margin-left: auto;
}

#page {
  background-image: url(../images/background.png);
  background-attachment: fixed;
  background-position: center;
}

.about {
  margin-top: 5%;
  margin-bottom: 10%;
  width: 100%;
}

.about p {
  width: 50%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

img {
  padding-top: 5px;
  height: 200px;
  width: auto;
  border-radius: 50%;
}

#page {
  overflow: hidden;
  padding: 5em 0em;
}

#page .title {
  margin-bottom: 2em;
}

#page .title .byline {
  display: block;
  padding-bottom: 2em;
  color: rgba(0, 0, 0, 0.7);
}

.container2 {
  background-color: white;
  border-bottom: white solid 2px;
  max-width: 65%;
  -webkit-box-shadow: 5px 10px 100px black;
          box-shadow: 5px 10px 100px black;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
}

article {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 50px;
  padding-left: 15%;
  padding-right: 15%;
}

article ul {
  list-style: none;
}

h3 {
  display: block;
  padding-bottom: 1em;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}

.title {
  text-align: center;
  margin-bottom: 70px;
}

.title h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}

figure {
  width: 230px;
  height: 230px;
  background-color: white;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 3px black;
          box-shadow: 1px 2px 3px black;
  display: inline-block;
}
/*# sourceMappingURL=fitness.css.map */