a.color,
.content a,
.header a,
.post-wrapper .view-post  {
  color: #6fb536;
}

a.color:hover,
.content a:hover,
.header a:hover,
.post-wrapper .view-post:hover {
  color: #9bcf71;
  text-decoration: underline;
}

code {
  color: inherit
}

.is-centered-card-content {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card {
  border-radius: 20px;
}

/* Button coloring */
.button.is-primary {
  background-color: #6fb536;
}
.button.is-primary:hover {
  background-color: #9bcf71;
}

.notification {
  border-radius: 20px;
  text-align: center;
}

/* Banner coloring */
.notification.is-success.is-light {
  background-color: #6fb536;
  color: white;
}

.profile-photo-column {
  justify-content: end;
  display: flex;
}

.subheader {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav-links {
  padding: 0 20px 0 20px;
}

.header-divider {
  margin-top: 0;
}

/* Header */
.header-card {
  background: #6fb536;
}

.header-card p, 
.header-card a {
  color: white;
}

/* border not appearing? */
.header-profile-image {
  border: 2px solid #e3e3e3;
  box-shadow: 0 2px 3px rgba(10, 10, 10, .1), 0 0 0 1px rgba(10, 10, 10, .1);
}

.is-110x110 {
  height: 110px;
  width: 110px;
}

.media-left {
  width: 45%;
  justify-content: flex-end;
  display: flex;
}

.subtitle {
  font-style: italic;
}

/* Footer */
.footer {
  padding: 0 20px 0 20px;
}

.footer-name {
  margin-bottom: 0;
}