body {
	background-color: #FFCCCC;
	text-align: center;
	width: 100%;
	margin:0px;
	padding:0px;
}

ul {
	margin-top: 0px;
}

div > p {
	text-indent: 50px;
}

#header_logo_i > img {
	max-width: 100%;
	margin: 0 0 10px 0;
	border: 0px;
}

/* #header_logo > img was used for a href=index.html id=header_logo, which is now changed */
#header_logo > img {
	max-width: 100%;
	margin: 0 0 10px 0;
	border: 0px;
}

div#header_logo {
	width: 250px;
	margin: auto;
	margin-top: 10px;
}

div#contact_info_container {
	width: 80%;
	background-color: #c62127;
	border-radius: 10px 10px 0 0;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#contact_info_content {
	font-family: 'Montserrat', sans-serif;
	color: #FFF;
}

#contact_info_content a:link {
	color: #FFF;
}

@font-face {
	font-family: myFont;
	src: url(PerpetuaItalic.ttf);
}

div#sub_tagline {
	font-family: myFont;
	font-size: 24pt;
	color: #000;
	background-color: #B1A361;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#section_one_wrapper {
	width: 100%;
	padding: 10px 0px;
	margin: auto;
	background: url(images/sec1img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

div#section_one {
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Comfortaa', cursive;
	font-size: 14pt;
	color: #000;
	padding: 1px 20px;
	background-color: rgba(255, 204, 204, 0.6);
	border-radius: 15px 50px 30px 5px;
}

div#section_two_wrapper {
	width: 100%;
	padding: 10px 0px;
	margin: auto;
	background: url(images/sec2img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}


div#section_two {
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Comfortaa', cursive;
	font-size: 14pt;
	color: #fff;
	padding: 1px 20px;
	background-color: rgba(198, 33, 39, 0.6);
	border-radius: 15px 50px 30px 5px;
}

div#section_three_wrapper {
	width: 100%;
	padding: 10px 0px;
	margin: auto;
	background: url(images/sec3img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

div#section_three {
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Comfortaa', cursive;
	font-size: 14pt;
	color: #fff;
	padding: 10px 20px;
	background-color: rgba(198, 33, 39, 0.6);
	border-radius: 15px 50px 30px 5px;
}

div#section_four_wrapper {
	width: 100%;
	margin: auto;
	background: url(images/sec4img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#section_four {
	width: 80%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-right: 20px;
	font-family: 'Comfortaa', cursive;
	font-size: 14pt;
	color: #000;
	background-color: rgba(255, 204, 204, 0.6);
	border-radius: 15px 50px 30px 5px;
	padding: 10px 20px;
}

div#section_two_list_left {
	float: left;
	width: 50%;
}

div#section_two_list_right {
	float: left;
	width: 50%;
}

div.section_three_list_left {
	float: left;
	width: 50%;
}

div.section_three_list_right {
	float: left;
	width: 50%;
}

div.justClear {
	clear: both;
}

div.headlineAbout {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

div.headlineServices {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

div.headlineRates {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

div.headlineFAQs {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

div.headlineInMemory {
	width: 100%;
	background-color: #000;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	border: 1px;
	border-color: #fff;
	border-style: solid none none none;
}

.headlineInMemory a:link, a:visited {
	color: #FFF;
}

div.headlineClients {
	width: 100%;
	background-color: #000;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	border: 1px;
	border-color: #fff;
	border-style: none none solid none;
}

.headlineClients a:link, a:visited {
	color: #FFF;
}

/* ---------- */
div.headlineHome {
	width: 100%;
	background-color: #000;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
	border: 1px;
	border-color: #fff;
	border-style: solid none none none;
}

.headlineHome a:link, a:visited {
	color: #FFF;
}
/* ---------- */

div.inmemory {
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 18pt;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Raleway', sans-serif;
}

div#socialButtons {
	background-color: #B1A361;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 5px;
}

div#supporter {
	/* Stuff goes here */
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 3px;
	padding-top: 10px;
	background-color: #c62127; /* Dark Red Logo */
	width: 80%;
	border-radius: 0 0 10px 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}

div#clientsWrapper {
	width: 100%;
	padding: 10px 0px;
	margin: auto;
	background-color: #c62127;
}

/* Double check following section please 8/18/2015 */
div#clients_body {
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Comfortaa', cursive;
	font-size: 14pt;
	color: #000;
	padding: 1px 20px;
	background-color: rgba(255, 204, 204, 0.6);
	border-radius: 15px 50px 30px 5px;
}

div#clients {
	width: 80%;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Comfortaa', cursive;
	font-size: 14pt;
	color: #000;
	padding: 1px 20px;
	background-color: rgba(255, 204, 204, 0.6);
	border-radius: 15px 50px 30px 5px;
}

.clientlist {
	width: 125px;
	height: 150px;
	text-align:center;
	display: block;
	padding: 10px;
	float:left;
}

img.petimage {
	text-decoration: none;
	display:block;
	margin:auto;
}

.clientlist a:link {
	color: #000;
	text-decoration: none;
}

#recall {
	text-align: center;
	margin-top: 10px;
	margin-left: 35%;
}