@import url("demo.css");

a img 
{ 
border: none; 
} 
h1 {
	margin: 1em 0 0.5em 0;
	font-weight: 100;
	text-transform: uppercase;
	color: #343434;
	/* [disabled]font-style: italic; */
	/*font-family: 'Lekton', sans-serif;*/
	font-size: 72px;
	line-height: 54px;
	/* [disabled]text-shadow: 2px 5px 0 rgba(0,0,0,0.2); */
}

.main h1 {
	margin: 1em 0 0.5em 0;
	font-weight: 100;
	text-transform: uppercase;
	color: #CC66CC;
	font-style: italic;
	/*font-family: 'Lekton', sans-serif;*/
	font-size: 48px;
	line-height: 54px;
	text-shadow: 2px 5px 0 rgba(0,0,0,0.2);
}

.main h2 {
	margin: 1em 0 0.5em 0;
	font-weight: 300;
	text-transform: uppercase;
	color: #3E73DF;
	/* [disabled]font-style: italic; */
	/*font-family: 'Lekton', sans-serif;*/
	font-size: 28px;
	line-height: 54px;
	/* [disabled]text-shadow: 2px 2px 0 rgba(0,0,0,0.1); */
}

.main h3 {
	margin: 1em 0 0.5em 0;
	color: #343434;
	font-size: 14px;
	line-height: 40px;
	font-weight: 400;
	text-transform: none;
	/*font-family: 'Lekton', sans-serif;*/
	letter-spacing: 1px;
	padding-top: 62px;
}

.main h4 {
	margin-top: 0px;
	margin-right: 0;
	margin-left: 0;
	color: #FFB600;
	font-size: 14px;
	line-height: 30px;
	/*font-family: 'Lekton', sans-serif;*/
	/* [disabled]letter-spacing: 1px; */
	/* [disabled]text-shadow: 2px 2px 0 rgba(0,0,0,0.2); */
	text-transform: none;
	/* [disabled]font-weight: 400; */
}
.main h5 {
	margin: 1em 0 0.5em 0;
	color: #3366ff;
	font-size: 18px;
	line-height: 40px;
	font-weight: 300;
	text-transform: uppercase;
	/*font-family: 'Lekton', sans-serif;*/
	letter-spacing: 1px;
	/* [disabled]font-style: italic; */
	/* [disabled]text-shadow: 2px 2px 0 rgba(0,0,0,0.2); */
}
.main h6 {
	margin: 1em 0 0.5em 0;
	color: #CCCCCC;
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	/*font-family: 'Lekton', sans-serif;*/
	letter-spacing: 1px;
	/* [disabled]font-style: italic; */
	/* [disabled]text-shadow: 2px 2px 0 rgba(0,0,0,0.2); */
}
