/*
	Dimension by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*Theme*/

html {
	--article-bg-color: rgba(255, 255, 255, 0.6);
	--main-color: #ffffff;
	--font-color: #434b4d;
	--inactive-white: rgba(255, 152, 169, 0.125);
	--active-white: rgba(255, 152, 169, 0.225);
	--bg-mask: linear-gradient(to top, rgba(255, 152, 169, 0.8), 19%, rgba(255, 255, 255, 0.8));
	--img-mask: transparent;
}

/* BG */

body.is-preload #bg-mask {
	background-color: transparent;
}

body #bg-img {
	opacity: 1 !important;
}

/* Header */

body.is-preload #header {
	-moz-filter: none;
	-webkit-filter: none;
	-ms-filter: none;
	filter: none;
}

body.is-preload #header>* {
	opacity: 1;
}

body.is-preload #header .content .inner {
	max-height: none;
	padding: 3rem 2rem;
	opacity: 1;
}

/* Main */

#main article {
	opacity: 1;
	margin: 4rem 0 0 0;
}