@charset "UTF-8";

@import url("1-cta-button-styles.css"); /* Call to Action Button Styling */


/* HomePatioLawn.com Site Specific Styling */

.amzn-products-page-link {
	background-color: #F0E6D8;
}

.amzn-roundup-product {
	background-color: #F0E6D8;
}

.amzn-roundup-product .cta-button {
	background-color: transparent;
}

.cta-button a {
    background-color: #7E4D3A;
    color: white;
    border-color: #7E4D3A;
}

.cta-button a:hover {
    background-color: #FEE33C;
    color: black;
    border-color: black;
}
