/*
Theme Name: Vivid Imagination NYC
Author: Spark Colony
Author URI: https://sparkcolony.com
Description: Child theme for multipurpose WordPress theme customized for Vivid Imagination Inc.
Version: 3.3
Template: edali
*/

.bg-color2 {
	/* background-color: #12141b !important; */
	background: rgba(0, 0, 0, 0.9) !important;
}

.bg-color2 h2, .bg-color2 p, .bg-color2 a {
	color: #fff !important;
}

.bg-color2 .boxes-btn::before {
	background-color: #fff !important;
}

.page-title-area {
	padding-top: 250px !important;
	padding-bottom: 200px !important;
}

.funfact-addl {
	margin-bottom: 2px !important;
	color: #ffffff !important;
	font-size: 45px !important;
	font-weight: 600 !important;
	vertical-align: middle;
	position: relative;
}

.section-title {
	margin-bottom: 0 !important;
}

.page-title-content h1 {
	color: #fff;
	margin-bottom: 0;
	word-break: break-word;
	text-transform: capitalize;
	font-size: 42px;
	font-weight: 700;
}

@media all and (max-width: 767px) {
	div#faux-title div h2 {
			line-height: 1em !important;
	}
	
	.page-title-content h1 {
		font-size: 34px;
	}
}