
BODY {
	background-color: #f3f3f3;
	background-image: url(images/JacobCommercialCleaningBackground.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-size: 90%;
	font-family: "Arial", sans-serif;
}

A {
	color: darkblue;
	text-decoration: underline;
}

A:hover {
	color: orange;
}

A:visited {
	color: purple;
}

h1 { 
	font-size: 20px;
	font-weight: bold;
	text-align: center;
} 

h2 { 
	font-size: 18px;
	display: inline;
	font-weight: bold;
} 

h3 { 
	font-size: 16px;
	display: inline;
	font-weight: bold;
	color: darkgrey;
}

div.center-div {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

div.container {
	max-width: 780px;
	min-height: 360px;
	margin: auto;
	text-align: left;
	position: relative;
}

div.seethat {
	text-align: center !important;
}

div.container2 {
	max-width: 830px;
	margin: auto;
	text-align: left;
	position: relative;
}

div.footer-container {
	background-image: url(images/FooterBackground.jpg);
	background-repeat: repeat-x;
	background-size: auto 100%;
	margin: 0px;
	font-family: "Arial", sans-serif;
	overflow: auto;
}

img { 
	display: block;
	width: 100%;
	height: auto;
}

img.logo-padding {
	padding-left: 10px;
	padding-right: 10px;
}

img.logo-padding2 {
	width: auto;
	max-height: 300px;
}

div.spacer-lg {
	min-height: 25px;
}

div.spacer-md {
	min-height: 25px;
}

div.spacer-sm {
	min-height: 25px;
}

div.spacer-xs {
	min-height: 50px;
}

img.spacer {
	display: inline;
	max-height: 100px;
}

div.content {
	max-width: 780px;
	margin: 25px;
	text-align: left;
}

div.content-center {
	max-width: 780px;
	margin: 25px;
	text-align: center;
}

img.w3c {
	width: 88px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

html {
	font-size: 100%;
}

hr {
	margin-top: 0px;
	margin-bottom: 0px;
	border: 0;
	border-top: 1px solid black;
}

div.spacing {
	height: 25px;
}

.w3-fourth {
	border: 1px solid #ebebeb;
	margin: 6.1px;
	width: 23%;
	padding: 5px;
	flex: 1;
	vertical-align: top;
	text-align: left;
}

.w3-couple {
	border: 1px solid #ebebeb;
	margin: 6.1px;
	width: 45%;
	padding: 5px;
	flex: 1;
	vertical-align: top;
	text-align: left;
}

.w3-single {
	border: 1px solid #ebebeb;
	margin: 8px;
	width: 100%;
	padding: 5px;
	flex: 1;
	vertical-align: top;
	text-align: left;
}

.w3-row-padding {
	padding: 0px;
	vertical-align: top;
	display: flex;
}

img.environment {
	float: right;
	width: auto;
	padding-bottom: 20px;
}

ul.checkmarks {
	list-style-image: url("images/checkmark.png")
}

div.checkmark-div {
	padding: 15px;
}

iframe.google-map {
	float: right;
	padding-bottom: 20px;
}

iframe.full-width {
	width: 100%;
}