.H1 {
	font-size: 16px;
	font-weight: bold;
	color: #A06126;
	font-family: cabin-condensed;
	letter-spacing: .03em;
}
.H2 {
	font-size: 16px;
	font-weight: bold;
	color: #090601;
	font-family: cabin-condensed;
	letter-spacing: 0.03em;
}
.H3 {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	font-family: cabin-condensed;
	letter-spacing: 0.03em;
}
.H4 {
	font-size: 12px;
	font-weight: bold;
	color: #A06126;
	font-family: cabin-condensed;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}
.H5 {
	font-size: 12px;
	font-weight: bold;
	color: #A06126;
	font-family: cabin-condensed;
	letter-spacing: 0.03em;
}


.P1 {
	font-size: 15px;
	font-weight: normal;
	color: #090601;
	font-family: cabin-condensed;
}

.P2 {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	font-family: cabin-condensed;
	font-style: normal;
}

hr {
	width: 95%;
	margin-right: 19px;
	color: #000;
}
.border {
	border: 1px solid #999;
}
html, body {
	margin:0;
	padding:0;
}