/* bootstrap 4 should be active */

.parent-full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	background:#f0f0f0;
	color: #333;
}
.parent-full .container {
	padding-left: 30px;
	padding-right: 30px;
}

.parent-full.grey {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
	background:#fff1e5;
	/* color: #333; */
}

.grey h3 {
	color: #0072ff;
}