<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background: #161616 url(images/mainbg.jpg) no-repeat fixed top center;
	padding: 0;
	margin: 0;
	font-family: Calibri;
}


div.lang{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 50px;
	text-align: center;
	background: url(images/logo_bg.png);
	border: 1px solid #d6daec;
	color: #d6daec;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px black;
}

div.lang img{
	width: 30px;
	border: 0;
}

div.footer a:link, div.main a:link, div.footer a:visited, div.main a:visited{
	color: #8e94af;
	text-decoration: none;
}

div.footer a:hover{
	color: #c3c6d6;
	font-weight: bold;
}

div.logo{
	background: url(images/logo_bg.png);
	text-align: center;
	margin-top: 25px;
	padding: 25px;
	border-bottom: 1px solid #d6daec;
	border-top: 1px solid #d6daec
}

div.logo p{
	margin: 0;
	color: white;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	text-transform: uppercase;
}

div.logo img{
	margin: 0;
	padding: 0;
	border: 0;
}

div.links{
	height: 160px;
	position: relative;
	margin: 20px auto;
	width: 520px;
}

div.links div.block{
	width: 150px;
	height: 150px;
	position: absolute;
}

div.links a:link,div.links a:visited{
	display: block;
	color: white;
	width: 150px;
	height: 85px;
	padding-top: 65px;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(images/menu_bg.png);/*#09090c;*/
	border-radius: 12px;
	border: 1px solid black;
	box-shadow: 0px 0px 5px #353538;
	transition-property: border,box-shadow,padding-top,height,font-size;
	transition-duration: 0.2s;
	transition-delay: 0s;
}

div.links a:hover{
	border-color: #3f4045;
	box-shadow: 0px 0px 15px white;
	padding-top: 67px;
	height: 83px;
	font-size: smaller;
	transition-property: border,box-shadow,padding-top,height,font-size,transform;
	transition-duration: 2s, 2s, 0.2s, 2s, 2s, 2s;
	transition-delay: 0s,0s,0s,0s,0s, 0s;
}

div.links div#portfolio{
	left: 180px;
}

div.links div#contact{
	left: 360px;
}

div.main{
	width: 800px;
	background: url(images/logo_bg.png);
	border: 1px solid #d6daec;
	color: #d6daec;
	padding: 25px;
	border-radius: 10px;
	box-shadow: 0px 0px 20px black;
	margin: 0 auto;
}

div.footer{
	width: 860px;
	margin: 20px auto;
	text-align: center;
	color: #d6daec;
	text-transform: uppercase;
}

div.footer img{
	float: right;
}


h3.title{
	text-align: center;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}


/************************************************
		Formularz
************************************************/
input, textarea{
	margin: 5px 2px;
	border-radius: 10px;
	border: 1px solid black;
	background: #757575;
	padding: 5px;
	box-shadow: 0px 0px 5px #4e5058;
	transition: all 1s;
}

input:hover, textarea:hover ,input:focus, textarea:focus{
	background: white;
}

input[type="submit"]:hover{
	cursor: pointer;
	background: #e1dcdc;
}



p.info_ok{
	color: #4b6d44;
	font-weight: bold;
	text-align: center;
	margin: 40px 50px;
	border: 1px solid #4b6d44;
	padding: 20px;
	background: #c9dcc5;
	border-radius: 10px;
}

p.error{
	color: #9e0e0e;
	font-weight: bold;
	text-align: center;
	margin: 40px 50px;
	border: 1px solid #9e0e0e;
	padding: 20px;
	background: #beaaaa;
	border-radius: 10px;
}

div.portfolioObject{
	margin-bottom: 50px;
	min-height: 180px;
	text-align: center;
}
div.portfolioObject a:link, div.portfolioObject a:visited{
	color: white;
}
div.portfolioObject img{
	margin: 10px;
	border: 1px solid #d6daec;
	box-shadow: 0px 0px 5px black;
	border-radius: 15px;
	max-width: 500px;
	position: relative;
	transition: all 0.5s;
}

div.portfolioObject img:hover{
	box-shadow: 0px 0px 10px #767785;
}

div.portfolioObject h3{
	font-family: Arial;
	text-shadow: 0px 0px 15px gray;
	margin-bottom: 5px;
}

div.portfolioObject

a:link, a:visited{
	text-decoration: none;
}</pre></body></html>