div#custom_html-2 {
    width:100%;
    display:flex;
    justify-content:center;
}
div#custom_html-2 > div.textwidget.custom-html-widget {
    width:100%;
}
div.footer-widget {
    width:100%;
}
input#mce-EMAIL {
    width:50%;
}

/* Things added by Devin */

body {
	font-size: 16px;
	color: black;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: bold;
	color: black;
}

#top-header a {
	font-size: 14px;
}

#top-menu a {
	color: black;
	font-size: 17px;
}

.home .et_pb_promo_button {
	background: #529e1c;
	border-color: transparent;
	font-weight: bold;
}

.et_pb_promo_button:hover {
	background: #529e1c;
}

.et_pb_cta_0.et_pb_promo {
	filter: none;
	background: rgba(0,0,0,0.7);
	margin-bottom: 90px !important;
}

.et_pb_cta_0.et_pb_promo h1 {
	margin-bottom: 10px;
}

.et_pb_row {
	width: 85%;
}

.et_pb_section {
	padding: 10px 0;
}

@media only screen and (max-width: 480px) {
	.et_pb_promo {
		padding: 20px;
	}
	.et_pb_cta_0.et_pb_promo p {
		text-align: left;
	}
	.et_pb_column .et_pb_module {
	    margin-bottom: 20px;
	}
}

@media only screen and (min-width: 768px) {
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 36px;
	}

	h2 {
		font-size: 30px;
	}
	.et_pb_section {
		padding: 30px 0;
	}
	.et_pb_cta_0.et_pb_promo {
		margin-bottom: 110px !important;
	}
}