.main-content {
	padding-top: 0px;
}

.vote-subhead {
	background-color: #4c2683;
	background-image: url("../images/star-pattern.png");
	color: #fff;
	margin-bottom: 1em;
	padding-top: 30px;
	padding-bottom: 30px; 
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}

.vote-subhead h2 {
	font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
	font-size: 300%;
	font-weight: 300;
	font-style: italic;
}

.vote-subhead p {
	margin-bottom: 0;
}

/* Small devices (tablets, 480px and up) */
@media (min-width: 480px) {

	.vote-subhead {
		font-size: 120%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
	.vote-subhead {
		font-size: 140%;
		padding-top: 60px;
		padding-bottom: 60px;
	}

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	.vote-subhead {
		font-size: 160%;
		padding-top: 80px;
		padding-bottom: 80px;
	}

}