/*override feature-card styles specifically for any feature card within the section with id="explore-intentionalist" */
/* explore by community section */
section.explore-community,
  section.explore-new {
    background-color: #eeeff3;
    padding-top: 20px;
}

section.explore-new {
  background-color: #fff;
}

header.explore-by-community > h2,
  header.explore-by-new > h2 {
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #5c628f;
}

header.explore-by-new > h2 {
  font-size: 24px;
  color: #272E5E;
}

header.explore-by-community > h2 > a,
  header.explore-by-new > h2 > a {
    font-size: 24px;
    color: #c5258f;
    letter-spacing: normal;
    text-decoration: underline;
}

header.explore-by-community > h2 > a:hover, header.explore-by-community > h2 > a:focus,
  header.explore-by-new > h2 > a:hover, header.explore-by-new > h2 > a:focus {
    font-size: 24px;
    text-decoration: underline;
    color: #891e5f;
}

section#explore-intentionalist-community,
  section#explore-intentionalist-new {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeff3;
    padding-bottom: 20px;
}

section#explore-intentionalist-new {
  background-color: #fff;
}

section#explore-intentionalist-community > div.explore-community,
  section#explore-intentionalist-new > div.explore-new {
    background-color: #fff;
    width: 337px;
    height: 264px;
    border-radius: 7px;
    margin: 20px;
}


section#explore-intentionalist-community > div.explore-community:first-child {
    border: solid 1px #3a9c3a;
}

section#explore-intentionalist-new > div.explore-new {
  border: solid 1px #c93597;
}

section#explore-intentionalist-new > div.explore-new:first-child:hover, section#explore-intentionalist-new > div.explore-new:first-child:focus,
  section#explore-intentionalist-new > div.explore-new:nth-child(2):hover, section#explore-intentionalist-new > div.explore-new:nth-child(2):focus,
  section#explore-intentionalist-new > div.explore-new:last-child:hover, section#explore-intentionalist-new > div.explore-new:last-child:focus {
    border: solid 3px #c93597;
}

section#explore-intentionalist-community > div.explore-community:first-child:hover, section#explore-intentionalist-community > div.explore-community:first-child:focus {
    border: solid 3px #3a9c3a;
}

section#explore-intentionalist-community > div.explore-community:nth-child(2) {
    border: solid 1px #c93597;
}

section#explore-intentionalist-community > div.explore-community:nth-child(2):hover, section#explore-intentionalist-community > div.explore-community:nth-child(2):focus {
    border: solid 3px #c93597;
}

section#explore-intentionalist-community > div.explore-community:last-child {
    border: solid 1px #cc3333;
}

section#explore-intentionalist-community > div.explore-community:last-child:hover, section#explore-intentionalist-community > div.explore-community:last-child:focus {
    border: solid 3px #cc3333;
}

section#explore-intentionalist-community > div.explore-community > a > div.explore-community-image,
  section#explore-intentionalist-new > div.explore-new > a > div.explore-new-image {
    width: 323px;
    height: 200px;
    overflow: hidden;
    padding-top: 11px;
    padding-left: 11px;
    padding-bottom: 30px;
}

section#explore-intentionalist-community > div.explore-community > a > div.explore-community-image img,
  section#explore-intentionalist-new > div.explore-new > a > div.explore-new-image img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

section#explore-intentionalist-community > div.explore-community > a > div.explore-community-text,
  section#explore-intentionalist-new > div.explore-new > a > div.explore-new-text {
    padding-top: 20px;
    height: 20px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

section#explore-intentionalist-community > div.explore-community > a > div.explore-community-text:hover, section#explore-intentionalist-community > div.explore-community > a > div.explore-community-text:focus,
  section#explore-intentionalist-new > div.explore-new > a > div.explore-new-text:hover, section#explore-intentionalist-new > div.explore-new > a > div.explore-new-text:focus {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

/* explore by category section */
section.explore-category{
    background-color: #fff;
    padding-top: 20px;
}

header.explore-by-category > h2{
    font-family: "Roboto Slab", serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
    color: #5c628f;
}

header.explore-by-category > h2 > a{
    font-size: 24px;
    letter-spacing: normal;
    color: #c5258f;
    text-decoration: underline;
}

header.explore-by-category > h2 > a:hover, header.explore-by-category > h2 > a:focus{
    font-size: 24px;
    text-decoration: underline;
    color: #891e5f;
}

section#explore-intentionalist-category {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding-bottom: 30px;
}

section#explore-intentionalist-category > div.explore-category{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    width: 342px;
    height: 294px;
    opacity: 0.9;
    border: solid 2px #af5b26;
    margin: 20px;
}

section#explore-intentionalist-category > div.explore-category:hover, section#explore-intentionalist-category > div.explore-category:focus{
    border: solid 4px #af5b26;
}

section#explore-intentionalist-category > div.explore-category > a > div.explore-category-image{
    padding-left: 12px;
    padding-top: 12px;
    width: 324px;
    height: 276px;
    overflow: hidden;
}

section#explore-intentionalist-category > div.explore-category > a > div.explore-category-image img{
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

section#explore-intentionalist-category > div.explore-category > a > div.explore-category-text{
    width: 274px;
    height: 48px;
    top: -10px;
    right: 0;
    left: 30px;
    margin: 0;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    color: #272e5e;
    background-color: #fff;
    padding-top: 10px;
}

section#explore-intentionalist-category > div.explore-category > a > div.explore-category-text:hover, section#explore-intentionalist-category > div.explore-category > a > div.explore-category-text:focus{
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #272e5e;
    font-weight: bold;
}
@media only screen and (max-width: 1024px){
  header.explore-by-new > h2 {
    padding-left: 10px;
    padding-right: 10px;
  }

    section#explore-intentionalist-community, section#explore-intentionalist-category,
      section#explore-intentionalist-new {
        flex-direction: column;
    }
}
