/* START hero */
.hero  {
    height: 80vh;
}

.hero .uniformSpacing{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* END bigHero */
