@charset "UTF-8";


.lx {
	font-size: 16px;
}

section.lxhero {
	background-color: #000;
	text-align: center;
	padding-top: 110px;
	padding-bottom: 60px;
}
section.lxhero img{
	max-width: 400px;
}
section.whatislx {
	padding: 150px 0px;
}
section.whatislx h1{
	font-size: 2.8125rem;
	color: #000;
	margin-top: 50px;
}
section.whatislx p {
	color: #515151;
	font-size: 16px;
	line-height: 31px;
	margin-top: 20px;
}
section.whatislx .intro {
	padding-right: 100px;
    padding-left: 50px;
	margin-top: 50px;
}
section.whatislx .underline {
	border-bottom: 1px solid #F6B119;
	margin-top: 70px;
	margin-bottom: 70px;
}
section.whatislx img {
	width: 100%;
}
section.interaction {
	color: #fff;
	background-color: #070707;	
	padding: 150px 0px;
}

section.interaction h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}
section.interaction p {
	color: #fff;
	text-align: center;
	line-height: 31px;
}
section.interaction img.diagram1 {
	padding: 60px 0px 150px 0px;
	width: 100%;
}
section.interaction img.diagram2 {
	padding-top: 60px;
	width: 100%;
}

section.colorandtype {
	color: #000;
	background-color: #fff;	
	padding: 150px 0px;
}section.colorandtype h1 {
	color: #000;
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}
section.colorandtype p {
	color: #000;
	text-align: center;
	line-height: 31px;
}
section.colorandtype img.colors {
	padding: 60px 0px 0px 0px;
	width: 100%;
}


section.styletiles {
	background-color: #eee;	
	padding: 150px 0px;
}
section.styletiles h1 {
	color: #000;
	font-size: 45px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 30px;
}
section.styletiles p {
	color: #000;
	text-align: center;
	line-height: 31px;
}
section.styletiles img {
	width: 100%;
	height: auto;
}
section.styletiles img.tile1  {
	padding-top: 50px;
	padding-bottom: 140px;
}


section.animation {
	color: #fff;
	background-color: #070707;	
	padding: 150px 0px;
}
section.animation video {
	max-width: 375px;
}
section.animation .row:first-child .left {
	padding-right: 90px;
}
section.animation .row:first-child .right {
	padding-bottom: 150px;
}
section.animation .row:last-child .right {
	padding-right: 90px;
	padding-bottom: 150px;
}
section.animation h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 800;
	margin-top: 50px;
	margin-bottom: 30px;
}
section.animation p {
	line-height: 31px;
	color: #fff;
}
section.interaction p {
	color: #fff;
	line-height: 31px;
}

section.extrascreenshots {
	background-color: #fff;	
	padding: 75px 0px;
}
section.extrascreenshots img {
	width: 100%;
}
section.extrascreenshots .row:last-child img {
	box-shadow: 0 1px 9px 2px rgba(143,143,143,0.31);
}
section.extrascreenshots .row:last-child div {
	text-align: center;
}
section.extrascreenshots .share {
	margin-top: 250px;
	margin-bottom: 350px;
	max-width: 375px;
}
section.extrascreenshots .newsletter {
	width: 100%;
	max-width: 375px;
}
section.extrascreenshots .article {
	margin-top: 700px;
	max-width: 375px;
}


@media screen and (max-width:991px) {
	
	section.lxhero img {
		max-width: 250px;
	}
	
	section.whatislx, section.interaction, section.colorandtype, section.styletiles, section.animation {
		padding: 100px 0px;
	}
	section.whatislx h1, section.interaction h1, section.colorandtype h1, section.styletiles h1, section.animation h1 {
		font-size: 2.5rem;
	}
	section.whatislx .intro {
    padding-left: 15px;
    margin-top: 0px;
}
	section.whatislx .intro {
	padding-right: 0px;
	}
	
	section.whatislx .underline {
		display: none;
	}
	
	section.colorandtype img.colors {
		padding-bottom: 0px;
	}
	
	
	section.animation .row:first-child .left, section.animation .row:last-child .left {
		text-align: center;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	section.animation .row:first-child .right, section.animation .row:last-child .right{
		text-align: center;
		padding-right: 15px;
		padding-bottom: 50px;
	}
	section.animation .row:last-child .left {
		order: 2;
	}
	section.animation .row:last-child .right {
		order: 1;
	}
	section.extrascreenshots {
		text-align: center;
	}
	section.extrascreenshots img {
		max-width: 375px;
		
	}
	section.extrascreenshots .share {
		margin-top: 75px;
		margin-bottom: 75px;
	}
	section.extrascreenshots .article {
		margin-top: 75px;
	}
}

@media screen and (max-width:1199px) {
	section.whatislx h1 {
		
	}
	
}
