/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.background {
	fill: none;
	pointer-events: all;
}
.info-window {
	position: absolute;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	background: #FFF;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
	border: 2px;
	pointer-events: none;
	height: 155px !important;
}
.info-table{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.selected{
	stroke: black;
	stroke-width: 0.005px;
}
.title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.subtitle{
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.select-city{
	float: left;
}

.y-axis path,
.y-axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}
.x-axis path,
.x-axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}
.y-axis text, .x-axis text {
	font-size: 10px;
}
.y-axis-label, .x-axis-label{
	font-size: 12px;
}

.legend-title{
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
.home-link{
	float: right;
	text-align: center;
}
.row{
	text-align: center;
}
.legend-header{
	font-size: 8px;
	font-weight: bold;
	text-align: center;
}
.legend-subtitle{
	font-size: 6px;
}
tspan{
	padding: 0px;
}
.legend-map{
	height: 100px;
}

.row{
	padding: 2px;
}
.city-graph, .nav-map, .city-map{
	height: 480px;
}

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

a.button-link:hover,
a.button-link:focus {
	color: #820000;
	text-decoration: none;
}

.section-income-segregation-maps h1,
.section-income-segregation-map-index h1 {
	visibility: hidden;
}

/*** Map Key ***/
/*rect:nth-child(1) {
  fill: #323232;
}
rect:nth-child(2) {
  fill: #959595;
}
rect:nth-child(3) {
  fill: #cccccc;
}
rect:nth-child(4) {
  fill: #d14241;
}
rect:nth-child(5) {
  fill: #af2d2d;
}
rect:nth-child(6) {
  fill: #8c181b;
}*/

/*** Graph Key ***/
/*#pctmedcat1 {
  fill: #8c181b !important;
}
#pctmedcat2 {
  fill: #af2d2d !important;
}
#pctmedcat3 {
  fill: #d14241 !important;
}
#pctmedcat4 {
  fill: #cccccc !important;
}
#pctmedcat5 {
  fill: #959595 !important;
}
#pctmedcat6 {
  fill: #323232 !important;
}*/
