body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: Lato;	
}

p{
	padding: 10px;
	line-height: 2;
	text-align: center;
}

#wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #FD939D;	
}

/* Style dla winiety */
header#top{
	font-size: 2em;
	line-height: 4em;
	color: #fff;
	padding: 30px;
}
header#top img{
	width: 100%;
	max-width: 100px;
	float: left;
	padding: 10px;	
}
header#top nav{
	width: 40%;
	font-size: 0.5em;
	float: right;
	text-align: right;
}
header#top nav a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
header#top nav a:hover{
	text-decoration: underline;
	color: #333;
}

/* Style dla banera */
section#banner{
	width: 100%;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}
h1{
	color: #E37D8D;
	font-size: 2em;
	text-align: center;
	padding-bottom: 50%; 
	line-height: 2;	
}

/* Style dla przycisku startowego */
section#button{
	width: 100%;
	background-color: #627F61;
	text-align: center;		
}
section#button a{
	display: block;	
	
	color: #fff;
	font-size: 2em;
	text-decoration: none;
}
section#button a:hover{
	text-decoration: underline;
}

/* Style dla sekcji */
h2{
	color: #fff;
	padding: 20px;
	line-height: 2;
	text-align: center;
}
section#offer{
	width: 100%;
	display: flex;
}
section#offer figure{
	margin: 0 auto;
}
section#offer figure div{
	float: left;
	margin: 20px;
	padding: 20px;
	background-color: #fff;
	text-align: center;
	font-size: 2em;
}

section#aboutus{
	background-color: #E37D8D;
	text-align: center;
	padding: 20px;
}

section#contact{
	text-align: center;	
	padding: 20px;
}

footer{
	background-color: #627F61;	
	text-align: center;
}

form{ padding: 20px; }
input{
	width: 190px;
	margin: 5px 5px 5px 0;
	padding: 5px;
	border-radius: 7px;
}
textarea{
	width: 400px;
	margin: 5px;
	padding: 5px;
	border-radius: 7px;
}
button{
	margin: 5px;
	padding: 5px;
	border-radius: 7px;
	cursor: pointer;
}

@media (max-width: 600px){
	header#top {
		line-height: 1em; 
		text-align: center;
	}
	header#top span{
		line-height: 2em; 
		font-size: 2em;
	}
	header#top img{float: none;}	
	header#top nav{
		width: 100%;
		text-align: center;
		font-size: 0.7em;	
	}	
	h1{display: none;}
	section#button{font-size: 0.5em;}
	section#banner{ padding-bottom: 60%; }
	section#offer figure div{ clear: both; }
	textarea{	width: 190px; }
}



