@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;
}

.btn {
	
  -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: #0070cc;
  text-decoration: none;
  width: 150px; 
}

.btn:hover {
  background-color: none;
  background: none;
  text-decoration: none;
  background-color: #005fad;
  color: #fff;
  border: solid #fff 1px; 
}

.razdwatrzy{
 background-color: #f2f2f2;
	
}

.button{
	background-color:#0070cc;
	color: #fff;	
}

.button:hover{
	background-color: #005fad;	
}

.button a{ 
	color: #fff;
	text-decoration: none;
	
	
}

.footer{
	border-radius: 0px 0px 30px 30px;
background-color:#f2f2f2;
}