
.footer-order-btn {
    border: 1px solid;
    padding: 0.3em 1em;
}

.footer-order-btn:hover {
    color: #43b1b0;
}

.footer-contact {
    text-align: center;
    padding-top: 15px;
}

.footer-contact h3 {
    margin-top: 0;
}

.social-media {
    height: 40px;
}

#copyright {
    text-align: center;
    margin: 0;
    padding: 1em 0em;
}

.footer-dark {
    background: #58636e;
    color: white;
}