.contact {
    background: url('/images/contact-background.jpg');
    background-size: cover;
    background-position: center;
}
footer {
    background-color: #f2f2f2;
}
.footer-logo {
    width: 4rem;
}

.text-orange {
    color: #F5AE3F;
}

/* Google Play Button */
.app-download-button img {
    width: 240px;
}
.app-download-button-sm img{
    width: 200px;
}