@import url("../fonts/z/fonts.css");

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
	text-transform:uppercase;
	line-height: 0.8;
	margin: 0;
	padding: 0;
}
h1 {
	font-family: "AvantGarde-CondBold";
	font-size: 5.6em;
	letter-spacing: 0.15px;
}
h2 {
	font-size: 3em;
}
h3 {
	font-family: "AvantGardeITCbyBT-Book";
	font-size: 1.6em;
	letter-spacing: 0;
	margin-bottom: 15px;
}
h4 {
	font-family: "AvantGarde-CondBold";
	font-size: 19px;
	letter-spacing: 0;
	line-height: 1;
	text-transform: uppercase;
}
.s-heading-l {
	color: #fff;
}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
	.sup-heading {
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {

}
@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2.6em;
	}
}