@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'SpecialElite';
	src: url('../fonty/SpecialElite.eot');
	src: local(' '), url('../fonty/SpecialElite.woff') format('woff'), url('../fonty/SpecialElite.ttf') format('truetype'), url('../fonty/SpecialElite.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
#pojemnik_global{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	background-image:url(../img/o-nas.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-size:contain;

}

span{
	display:block;
	color:#000000;
	font-family: SpecialElite;

	font-size:18px;
	margin:0;
	padding:30px;
	padding-top: 0px;
	margin-right:20px;
	margin-left:40px;
}
#wyzszy{
	margin-left:530px;
	margin-bottom:20px;
	padding-top: 130px;
}

/*powrót*/
a {
	display:block;
	position:relative;
	top:-40px;
	font-family: 'Pinyon Script', cursive;
	font-size: 58px;
	text-decoration:none;
	margin-left:700px;
	color:rgba(98,82,19,1);
	opacity: 0.7;
	transition: 0.5s;
}

a:hover { 
	opacity: 1;
	text-shadow:2px 2px 3px #000;
}