/*

	LAYER SCREEN

*/

/* MOBILE STYLES */

.nrfi-layer-screen {
	position: absolute;
	min-width: 100vw;
	display: flex;
	background: url('../images/layer-backgrounds/emergent.jpg') no-repeat;
	background-size: cover;
}

.nrfi-layer-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.nrfi-layer-col-left {
	display: flex;
	justify-content: center;
	width: 100%;
	position: relative;
}

.nrfi-layer-col-right {
	display: flex;
	margin: 0 1em;
}

.nrfi-layer-col-left-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	background: url('../images/layer-trees/tree-outline-trimmed.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.nrfi-layer-pre-title {
	margin-top: 4em;
	margin-bottom: 0.75em;
	text-align: center;
}

.nrfi-layer-pre-title span {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	font-size: 1em;
	background-color: #f07d4a;
	padding: 2px;
}

.nrfi-layer-title {
	font-family: 'Alfa Slab One', cursive;
	font-size: 3em;
	overflow-x: hidden;
	text-transform: capitalize;
	text-align: center;
}

.nrfi-layer-copy {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 1em;
	line-height: 1.25em;
	margin-top: 2em;
	text-align: left;
	padding: 0 1em;
}

.nrfi-layer-mobile-header {
	width: 100%;
	text-align: center;
	margin-bottom: 1em;
}

.nrfi-layer-header {
	display: none;
}

.nrfi-layer-marker {
	background-color: #f07d4a;
	height: 100px;
	/* temp */
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* DESKTOP STYLES */

@media screen and (min-width:1024px) {
	.nrfi-layer-screen {
		height: 100vh;
	}
	.nrfi-layer-row {
		flex-wrap: nowrap;
		margin-top: 6em;
	}
	.nrfi-layer-col-left {
		width: 45%;
		height: 100%;
		position: relative;
	}
	.nrfi-layer-col-right {
		width: 55%;
		margin-left: 3em;
		margin-right: 8em;
	}
	.nrfi-layer-col-left-inner {
		display: flex;
		position: relative;
		justify-content: flex-end;
		width: 100%;
		height: auto;
		background-image: url('../images/layer-trees/tree-outline.png');
		background-size: contain;
		background-position: top left;
	}
	.nrfi-layer-pre-title {
		margin-top: 3em;
		margin-bottom: 0;
		text-align: left;
	}
	.nrfi-layer-pre-title span {
		font-size: 1.5em;
		background-color: #f07d4a;
		padding: 2px;
	}
	.nrfi-layer-title {
		font-size: 7em;
		overflow-x: hidden;
		text-transform: capitalize;
		text-align: left;
	}
	.nrfi-layer-copy {
		font-size: 1.4vw;
		line-height: 1.5em;
		margin-top: 1.5em;
		text-align: left;
		padding: 0;
	}
	.nrfi-layer-mobile-header {
		display: none;
	}
	.nrfi-layer-header {
		display: block;
	}
	.nrfi-layer-marker {
		background-color: #f07d4a;
		height: 100px;
		/* temp */
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

/* WIDE BUT SHORT SCREENS */

@media only screen and (max-height:830px) and (min-width:1200px) {
	/* * { background-color: yellow;} */
	.nrfi-layer-title {
		font-size: 4.8em;
	}
	.nrfi-layer-copy {
		font-size: 1em;
		line-height: 1.25em;
	}
}

/* WIDE BUT SUPER SHORT SCREENS */

@media only screen and (max-height:700px) and (min-width:1025px) {
	/* * { background-color: yellow;} */
	.nrfi-layer-row {
		margin-top: 2em;
	}
	.nrfi-layer-title {
		font-size: 2.8em;
	}
}

/* IPAD */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.nrfi-layer-col-right {
		margin-right: 5em;
	}
	.nrfi-layer-title {
		font-size: 4.8em;
	}
	.nrfi-layer-copy {
		font-size: 1.1em;
		line-height: 1.35em;
		margin-top: 1.5em;
		text-align: left;
	}
}