.couponHTML {
    border: 4px dashed #dd3333;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
}

.footer-widgets a {
     color: #fff;
}
.footer-widgets a:hover {
     color: #fff;
}

.image_right {
   float: right;
   margin: 10px;
   max-width: 350px;
}
div#hometop {
    margin-bottom: 40px;
}

/* contact buttons in header */
.redBtn {
	background-color: #D33342;
}
.redBtn:hover {
	background-color: #000;
}
.redBtn::before {
	border-bottom-color: #D33342;
}
.redBtn::after {
	border-top-color: #D33342;
}
.redBtn:hover::before {
	border-bottom-color: #000;
}
.redBtn:hover::after {
	border-top-color: #000;
}

@media screen and (min-width: 1024px) {
	.header-widget-area .textwidget div {
		justify-content: flex-end;
	}
	.header-widget-area .btn {
		margin: 3px;
	}
}

/* fixes display issue on the Google App */
.header-image .site-description { display: none; }