@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');

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;
  overflow: hidden;
}

.heder-title{
	padding-top: 50px;
}

.btn {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #0082fa;
  padding: 10px 20px 10px 20px;
  
  text-decoration: none;
  
  width:180px;
}

.btn:hover {
  
  border: solid #0082fa 1px;
  text-decoration: none;
  background-color: #fff;
  color: #0082fa;
}

.jeden23{
  background-color: #f7f7f7;
  font-size: .9rem;
}
.pionhr{
	border-right: 1px solid #e5e5e5;
	margin-top: 10px;	
}
.pionhr2{
	border-right: 1px solid #e5e5e5;

line-height: 10px;	
}

.btn2 {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #0070cc;
  padding: 10px 20px 10px 20px;
  
  text-decoration: none;
  
  width:180px;
}

.btn2:hover {
  
  border: solid #0070cc 1px;
  text-decoration: none;
  background-color: #fff;
  color: #0070cc;
}

.footer{
	background-color: #0070cc;
	    border-radius: 0px 0px 30px 30px;
}

.btn3 {
	
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #0082fa;
  padding: 10px 20px 10px 20px;
  border: solid #0082fa 1px;
  text-decoration: none;
  transition: .3s;
  width:450px;
  cursor: pointer;
}

.btn3:hover {
  
  border: solid #0082fa 1px;
  text-decoration: none;
  background-color: #fff;
  color: #0082fa;
}

.hero-bg {
  background-image: url('../img/top_bg_full.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Small devices (landscape phones, 544px and up) */
@media (max-width: 544px) {  

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {  
}
 
/* Large devices (desktops, 992px and up) */
@media (max-width: 992px) { 
  .hero-bg {
    background-image: url('../img/top_bg_full3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}
