/* Enter Your Custom CSS Here */

.arrow_box {
	position: relative;
	background: #d52020;
  color: white;
}
.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(213, 32, 32, 0);
	border-top-color: #d52020;
	border-width: 30px;
	margin-left: -30px;
}
body.home {
  background-image: url(https://www.waynedatinglifestyles.com/waynedatinglifestyle-background.jpg) !important;
  background-size: cover; 
}
