.top {
    background: transparent url(../images/background-header.png) no-repeat 50% 0%;
}
.bot{
    background: #fff url(../images/footer-nofooter.png) no-repeat 50% 0%;
    background-position: bottom;
}
.navbar{
    background-color: transparent;
}
.navbar-light .navbar-nav .nav-link{
    color: white;
}
.navbar-light .navbar-nav .nav-link:hover{
    color: #ffff00;
}
.navbar-toggler{
    color: white;
    font-size:1.5em;
}
#navbar{
    text-align: center;
}
.navbar-nav{
    display: inline-block;
    margin-left: -50px;
}
.nav-item{
    font-size: 1.1em;
}
.content{
    padding: 25px;
    box-shadow: 0 0 15px #004202;
    border-radius: 5px;
    background-color: #fbfbfb;
    margin-bottom: 25px;
}

.card img {
    padding: 0;
    padding-bottom: 15px;
}
.card img.card-no-padding-bottom{
    padding-bottom: 0;
}

.content .title{
    color: #2a7032;
}

.nav-container {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #ffffff;
    margin: 6px 0;
    transition: 0.4s;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}

.fa-check{
    color: #2a7032;
    font-size:30px !important;
}
.list-group-item{
    border:none;
}

hr{
    background-color: rgba(41, 111, 50, 0.22);
}


body{
    background-color: #2a7032;
}
.content{
    box-shadow: 0 0 15px #84C225;
}
.gallery-img{
    margin-bottom: 0;
    border:3px solid transparent;
}
.timeline-description{
    padding-bottom: 20px;
    color: black;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.7;
    padding-left: 15px;
    padding-right: 15px;
}
.timeline-title{
    padding:10px 0;
}
.uvod-card-deck{
    padding-left: 15px;
    padding-right: 15px;
}

.ticked-list {
  list-style: none;
  padding: 0;
}
.ticked-list > li {
  padding-left: 1.3em;
}
.ticked-list > li:before {
  content: "\f00c"; 
  color: #2a7032;
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
}