body {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 400;
	margin-left: 50px;

}

h1 {
	margin-top: 50px;
	font-size: 60px;
	font-weight: 800;
	line-height: 20px;
}

h2 {
	margin-top: 60px;
	margin-bottom: 12px;
	color: purple;
	font-weight: 300;
	font-size: 30px;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	color: #b3b3b3;
}

h4 {
	font-weight: 300;
	color: purple;
	padding-left: 50px;
	font-size: 16px
}

.light {
	font-weight: 300;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.negem {
	letter-spacing: -0.08em;
}

.twoem {
	letter-spacing: 0.2em;
}

.under {
	text-decoration: underline;
}

.over {
	text-decoration: overline;
}

.through {
	text-decoration: line-through;
}

.upper {
	text-transform: uppercase;
}

.lower {
	text-transform: lowercase;
}

.capital{
	text-transform: capitalize;
}