/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
h2, .widgettitle, .widget-title, .widget-title label, .comments-title, #reply-title {
	color: #223769;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
}

.wf-active h1 {
	font-style: normal;
	font-weight: 400;
	color: #223769;
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 1.25;
}

.entry-meta {
	background-color: #4f4f4f;
}

.single .author {
	display: none;
}

.nav-links {
	display: none;
}

@media only screen and (min-width: 767px) {
	.site-branding {
		background: url('https://madisonnjdems.com/wp-content/uploads/2018/08/new_header.png') center left;
		margin-bottom: 14px;
	}
	
	.hero-text span:nth-child(1) {
		font-size: 250%;
		line-height: 1.2em;
	}
	
	.hero-text span:nth-child(3) {
		font-size: 180%;
		line-height: 1.4em;
	}
	
	.hero-text span:nth-child(5) {
		font-size: 250%;
	}
}

@media only screen and (max-width: 767px) {
	.site-branding {
		background: url('https://madisonnjdems.com/wp-content/uploads/2018/07/mdclogo20171.png') center center;
		background-repeat: no-repeat;
	}
	
	.hero-text span:nth-child(1) {
		font-size: 180%;
		line-height: 1em;
	}
	
	.hero-text span:nth-child(3) {
		font-size: 120%;
		line-height: 1.2em;
	}
	
	.hero-text span:nth-child(5) {
		font-size: 180%;
	}
}

@media only screen and (max-width: 420px) {
	#hero-table {
		display: none;
	}
	
	#hero-table-small {
		display: block;
	}
}

@media only screen and (min-width: 420px) {
	#hero-table {
		display: block;
	}
	
	#hero-table-small {
		display: none;
	}
}

.hero-text span:nth-child(1) {
	color: #ffffff;
	display: block;
}

.hero-text span:nth-child(3) {
	color: #ffffff;
	display: block;
}

.hero-text span:nth-child(5) {
	color: #ffffff;
}

.calendar-table tr th:nth-child(1), .calendar-table tr th:nth-child(4) {
	text-align: left;
}

.calendar-table tr td:nth-child(2), .calendar-table tr td:nth-child(3) {
	text-align: center;
}

/** Widget Title background color */
.widget .widget-title {
	background: #cfcac8;
}

/** Widget Background Color */
#secondary .widget {
	background: #cfcac8;
}
a {

 color: #0031FF;

}