/*

gradient:
https://cssgradient.io/

tint steps:
https://www.color-hex.com/color/160a34

		HEX		RGB			CMYK				PMS			RAL
yellow:		#ffd600		rgb(255, 214,   0)	C  0%  M 16%  Y 100% K  0%	Yellow C (#FEDD00)	090 80 90
orange:		#f17d00		rgb(241, 125,   0)	C  0%  M 45%  Y  95% K  5%	144 C	 (#ED8B00)	060 60 80
red:		#a5045f		rgb(165,   4,  95)	C  0%  M 63%  Y  27% K 35%	220 C    (#A50050)	360 40 50
purple:		#6b0d74		rgb(107,  13, 116)	C  4%  M 40%  Y   0% K 55%	2603 C   (#702082)	330 30 40
blue:		#261157		rgb( 38,  17,  87)	C 19%  M 27%  Y   0% K 66%	273 C    (#24135F)	310 20 30
*/

.cY, html, body {		background-color:	#ffd600 }
.cO, nav {			background-color:	#f17d00 }
.cR, aside a, footer#f_jur {	background-color:	#a5045f }
.cP {				background-color:	#6b0d74 }
.cB, footer#f_logo {		background-color:	#261157 }
div#cont {			background-color:	white }
aside a:hover {			background-color:	#84034c }

body {				background:		#261157 url('/img/stars.jpg'); }

header {			background-image:	url('/img/logo_animated.svg?x=1'), linear-gradient(180deg, rgba(19,8,43,.01) 0%, rgba(38,17,87,1) 77%, rgba(38,17,87,1) 89%, rgba(107,13,116,1) 89%, rgba(107,13,116,1) 94.5%, rgba(165,4,95) 94.5%);
				background-repeat:	no-repeat, no-repeat;
				background-position:	66% center, center center;
				background-size:	auto, auto }

main {				background-color:	#ffd600;
				background:		linear-gradient(180deg, rgba(255,214,0,1) 66.6%, rgba(233,121,4,1) 100%); }

/*
aside div:last-child {		background:		transparent url('/img/rocket.svg') no-repeat bottom center;
				background-size:	fit }
*/

footer#f_logo {			background:		#261157;
				background-image:	url('/img/logo_foot.svg?'), linear-gradient(0deg, rgba(22,10,52,1) 0%,  rgba(38,17,87,1) 70%,  rgba(38,17,87,1) 74%,  rgba(107,13,116,1) 74%); 
				background-repeat:	no-repeat, no-repeat;
				background-position:	center center, center center;
				background-size:	auto, auto }

aside a {			box-shadow:		3px 3px 8px 0 rgba(0,0,0,0.33),
							inset 0 0 2px 0 rgba(38, 17, 87,0.85); }

#cont {				box-shadow:		3px 3px 8px 0 rgba(0,0,0,0.33),
							inset 0 0 2px 0 rgba(38, 17, 87,0.85); }

aside a {			text-shadow:		2px 2px 2px #261157; }

aside a {			color:			white }
main {				color:			#261157 }
nav {				color:			#6b0d74 }
footer {			color:			#261157 }
