/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
	/* Theme Colors */
	--cnvs-themecolor: #b00c0c;
	--cnvs-themecolor-rgb: 176, 12, 12;

	/* Primary Menu */
	--cnvs-primary-menu-padding-y: 15px;
}

/* Custom Styles */
.p-content {
	text-align: justify;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.p-content p:last-child {
	margin-bottom: 0;
}

/* Embeds */
.embed-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Flop Cards */
.flip-card-front, .flip-card-back {
	height: 350px;
}