@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:400,400italic,700&subset=latin,cyrillic);

#crystal-sphere {
	margin-bottom: 30px;
}

.snowflake { fill: #fff; }

#sphere-buttons {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
}
.pr-button {
	display: inline-block;
	margin: 5px auto 15px;
	padding: 12px 30px 12px;
	border-radius: 3px;
	background-color: #07a7e6;
	cursor: pointer;
	font-family: 'Roboto Condensed', 'Roboto', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size: 20px;
	line-height: 20px;
	color: rgba(255,255,255,.8);
	box-shadow: 0 5px #196380;
}
.pr-button:hover { 
	color: rgba(255,255,255,.9);
	background-color: #119dd4;
}
.pr-button:active {
	margin-top: 7px;
	margin-bottom: 13px;
	box-shadow: 0 3px #196380;
}

#download {
	width: fit-content;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #606060;
	cursor: pointer;
}
#download svg { margin-bottom: 1px; }
#download svg * { fill: none; stroke: #606060; stroke-width: 1.5; }
#download:hover { color: #202020; }
#download:hover svg * { stroke: #202020; }
#download.hidden { display: none; }