@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;
	background-color: #000;
}

.hederbg{
	background-color: #000;
	border-radius: 30px 30px 0px 0px;
	color: #fff;
}

.padding_heder{
	padding-top: 100px;
}

.btn {
	margin-top:20px;
	margin-left:8px;
  -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: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.kroki{
	background-color: #000;
	color: #fff;
	background-image: url("../img/bg_kroki.png");
}

.fotele1{
	background-color: #000;
	color: #fff;
	
}

.padding-left{
	padding-left: 170px;
}

hr { 
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    
    border-width: 2px;
	color: #0082fa;
	background-color:#0082fa;
}

.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;
  border: solid #fff 1px;
  text-decoration: none;
  
  width:150px;
}

.btn2:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}
.btn3 {
	margin-top:15px;

  -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;
}

.btn3:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}

.footer{
	color: #fff;
	background-color: #0082fa;
	border-radius: 0px 0px 30px 30px;
}

.btn4 {
	margin-top:15px;

  -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:250px;
}

.btn4:hover {
  background: #0e1c5e;
  text-decoration: none;
  background-color: #fff;
  color: #000;
}