.mce-content-body {
	font-family: Merriweather, sans-serif;
}

/* Responsive Font Sizes */

.text-font-size-60 {
	font-size: 60px;
}

.text-font-size-48 {
	font-size: 48px;
}


.text-font-size-36 {
	font-size: 36px;
}


.text-font-size-32 {
	font-size: 32px;
}


.text-font-size-28 {
	font-size: 28px;
}


.text-font-size-24 {
	font-size: 24px;
}

.text-font-size-20 {
	font-size: 20px;
}

.text-font-size-18 {
	font-size: 18px;
}

.text-font-size-16 {
	font-size: 16px;
	line-height: 24px;
}

.font-weight-300 {
	font-weight: 300;
}

.white-text {
	color: #ffffff;
}

.text-shadow {
	text-shadow: 1px 1px 2px #000000;
}

.mce-content-body .white-text,
.wp-admin .white-text {
	color: #cccccc;
	text-decoration: underline;
	text-decoration-style: dotted;
}

@media only screen and (max-width: 1200px) {

	.text-font-size-60 {
		font-size: 40px;
	}

	.text-font-size-48 {
		font-size: 38px;
	}


	.text-font-size-36 {
		font-size: 32px;
	}


	.text-font-size-32 {
		font-size: 28px;
	}


	.text-font-size-28 {
		font-size: 24px;
	}


	.text-font-size-24 {
		font-size: 20px;
	}

	.text-font-size-20 {
		font-size: 18px;
	}

	.text-font-size-18 {
		font-size: 16px;
	}

	.text-font-size-16 {
		font-size: 14px;
	}
	
}


@media only screen and (max-width: 960px) {

	.text-font-size-60 {
		font-size: 36px;
	}

	.text-font-size-48 {
		font-size: 32px;
	}


	.text-font-size-36 {
		font-size: 30px;
	}


	.text-font-size-32 {
		font-size: 26px;
	}


	.text-font-size-28 {
		font-size: 22px;
	}


	.text-font-size-24 {
		font-size: 19px;
	}

	.text-font-size-20 {
		font-size: 18px;
	}

	.text-font-size-18 {
		font-size: 16px;
	}

	.text-font-size-16 {
		font-size: 14px;
	}
	
}