body{
	margin: 0;
	font-family: sans-serif;
	overflow-x:hidden ;
}
/* THE NAV */
nav{
	position: sticky;
	top: 0;
	transition: all 600ms ease-in-out;
	background-color: white;
	color: black;
	z-index: 111111;
	width: 100%;
	box-shadow: 1px 1px 20px rgb(0 0 0 / 25%);
}
ul{
	margin: 0;
	padding: 40px;
	display: flex;
	justify-content: center;
	list-style-type: non3e;
}
li{
	margin-right: 60px;

}
.nav-active{
	background-color:white;
	color: black;
	box-shadow:1px 1px 20px rgb(0 0 0 / 0%);
}
.trigger-menu-toggle{
	background-color: tan;
	height: 100vh;
}

p{
	padding-top: 50px;
	margin: 0 auto;
	max-width: 1200px;
} 
.spacer h3{
	color: black;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 100%;
}
.spacer{
	background: white;
	height: 100vh;
	width: 100%;
}

/* LIVING ROOM LOCKUP */
.is-loading{
	overflow: hidden;
}
.off{
	opacity: 0;
}
.living-room-lockup img{
	position: absolute;
	height: 100%;
}
.living-room-lockup{
	height: 90%;
	width: auto;
	display: flex;
	position: relative;
	justify-content: center;
}
.living-room-wrap{
	height: 100vh;
	background: white;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
