/*
 Theme Name:   OverlandingAmerica.com Custom Theme
 Theme URI:    https://generatepress.com
 Description:  Custom Theme for OverlandingAmerica.com (A GeneratePress Child Theme)
 Author:       OverlandingAmerica
 Author URI:   https://www.overlandingamerica.com
 Template:     generatepress
 Version:      1.1
*/

.site-footer {
	background-color: #1e2421;

	background-image:
		/*linear-gradient(
			to bottom,
			rgba(31, 58, 50, 0.38) 0%,
			rgba(30, 36, 33, 0.72) 65%,
			rgba(30, 36, 33, 0.94) 100%
		),*/
		url("images/footer-4k.webp");

	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;

	color: #f7f3ea;
}

/*
 * GeneratePress gives the widget and copyright
 * sections their own background colors.
 */
.site-footer .footer-widgets,
.site-footer .site-info {
	background-color: transparent !important;
}

/* Footer text */
.site-footer,
.site-footer p,
.site-footer li,
.site-footer .widget-title {
	color: #f7f3ea;
}

/* Footer links */
.site-footer a {
	color: #f7f3ea;
	text-decoration-color: rgba(247, 243, 234, 0.45);
}

.site-footer a:hover,
.site-footer a:focus {
	color: #b85c38;
}

/* Adjust the crop slightly on smaller screens */
@media (max-width: 768px) {
	.site-footer {
		background-position: 58% bottom;
	}
}