.footer-curve {
    background-color: #FCD75D;
}

.contact-info {
    background-color: #FF6E00;
    margin-top: -5px;
    display: flex;
    justify-content: center;
    padding-bottom: 4em;
}

.footer-curve svg, .contact-info svg {
    vertical-align: bottom;
}

.fence-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.fence-footer svg {
    vertical-align: bottom;
    background-color: #FF6E00;
}

.footer p {
    color: #FFF3EA;
    padding: 1em;
    background-color: #703a25;
}

.text-on-path {
    font: 700 20em 'Averia Serif Libre', serif;
    fill: #FFF3EA;
    text-anchor: middle;
    position: relative;
    z-index: 3;
}

.footer-text {
    position: relative;
    z-index: 3;
    margin-top: -5px;
}

@media (max-width: 700px) {
	.contact-info {
		padding-top: 1.7em;
		font-size: 0.8em;
	}
}