@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
h2 {
    font-size: 3em;
	padding: 20px 10px 10px;
}
h3 {
	font-size: 32px;
    margin: 16px 0px 10px;
    background: black;
    color: white;
    padding: 10px 20px;
}
p, ul {
    font-size: 20px;
    line-height: 1.3em;
    max-width: 467px;
    margin: 10px auto;
    padding: 0 10px;
}
li {
    /* padding: 6px; */
	margin: 0px 10px 0px 30px;
    list-style: disc;
    text-align: left;
}
/* ul {
    padding: 10px 15px;
    max-width: 467px;
    margin: 10px auto;
} */
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'arial', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#site-content{
    /* padding: 20px; */
    text-align: center;
	font-weight: 700;
}
#site-title {
    background: yellow;
	padding: 40px 20px 20px;
    font-size: 3em;
    text-transform: uppercase;
	font-weight: 900;
}
.top_align_stack {
    vertical-align: top;
    display: inline-block;
	width: 100%;
}
.call-now {
    background: green;
    text-decoration: none;
}
.phone_number {
    padding: 20px;
    display: block;
	font-size: 4em;
	font-weight: 900;
	color: white;
}
.big_rate_bg{
    background: black;
}
.big_rate {
	color: white;
    padding: 30px;
    font-size: 3em;
    display: block;
    /* max-width: 160px; */
    margin: 0 auto;
	font-weight: 900;
}
/* .the_body {
    margin: 20px;
} */
.map-image{
	width: 100%;
	display: block;
}
.tag-line{
    font-weight: 900;
}
@media screen and ( min-width: 900px ) {
	h2 {
		padding: 0px;
	}
	p, ul {
        margin: 10px 10px 10px;
	}
	#site-title {
		/* padding: 20px; */
		font-size: 4em;
	}
	.phone_number {
		padding: 26px;
		font-size: 5em;
	}
	.lefty {
		width: 71%;
	}
	.righty {
		width: 29%;
	}
	.stack_two_rows_half{
		width: 45%;
		display: inline-block !important;
		padding: 40px 10px;
		text-align: left;
		vertical-align: top;
		max-width: 650px;
	}
	.top_align_stack {
		margin: 0px -3px;
	}
	.big_rate {
		max-width: 160px;
		padding: 18px;
	}
	li{
		/* padding: 6px; */
		margin: 0px 20px;
	}
	.map-image {
		padding-top: 14px;
	}
  }
