/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
font-family: semplicitapro, sans-serif;

font-weight: 300;

font-style: normal;
}





h1 {
	font-family: "hwt-artz",sans-serif;
	font-size: 6.0rem;
	letter-spacing: -0rem;
	font-weight: 700;
	padding-left: 0.6%;
	margin-top: 0rem;
	margin-bottom: 0rem;
}	

@media screen and (max-width: 900px) {
h1 {
	font-size: 4.5rem;
}
}


	
h2 {
	font-family: "hwt-artz",sans-serif;
	font-size: 3.5rem;
	letter-spacing: -0rem;
	padding-top: 0rem;
	padding-bottom: 0.5rem;
	font-weight: 700; 
	margin-top: 0.5rem;
	margin-bottom: -2rem;
}	

@media screen and (max-width: 900px) {
h2 {
	font-size: 3.0rem;
}
}


h3 {
	font-size: 1.2rem; 
	letter-spacing: 0.02rem;
	line-height: 1.7rem;
	padding-bottom: 0rem;
}

@media screen and (max-width: 900px) {
h3 {
	font-size: 1.0rem;
	line-height: 1.5rem;
}
}

h4 {
	font-size: 0.9rem; 
	letter-spacing: 0.00em;
	line-height: 1.4rem;
	padding-bottom: 0.6rem;
	color: #ffffff;
}

h5 {
	letter-spacing: 0.08em;
	line-height: 0.5em;
	padding-bottom: 0em;
}


a:link {
	color: #ffffff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #D14081;
	text-decoration: none;
}

a:active {
	color: #D14081;
	text-decoration: none;
}
