#PageFooter { margin-top: 0; }

.storefront {
height:400px;
}

.greyblock {
margin: 20px 0 20px 0;
}

.center-image {
 display: flex;
 justify-content: center;
}

.center-text {
padding-top: 20px;
text-align: left;
}

.flex-item {
 display: flex;
 align-items: center;
}

.new-section {
padding-top: 100px;
}

@media only screen and (min-width:960px)
{.center-text {
 width: 63%;
margin: 0 auto;
}
}