/* NEW PLANT CSS */

.nrfi-organism-screen, .nrfi-plant-screen {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.nrfi-plant-screen-image {
	overflow: hidden;
}

.nrfi-plant-screen-image img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.nrfi-plant-screen-title {
	font-family: 'Alfa Slab One', cursive;
	text-transform: capitalize;
	text-align: left;
}

.nrfi-plant-screen-title {
	font-size: 2.5em;
	margin: -26px 0 0 20px;
}

.nrfi-plant-screen-bar-mobile {
	width: 95%;
	height: 24px;
	background-color: #f07d4a;
}

.nrfi-plant-info-container {
	position: relative;
	margin-top: -10px;
	padding: 0;
	z-index: 4600;
}

.nrfi-plant-screen-description {
	padding: 0 22px;
}

.nrfi-plant-screen-additional-info {
	padding: 0 22px;
}

.nrfi-plant-latin {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 1.25em;
	text-align: left;
	margin-top: 22px;
}

.nrfi-plant-facts {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 1em;
	margin-top: 0.5em;
	text-align: left;
}

.nrfi-plant-facts ul {
	padding-inline-start: 20px;
}

.nrfi-plant-facts li {
	padding-bottom: 1em;
}

.nrfi-plant-iucn-header, .nrfi-plant-classification-header {
	font-family: 'Alfa Slab One', cursive;
	color: #f07d4a;
	font-size: 1.1em;
	text-align: left;
}

.nrfi-plant-classification-header {
	margin-top: 1em;
}

.nrfi-plant-iucn, .nrfi-plant-classification {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 1em;
	text-align: left;
}

/* DESKTOP */

@media screen and (min-width: 1024px) {
	.nrfi-plant-screen {
		width: 100vw;
		height: 100vh;
		margin: 0;
	}
	.nrfi-plant-screen-container {
		display: flex;
		width: 75%;
		height: 80%;
		background-color: rgba(0, 0, 0, 0.5);
	}
	.nrfi-plant-info-container {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		margin-top: 0;
	}
	.nrfi-plant-screen-title {
		font-size: 5.4vw;
		line-height: 1em;
		flex: 1 0 100%;
		margin: 0.5em 0 0 0;
		padding-right: 0.5em;
	}
	.nrfi-plant-screen-image {
		min-width: 500px;
		max-width: 550px;
		margin-right: 3em;
	}
	.nrfi-plant-screen-image img {
		width: auto;
		height: 100%;
		min-width: 500px;
		max-width: 550px;
		margin: 0;
	}
	.nrfi-plant-screen-description {
		flex: 0 1 50%;
		padding-left: 0;
		padding-right: 2em;
	}
	.nrfi-plant-screen-additional-info {
		flex: 0 1 50%;
		padding: 0 1em;
	}
	.nrfi-plant-facts ul {
		font-size: 1.25em;
		margin-bottom: 0;
	}
	.nrfi-plant-facts li:last-child {
		padding-bottom: 0;
	}
	.nrfi-plant-latin {
		font-size: 2.25em;
		text-align: left;
		margin-top: 0;
	}
	.nrfi-plant-facts {
		text-align: left;
	}
	.nrfi-plant-iucn-header, .nrfi-plant-classification-header {
		font-size: 2.3em;
		/* font-size: 1.75vw; */
		text-align: left;
	}
	.nrfi-plant-classification-header {
		margin-top: 1em;
	}
	.nrfi-plant-iucn, .nrfi-plant-classification {
		font-size: 1.5em;
		font-weight: bold;
		text-align: left;
	}
	.nrfi-plant-screen-bar-mobile {
		display: none;
	}
}

@media screen and (max-width: 1703px) and (min-width:1025px) {
	.nrfi-plant-screen-description {
		flex: 1 0 100%;
		padding-left: 0;
		padding-right: 2em;
	}
	.nrfi-plant-screen-additional-info {
		flex: 1 0 100%;
		padding: 0;
	}
}

/* WIDE BUT SHORT SCREENS */

@media only screen and (max-height:830px) and (min-width:1200px) {
	/* * { background-color: yellow;} */
	.nrfi-plant-facts {
		font-size: 0.8em;
	}
	.nrfi-plant-iucn-header, .nrfi-plant-classification-header {
		font-size: 1.5em;
	}
}

/* WIDE BUT SUPER SHORT SCREENS */

@media only screen and (max-height:700px) and (min-width:1025px) {
	/* * { background-color: yellow;} */
	.nrfi-plant-screen-title {
		font-size: 2em;
		margin-top: 32px;
	}
	.nrfi-plant-latin {
		font-size: 1.25em;
	}
	.nrfi-plant-facts {
		font-size: 0.8em;
	}
	.nrfi-plant-iucn-header, .nrfi-plant-classification-header {
		font-size: 1em;
	}
	.nrfi-plant-iucn, .nrfi-plant-classification {
		font-size: 0.75em;
	}
}

/* plant screen for IPAD */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
	.nrfi-plant-screen-container {
		display: flex;
		width: 80%;
		height: 85%;
	}
	.nrfi-plant-screen-image {
		margin-right: 2em;
	}
	.nrfi-plant-screen-image img {
		max-width: 400px;
	}
	.nrfi-plant-screen-title {
		font-size: 3em;
		margin-top: 32px;
	}
	.nrfi-plant-latin {
		font-size: 1.5em;
	}
	.nrfi-plant-facts {
		font-size: 0.8em;
	}
	.nrfi-plant-screen-description {
		flex: 1 0 100%;
		padding-right: 8px;
	}
	.nrfi-plant-screen-additional-info {
		flex: 1 0 100%;
		padding: 8px;
	}
	.nrfi-plant-iucn-header, .nrfi-plant-classification-header {
		font-size: 1.25em;
	}
	.nrfi-plant-iucn, .nrfi-plant-classification {
		font-size: 1em;
	}
}