#main-image {
  background-image: linear-gradient(to right, #f7d06d, #f89a49);
}

#navbar-logo {
  background: url(../img/logo-white.png) no-repeat;
  background-size: cover;
}

.main-header-image {
  height: 200px;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
  margin-bottom: 45px;
  background-size: cover;
  background-position: center right;
  box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.1);
  background-image: url(../img/about/about.png);
}

#question-button {
  width: 355px;
}

#quote {
  margin-top: 30px;
  overflow: hidden;
}

#quote img {
  opacity: 0.06;
  position: absolute;
  margin-left: -44px;
}

.citation {
  padding-top: 10px;
  color: #7c7c7c;
  margin-bottom: 5px;
}

.citation-author {
  color: #7c7c7c;
  font-weight: 500;
}/*# sourceMappingURL=about.css.map */