@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');

body {
	font-family: 'Nunito', sans-serif;
}
.wrapper{
font-family: 'Nunito', sans-serif;
border: 1px solid #000000;
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
	
}

.heder{
	padding-top: 150px;
	min-height: 507px;
	color: #fff;
	background-image: url("../img/heder.jpg");
    background-repeat: no-repeat;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
	font-family: 'Nunito', sans-serif;
}

.btn {
	margin-top:50px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  
  
  width:150px;
}

.btn:hover {
  background: #f4ce00;
  text-decoration: none;
  color: #000;
}

.btn1 {
	margin-top:10px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  
  
  width:150px;
}

.btn1:hover {
  background: #f4ce00;
  text-decoration: none;
  color: #000;
}

.btn2 {
	margin-top:30px;
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background: none;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  margin-bottom: 30px;
  
  
  width:150px;
}

.btn2:hover {
  background: #f4ce00;
  text-decoration: none;
  color: #000;
}

.floatleft{
	text-align: left;
	float: left;
	margin-right: 10px;
}

.instrukcja{
	color: #000;
	background-color: #dfdfdf;
}
.txt{
	margin-left: 75px;
}

.promocja{
	color: #fff;
	background-color: #000;	
}

.formularz{
	color: #000;
	background-color: #dfdfdf;
}


.footer{
	font-family: 'Nunito', sans-serif;
	color: #fff;
	background-color: #334048;
	border-radius: 0px 0px 30px 30px;
}