@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 rgba(0,0,0,0.3);
    border-radius: 30px;
    max-width: 1140px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.heder{
	color: #fff;
    background-image: url("../img/heder.jpg");
    background-repeat: no-repeat;
    height: 508px; 
	border-radius: 30px 30px 0px 0px;
	font-family: 'Nunito', sans-serif;
}

.btn {
	margin-top:40px;
  -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;
  background-color: #6ac245;
  text-decoration: none;
border: solid #6ac245 1px;  
  width:150px;
}

.btn:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #6ac245;
  border: solid #fff 1px; 
}
.btn2 {
	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;
  background-color: #6ac245;
  text-decoration: none;
border: solid #6ac245 1px;  
  width:150px;
}

.btn2:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #6ac245;
}
.btn3 {
	
  -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;
  
  text-decoration: none;
border: solid #fff 1px;  
  width:200px;
}

.btn3:hover {
  background-color: 
  text-decoration: none;
  background-color: #fff;
  color: #6ac245;
}


.paddingheder{
	padding-top: 160px;
	padding-left: 80px;
}
.jeden{
	padding-top: 45px;
	
}
.dwa{
	padding-top: 25px;
	
}
.trzy{
	padding-top: 35px;
	
}
.cztery{
	padding-top: 25px;	
}

.prezenty{
	background-color: #000;
	color: #fff;
}
.formularz{
	margin-top: 30px;
	background-color: #000;
}

.footer{
	background-color: #333f48;
	color: #fff;
	border-radius: 0px 0px 30px 30px;
}