section {
	opacity: 1;
	transform: translateY(0);
}

header {
	opacity: 1;
	transform: translateY(0);
}

h1, h2, h3, h4 {
	opacity: 1;
	transform: translateY(0);
}

.card-row {
	opacity: 1;
	transform: translateX(0);
}

.card-simple {
	opacity: 1;
	transform: translateY(0);
}

.text-center h2,
.text-center h3,
.text-center h4 {
	text-align: center;
	margin-bottom: 30px;
}

.text-center p {
	text-align: center;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.compressed-box-75 p,
.compressed-box-50 p {
	font-size: 18px;
	line-height: 1.8;
	color: #2c3e50;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4 {
	color: #ffffff;
}

.dark p {
	color: rgba(255, 255, 255, 0.9);
}

.dark .card-block h4 {
	color: #ffffff;
}

.dark .card-block p {
	color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 991px) {
	body {
		font-size: 16px;
	}
	
	h1 {
		font-size: 36px !important;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	
	h2 {
		font-size: 28px !important;
		line-height: 1.3;
		margin-bottom: 18px;
	}
	
	h3 {
		font-size: 22px !important;
		line-height: 1.4;
		margin-bottom: 15px;
	}
	
	h4 {
		font-size: 18px !important;
		line-height: 1.4;
		margin-bottom: 12px;
	}
	
	p {
		font-size: 16px;
		line-height: 1.7;
		margin-bottom: 18px;
	}
	
	.card-block h4 {
		font-size: 18px;
	}
	
	.card-block p {
		font-size: 15px;
	}
	
	.btn {
		font-size: 16px;
		padding: 15px 30px;
	}
	
	.btn-lg {
		font-size: 18px;
		padding: 18px 35px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 15px;
	}
	
	h1 {
		font-size: 28px !important;
		margin-bottom: 15px;
	}
	
	h2 {
		font-size: 24px !important;
		margin-bottom: 15px;
	}
	
	h3 {
		font-size: 20px !important;
		margin-bottom: 12px;
	}
	
	h4 {
		font-size: 17px !important;
		margin-bottom: 10px;
	}
	
	p {
		font-size: 15px;
		line-height: 1.6;
		margin-bottom: 15px;
	}
	
	.card-block h4 {
		font-size: 17px;
	}
	
	.card-block p {
		font-size: 14px;
		line-height: 1.6;
	}
	
	.btn {
		font-size: 15px;
		padding: 14px 25px;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 72px;
	}
	
	h2 {
		font-size: 48px;
	}
	
	h3 {
		font-size: 32px;
	}
	
	p {
		font-size: 19px;
	}
}
