body{
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}
h1, h2, h3, h4, h5, h6{
  margin-top: 30px;
  font-weight: bold;
}
h1{
  line-height: initial;
}
p{
  font-size: 15px;
}
.navbar{
  margin-bottom: 0px;
}
.navbar-brand {
  padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 15px;
  width: auto;
}
.header .navbar-brand {
  height: 80px;
}
.header .nav >li >a {
  padding-top: 30px;
  padding-bottom: 30px;
}
.header .navbar-toggle {
  padding: 10px;
  margin: 25px 15px 25px 0;
}
.jumbotron h1{
font-size: 60px;
}
.btn-primary{
  background: #1f9fd5;
  border-color: #1f9fd5;
}
.btn-primary:hover{
  background: #1f9fd5;
  border-color: #fff;
}
.btn-group-lg>.btn, .btn-lg{
  border-radius: 0px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  font-weight: bold;
  font-size: 16px;
  background: #1f9fd5;
  border-color: #1f9fd5;
}
.list-group-item:first-child, .list-group-item:last-child{
  border-radius: 0px;
}
.bg-4 { 
      background-color: #222;
      color: #fff;
      padding-top: 25px;
      padding-bottom: 20px;
      border-top: 5px solid #1f9fd5;
}
.bg-4 a{
  color: #1f9fd5;
}
/*calculator*/
h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}
h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0px;
}
.line{
  border-bottom: 5px solid #1f9fd5;
  width: 7%;
  margin-bottom: 10px;
}
.lineWhite{
  border-bottom: 5px solid #fff;
  width: 7%;
  margin-bottom: 10px;
}
.text{
  margin-left: 30px;
  margin-bottom: 30px;
  text-align: justify;
}
.white{
  margin: 10px 0px;
  color: #fff;
  text-align: justify;
}
.well-lg{
  margin-bottom: 30px;
  border-radius: 0px;
  background: #1f9fd5;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
}
label{
  color: #fff;
  margin: 5px 0px;
}
.form-control{
  border-radius: 0px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 0px;
}
.align{
  text-align: -webkit-center;
  margin-bottom: 20px;
}
section {
    padding: 30px 0px;
}
.prica{
    font-weight: 500;
    font-size: 18px;
    color: #000;
    letter-spacing: 2px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.margin{
  font-weight: 500 !important;
  letter-spacing: 2px;
  font-size: 18px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.opis{
font-weight: 300;
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0px;
}
.paragraf {
    margin: 0px;
    padding-bottom: 15px;
    line-height: 22px;
    text-align: justify;
}
.grey {
    background-color: #f8f8f8;
}
.col-0-gutter {
    padding-left: 0;
    padding-right: 0;
}
.table{
  font-size: 16px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
  padding: 15px;
}
.caption p{
  text-align: center;
  margin: 0px;
  font-weight: 600;
}
.pitanje{
  font-weight: bold;
}
.naslov{
  font-size: 24px;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 20px;
}