
/* Showcase Demo Styles
================================================== */

	/* Page Fonts You can customize fonts on here: https://fonts.google.com/share?selection.family=Audiowide%7CCabin:wght@400;600;700*/
	@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Cabin:wght@400;600;700&display=swap');
	.font-main{font-family: 'Cabin', sans-serif !important;}
	.font-secondary{font-family: 'Audiowide', cursive !important;}
	/* Body Options */
	body{ font-family: 'Cabin', sans-serif; font-weight: 400; letter-spacing: -0.5px; }

/* Styles
================================================== */

	/* Section for keep all */
	.section{width:100vw; height:100vh; overflow: hidden;}

	/* Fullscreen absolute item - keeper */
	.section .keeper{clip: rect(0, auto, auto, 0); pointer-events: all;}

	/* Content */
	.section-texts{position: fixed; width: 100%; top:50%; -webkit-transform:translateY(-50%);transform:translateY(-50%);}

	/* Settings for mobile */
		@media only screen and (max-width:992px){
			.section{height:auto; padding:150px 15px 150px;}
			.section .keeper{clip: none; position: relative;}
			.section-texts{position: relative; top:0; -webkit-transform:translateY(0);transform:translateY(0);}
		}
