/* Main Navigation Bar Background Color */
#top-menu-nav {
	background-color: #8e9b9c;
}

/* Email and Phone Icons in Header */
.header-icons .fa {
	color: #8e9b9c;
}

/*Font Resizer Icon Background Color*/
.header-widget {
	background-color: #8e9b9c;
}	


/* Active Menu Item in Submenu */
#main-header .nav li ul li.current-menu-item a {
	color: #fe9601;
}

/* Resident Tools Section on Homepage */
.res-tools-home h3 {
	color: #e7feff;
}

/* Header Text */
.header-title h1 { /* City of Shelton, Connecticut */
	color: #fe9601; 
}

.header-title h2 { /* Vision to See, Faith to Believe, Courage to Do… */
	color: #fff;
}

.header-title span.quote-author { /* Michael Connelly, “The Closers” */
	color: #fff;
}

/* Page Header */
#et-main-area .entry-content .et_pb_section.page-header {
	background-color: #e8feff !important;
	background-image: none !important;
}

.entry-content .et_pb_section.page-header h1 {
	color: #144074 !important;
}

/* Contact Form Send Button */
input[type="submit"], input[type="button"] {
	background-color: #8e9b9c;
}

/* Index Page Links */
.entry-content .widget_nav_menu ul li a {
	color: #144074;
}