h1 {
	font-weight: 400;
	font-size: 3em;
	letter-spacing: -2px;
}

@media (min-width: 325px) {
	h1 {
		font-size: 4em;
	}
}

.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.center-imac {
	width: 75%;
	max-width: 1500px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.section-subtitle {
	font-size: 42px;
	line-height: 1.0865;
	font-weight: 100;
	color: #999
}

.section-uppertitle {
	margin-top: 40px;
	margin-bottom: -5px;
	font-size: 32px;
	line-height: 1.0865;
	font-weight: 100;
	color: #772096          
}

@media (min-width: 325px) {
	.section-uppertitle {
		margin-top: 80px;
	}
}

.violator {
	background: white;
	border: 1px solid #772096;
	border-radius: 4px;
	font-size: 15px;
	padding: 0 14px;
	display: inline-block;
	color: #772096;
	margin-top: 25px;
	margin-bottom: 50px;
	font-weight: 300;
}