.nOnly
{
	display: none;
}

#ledeImgN
{
	display: none;
}

#ledeImgW
{
	margin: 0;
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
	background: url('../img/children-night-tablet.jpg') no-repeat center left;
	background-size: 100%;
	height: 28em;
	padding: 2em;
	border-radius: 32px;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#ledeImgW H1
{
	margin: 0;
	color: rgba(255,255,255,0.85);
}

#ledeImgW #ledeSlug
{
	margin-left: 33%;
	text-align: right;
}

#followUp
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
	text-align: center;
	width: 75%;
	margin: auto 12.5%;
}

#newReality
{
	font-size: 2em;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	margin: 0.5em auto;
}

.cta
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
	text-align: center;
	margin: 2em 16%;
}

#story
{
    font-family: "Century Gothic", CenturyGothic, "Muli", AppleGothic, sans-serif;
	border-radius: 1em;
	margin: 1em 2em;
	background: #E2DEC8;
	padding: 1em 1em 2em 1em;
}

#story H2
{
	text-align: center;
	margin: 1em 16%;
}