html, 
body {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin-bottom:5%;
	background-color:white;
}
h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 60px;
	font-weight: bold;
	color:#f7bcb4;
}
h2 {
	font-size: 24px;
	line-height: 1.2em;
	margin-left: 1%
}
h3 {
	font-size: 36px;
	font-weight: bold;
	color:#f7bcb4;
	margin-left: 1%
}
.sub-header {
	font-weight: normal;
	margin-bottom: 15px;
	font-size: 12px;
}
.font-weight .normal {
	font-weight: normal;
}
.font-weight .normal {
	font-weight: normal;
}
.font-weight .bold {
	font-weight: bold;
}
.font-style .normal {
	font-style: normal;
}
.font-style .italic {
	font-style: italic;
}
.letter-spacing .normal {
	letter-spacing: normal;
}
.letter-spacing .positive {
	letter-spacing: .3em;
}
.letter-spacing .negative {
	letter-spacing: -.06em;
}
.text-decoration .none {
	text-decoration: none;
}
.text-decoration .underline{ 
	text-decoration: underline;
}
.text-decoration .line-through {
	text-decoration: line-through;
}
.text-decoration .overline {
	text-decoration: overline;
}
.text-transform .none {
	text-transform: none;
}
.text-transform .uppercase {
	text-transform: uppercase;
}
.text-transform .lowercase {
	text-transform: lowercase;
}
.text-transform .capitalize {
	text-transform: capitalize;
}



