
@font-face {

	font-family: 'Regular';
	src: url("../fonts/Homestead-Regular.ttf");
}

@font-face {

	font-family: 'One';
	src: url("../fonts/Homestead-One.ttf");
}

@font-face {

	font-family: 'Two';
	src: url("../fonts/Homestead-Two.ttf");
}

@font-face {

	font-family: 'Three';
	src: url("../fonts/Homestead-Three.ttf");
}

@font-face {

	font-family: 'Display';
	src: url("../fonts/Homestead-Display.ttf");
}

@font-face {

	font-family: 'Inline';
	src: url("../fonts/Homestead-Inline.ttf");
}


div {
	display:block;
	position: relative;
}

h6 {
	font:1.75em 'Display' !important;
	letter-spacing: 1px;
	color:white !important;
	/* color: #22C0C1 !important; */
	margin-left:5% !important;
	text-shadow:1px 1px 1px #333333;
}

h6::before {
	position:absolute;
	top:0px;
	left:0;
	margin-left:5%;
	content: attr(text);
	font-family:'Two';
	letter-spacing: 1px;
	color:rgba(1,169,206,0.5);
	color:rgba(200,230,246,1);
	/* color:rgba( 250, 250, 250, .5 ) !important; */
	text-shadow:none !important;

}

h6::after {
	position:absolute;
	top:0px;
	left:0;
	margin-left:5%;
	content: attr(text);
	font-family:'Three';
	letter-spacing: 1px;
	text-shadow:none !important;

	color: rgba(123,125,137,0.5);
	color: rgba(223,225,237,1);
	/* color:rgba( 200, 240, 240, .5 ) !important; */
}
