html,body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0
}

body {
	background: #171e2b;
	font-family: 'Source Sans Pro',sans-serif
}

.sections,footer {
	padding: 40px 12vw
}

@media (min-width:960px) {
	.sections,footer {
		padding: 40px calc((100% - 600px)/ 2)
	}
}

.container {
	position: relative;
	width: 100%;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
	max-width: none
}

#cat {
	opacity: 0;
	cursor: pointer
}

.shadow-1,.shadow-2 {
	opacity: 0
}

footer {
	background-color: #39445b;
	color: #fff
}

.footer__title {
	font-weight: 700;
	font-size: 30px;
	margin-top: 40px
}

.footer__subtitle {
	font-size: 22px;
	color: #ffdf9f
}

.copyright,.footer__list,.footer__parragraph {
	line-height: 1.5em;
	font-size: 22px
}

.copyright a,.footer__list a,.footer__parragraph a {
	color: #42ce8e
}

.copyright {
	text-align: center;
	border-top: 1px dashed rgba(255,255,255,.15);
	padding: 10px 0;
	margin: 40px auto
}

#snowCanvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%
}
