.about {
 font-size: 1.3rem;
}
.bggreen{
background: #009850;
background: linear-gradient(135deg, rgba(0,152,80,1) 38%, rgba(32,166,70,1) 76%);
   color:white;

}
.bggreen a{
 color:#DFC136;
   text-decoration:none;
}
.bggold a{
   color:white;
   text-decoration:none;
position:relative;
}
.bggold a:before{

    content: '';
    display: inline-block;
    position: absolute;
    right: 100%;
    bottom: 7px;
    left: 7px;
    z-index: 0;
    height: 2px;
    background: white;
    transition: all .3s ease;
}
.bggold li.nav-item:hover a:before{
  right:25%;
}

.bggold a:hover{
color:white!important;
}
.bggold{
    background-color:#DFC136;
}
.oline{
  border-top:2px solid #DFC136;
}
.nav-link{
 padding-left:0px;
 color:  #2c3e50!important;
}
.bggold h2{
 color:white;
}
.shadowinset{
    box-shadow: inset -5px 0px 10px -5px rgb(0 0 0 / 70%)
}
.bg{

background-image:url(images/cubes.png);

background-size:cover;
}
a{
color:#009850;
text-decoration:none;

}
a:hover{
color:inherit!important;
text-decoration:none;
}
a.nav-link:hover{
 padding-top:0.20rem;
  transition: 0.5s;

}

.ambulancie h5{
 display:inline-block;
margin-right:20px;
}
.ambulancie b{
 display:inline-block;
margin-right:20px;
}
body{
   background-color:#FFFFFF;
   font-family: 'Yanone Kaffeesatz', sans-serif;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 45px;
    background: rgb(223, 193, 54);
    background: rgba(223, 193,54, 0.9);
    width: 80px;
    height: 80px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 50%;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.oldprice{
  color:gray;
text-decoration: line-through;
}
.newprice{
  color:#009850;
font-weight:bold;
 font-size:120%;
}
h3.caption{
  padding-bottom:1rem;
 font-weight:bold;

}
.carimg{
   height:260px;
   margin:auto;
}
.carousel-inner{
 
}
.carousel-caption{
   bottom:-75px;
}
.carousel-caption h5{
  font-weight:bold;
}
.carousel-control-next, .carousel-control-prev{
  width:7%!important;
}

.carousel {
  width:100%;
}
