
/* Smooth Page Load Transition */
body {
	opacity: 0;
	transition: opacity .8s ease-in-out;
}

body.angie-page-loaded {
	opacity: 1;
}
