
/* Law Demo Styles
================================================== */

	/* Page Fonts - You can customize fonts on here: https://fonts.google.com/share?selection.family=Cinzel:wght@400;500;600;700%7CLato:wght@300;400;700;900 */
	@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;500;600;700&family=Lato:wght@300;400;700;900&display=swap');
	.font-main{ font-family: 'lato', sans-serif !important; }
	.font-secondary{ font-family: 'Cinzel', serif !important; }

	/* Body Options */
	body{ font-family: 'lato', sans-serif; font-weight: 400; letter-spacing: 0px;}
	body *{outline:none;}






	/* Overlap images on content sections */
	.overlap-images{ position: relative; padding:15px; }
	.overlap-images .item{ position: relative; width: 100%; padding: 11% 11% 19%; }
	.overlap-images .item:not(:first-child){ position: absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
	.overlap-images .item img{ width: 100%; display: block; }
