/*
Pink: #ee0c6a
Yellow: #ffca02
Green: #9bc338
Black: #1e191a
*/

.pink {
  color: #ee0c6a;
}
.yellow {
  color: #ffca02;
}
.green {
  color: #9bc338;
}
.black {
  color: #1e191a
}

header {
  background-color: #1e191a;
  margin-bottom: 0;
  padding-bottom: 20px;
  border-top-left-radius: 40px;
}
.logo {
  margin-top: 5px;
}
.homepage-image {
  background-position-y: 20% !important;
}

.url-about-us- #mainContent {
  margin-bottom: 0;
}

.footer {
  background-color: #1e191a;
  box-shadow: 0 50vh 0 50vh #1e191a;
  border: 0;
  margin-top: 0;
}

.textover .thumbnail {
  padding: 0;
  background-color: transparent;
}
.textover .thumbnail .teaser {
  position: relative;
}
.textover .thumbnail .teaser .itembody {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 0 10px;
  color: #fff;
  background: rgba(0, 0, 0, .7);
}
.textover .thumbnail .teaser img {
  border-top-left-radius: 30px;
}
.textover .thumbnail .teaser .itembody h3 {
  margin: 10px 0;
}

.our-pillars .thumbnail {
  padding: 0;
}
.our-pillars .thumbnail .itembody {
  padding: 0 10px 10px 10px;
}
.our-pillars .thumbnail h3 {
  font-size: 18px;
}

.node-stories-and-news .thumb-inner,
.node-stories-and-news .metadata {
  text-align: center;
}
.node-stories-and-news .metadata img {
  max-height: 300px;
  width: auto;
}

.node-our-members .filteredItemList .well {
  background-color: white;
  border: 2px solid #9bc338;
}
.node-our-members .filteredItemList .full-inner {
  text-align: center;
}
