@charset "utf-8";

body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	background-image: url(pic/background2.jpg);
	background-size: cover;
	background-attachment: fixed;
}

a
{
	color: #000;
	text-decoration: none;
}

h1
{
	font-family: 'Spectral SC', serif;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	line-height: 44px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
}

h2
{
	font-family: 'Spectral SC', serif;
	font-size: 34px;
	font-weight: normal;
	text-align: left;
	line-height: 44px;
	color: #DA251D;
	text-shadow: 2px 2px 4px #333;
}

h3
{
	font-family: 'Spectral SC', serif;
	font-size: 34px;
	font-weight: normal;
	text-align: left;
	line-height: 44px;
	color: #fff;
	text-shadow: 2px 2px 4px #333;
}

.wrapper
{
	width: 100%;
	height: 100%;
}

#center
{
	width: 800px;
	height: 38px;
	margin: auto;
}

#header
{
	position: relative;
	top: -30px;
	margin-bottom: 250px;
}

#nav
{
	width: 70%;
	height: 38px;
	padding-left: 15%;
	padding-right: 15%;
	border-bottom: 1px solid #92786F;
	border-top: 1px solid #92786F;
	margin-top: 10px;
	background-color: #fff;
	opacity: 0.84;
}

.logo
{
	height: 300px;
	margin-top: 145px;
}

.button
{
	font-family: 'Spectral SC', serif;
	width: 190px;
	height: 28px;
	padding-top: 8px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #70564c;
	text-align: center;
	border-radius: 0px 0px 14px 14px;
	transition: all 0.35s;
	float: right;
}

.button:hover
{
	color: #fff;
	background-color: #DB140D;
}

#lang
{
	width:75px;
	height: 15px;
	position: absolute;
	top: 22px;
	right: 10px;	
	float: right;	
}

#content
{
	width: 60%;
	min-height: 400px;
	font-size: 17px;
	text-align: justify;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 50px;
	padding-bottom: 180px;
	margin-bottom: 150px;
	border-bottom: 2px solid #92786F;
	border-top: 2px solid #92786F;
	background-color: #fff;
	opacity: 0.84;
}

#content2
{
	width: 60%;
	min-height: 300px;
	font-size: 20px;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	padding-top: 0px;
	padding-bottom: 80px;
	margin-bottom: 120px;
	color: #fff;
}

#footer
{
	width: 550px;
	height: 20px;
	font-size:11px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	padding-top: 5px;
	margin-top: 55px;
	background: #fff;
	opacity: 0.75;
	border-top: 1px solid #fff;
	border-radius: 30px 0px 0px 0px;
	position: relative;
	bottom: 0px;
	right: 0px;
	float: right;
}

.ender
{
	width: 0px;
	height: 0px;
	clear: both; 
}


/* 




    

    font-family: 'Open Sans', sans-serif;

    font-family: 'Merriweather', serif;

    font-family: 'Cormorant Garamond', serif;

    font-family: 'Playfair Display SC', serif;

    font-family: 'Spectral SC', serif;

    font-family: 'Cormorant SC', serif;


    Znalezione obrazy dla zapytania gold hex
CC9900

	background: linear-gradient(#ebd197, #b48811, #a2790d, #bb9b49);
		
	background: linear-gradient(0 deg, #070000, #4c0001, #070000);



	background: url(pic/bg.jpg);
	background-color: #404040;
	background-position:
					 left top - lewy-górny róg
					 left bottom - lewy-dolny róg
 					 right top - prawy-górny róg
					 right bottom - prawy-dolny róg
	background-attachment: fixed   nieruchone tło
	background-repeat: 
					  repeat - powtarzanie tła w obu kierunkach (domyślnie)
					  repeat-x - powtarzanie tła tylko w kierunku poziomym
   					  repeat-y - powtarzanie tła tylko w kierunku pionowym
  					  no-repeat - brak powtarzania tła (zostanie wyświetlone jako pojedynczy obrazek)
	background-size: 100%, 100%
	
	font-family: 'Lato', sans-serif;
	font-size: 44px;
	text-align: justify;
	text-align: center;
	font-weight: 900;
	letter-spacing: 3px;
	
	width: 1000px;
	height: 600px;
	padding: 10px; <-  powiekszenie przestrzeni dookola zawartosci

	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	
	float:left; - ukladanie poziome divow
	clear: both; - reset pierwszego diva po pionach

		.option
{
	float: left;
	min-width: 50px;
	height: 25px;
	font-size: 18px;
	padding: 10px;
	border-right: 2px dotted #444444;
	opacity: 0.8;
}

.option:hover
{
	background-color: #000000;
	cursor: pointer;
}

.button:hover
{
	width: 150px;
	height: 60px;
	text-align: center;
	text-shadow: 2px 2px #ccc;
	color: #705e54;
	margin-top: 0px;
	padding-top: 40px;
	float: left;
}




*/
