html,body {
	background: #fff;
	margin: 0;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 100%;
	color: #444;
}

a { color: forestgreen; text-decoration: underline; }
a:hover { color: red; }

* {
	margin: 0;
}

#main {
	margin: 0 auto;
	width: 96%;
	padding: 20px 2%;
}

#content {
	width: 100%;
	max-width: 984px;
}

h1 {
	font-size: 4em;
	line-height: 1em;
	color: #020c73;
	text-align: center;
	margin-bottom: .5em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: center;
	font-weight: normal;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: center;
	font-weight: normal;
	margin-bottom: .25em;
}


.phone {
	font-size: 3em;
	line-height: 1em;
	color: red;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

.featured {
	display: flex;
	margin: 0 auto;
	margin-top: 2em;
	font-size: 120%;
	column-gap: 25px;
	justify-content: center;
}

.featured div {
	min-width: 30%;
}

.featured div table {
	margin: 0 auto;
}

/* COLORS */
.blue { color: #020c73; }
.red { color: red; }
.green { color: forestgreen; }
.gray { color: #666666; }



.feat_img {
	text-align: center;
}

.payment {
	margin: 2em auto;
	text-align: center;
}

table.pricing {
	width: 80%;
	margin: 0 auto;
	margin-top: 3em;
	margin-bottom: .5em;
	text-align: center;
	background-color: #fdfdfd;
}

table.pricing,
table.pricing tbody,
table.pricing tr,
table.pricing td {
	border: 1px solid darkgray;
}

table.pricing tr.header_row {
	background-color: #eaeaea;
	font-weight: bold;
}

table.pricing tr.delta {
	background-color: #f6f6f6;
}

table.pricing td {
	padding: 10px;
}

table .C-5 {
	font-size: 150%;
}

