/*
Theme Name: Disposal Right
Theme URI: www.disposalright..com
Description: custom theme by Gordon Multimedia
Author: Gordon Multimedia
Version: 1.0
Template: mesmerize-pro
*/

#callToAction {
	width: 50%;
    font-size: 2rem;
    line-height: 2.5rem;
    margin: 2rem auto;
    text-align: center;
    color: #FFF;
    background: #029B4C;
    padding: 1rem;
    border-radius: 1rem;
	font-weight: bold;
}
#callToAction a {
	font-size: 1.5rem;
	color: #FFF;
	background: #691932;
	display: inline-block;
	padding: .25rem 1rem;
	border-radius: .5rem;
	text-decoration: none;
    margin-top: 1rem;
    font-weight: normal;
}
#callToAction a:hover {
	background: red;
}
#callToAction a:before {
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: '\f3cd';
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	margin-right: .75rem;
}