/* centered display text block */

.centered-display-text.dark {
	background:#09141a;
	background:url('dark-plant-background.jpg') no-repeat;
	background-size:cover;
	background-position: center center;
}

.centered-display-text {
	width: 100%;
	position: relative;
	height: auto;
	padding: 120px 6% 120px;
	display: flex;
	justify-content: center;
	background: #f2f2f2;
}

.centered-display-text .max-width {
	width: 100%;
	max-width: 850px;
	justify-content: center;
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.centered-display-text h1 {
	color:#45b6c0;
	margin-bottom: 25px;
	}

.centered-display-text h2 {
		color: #45b6c0;
	}
	
.centered-display-text h3 {
	color: #45b6c0;
}

.centered-display-text a {
	color: #45b6c0;
}

.centered-display-text a:hover {
	color: #181818;
}

.centered-display-text.dark a:hover {
	color: #f2f2f2;
}

.centered-display-text h4 {
		color: #292a3d;
		padding: 0;
		margin: 0;
		font-weight: 500;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 18px;
}
	
.centered-display-text p {
	color: #181818;
}

.centered-display-text.dark h4 {
	color: #f2f2f2;
}
	
.centered-display-text.dark p {
	color: #f2f2f2;
}

.centered-display-text hr {
	background: #4e5375;
	width: 50%;
}