@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css?family=Marck+Script|Satisfy');

body{
	margin:0px;
	padding:0px;      
}
#wrapper{
	margin:0px;
	padding:0px;
    background-image:url("../images/intro/introtlo.jpg");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;  
    z-index:1; 
	position:absolute;
	/*border: 1px solid red;*/
	height:100%;
	width:100%;	
	background-color: rgba(250, 250, 250, 0.6);
}
#overlay{
	z-index:2; 
	position:absolute;
	/*border: 1px solid red;*/
	height:100%;
	width:100%;	
	background-color: rgba(250, 250, 250, 0.5);
}
#zawartosc{
	position:relative;
	/*border: 1px solid red;*/
	height:auto;	
	z-index:3;
	width:40%;
	
}
#zaw{
   position:relative;
   /*border: 1px solid red;*/
   width:60%;
   margin:0 auto;
   text-align: center;
   
}
h1{		
	font-size:38px;
	font-family: 'Satisfy', cursive;
	font-weight:600;
	color:#fff;
	text-align:center;
}
a{
	display: block;	
    font-family: 'Satisfy', cursive;
    font-family: 'Marck Script', cursive;
	font-size:24px;
	color:#000;
	margin:0px;
	padding:0px;
}
.przycisk{
	background-color:#fff;
	width:40%;
	height:30%;
	border-radius:50px;
    margin:0 auto;	
}

hr{
	color: #f00;
    background: #42cc0c;
    width: 40%;
    height: 2px;
	margin:0 auto;
	padding:0px;
}