body {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 1.3rem;
	padding-bottom: 3rem;
}

.logo {
	max-width: 300px;
	width: 50%;
	height: auto;
	margin: 1rem auto;
	display: block;
}

.headerlogo {
	background: transparent url(../images/smeatons.jpg) no-repeat center;
	background-size: cover;
	padding: 7rem 0;
}

h1 {
	font-size: 3.1rem;
	text-align: center;
	font-weight: 700;
	margin: 3rem 0;
}

h2 {
	font-size: 3.1rem;
	text-align: center;
	font-weight: 700;
	margin: 1rem 0 3rem;
}

a {
	color: #00c260;
	text-decoration: none;
	font-weight: 700;
}

.vote1 {
	display: block;
	width: 100%;
	max-width: 1134px;
	height: auto;
	margin: 2rem auto;
}

p.special {
	margin: 2rem ;
	font-size: 1.8rem;
	font-weight: 600;

}

.bolder {
	font-weight: 800;
}

.center {
	text-align: center;
}

.frontlist p {
	background: transparent url(../images/b.png) no-repeat top 5px left;
	background-size: 23px;
	padding-left: 39px;
	padding-bottom: 0.5rem;
}

.linkslist {
	padding: 0;
	margin: 0;
	list-style: none;
}

hr {
	margin: 2rem auto 3rem ! important;
	width: 90% ! important;
	display: block;
	height: 3px;
	border: 0;
	border-top: 3px solid #00c260;
}


