header.header .hero{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
header.header .hero .hero-body {
    padding-top: 7.5rem;
}
.button.is-primary {
    height: 2.75rem;
}
.hero.is-info .hero-body .subtitle {
  margin-left: auto;
  margin-right: auto;
}

.nonprofits .content{
    padding: 60px 0
}


.public-card {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-items:
}
.public-card .card {
    cursor: pointer;
    max-width: 300px;
    height: 400px;
    margin: 15px;
    display: block;
    padding: 80px 40px 0;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.08);
    border: none;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.public-card .card:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform:translate(0, -10px);
  transform: translate(0, -10px);
}

.public-card .card-image {
    margin-bottom: 30px;
}

.public-card .card-image img {
	max-height: 50px;
	width: auto
}

.public-card .card-content {
    font-size: 14px;
    color: #68757f;
    margin: 0;
    padding: 0;
    line-height: 2.0;
}