
/*projekty*/
#project-menu-nav{
display: block;
}
#projects, #singel-project{
  padding: 80px 0 140px 0;
}
.project-header-page{
  padding: 10px 0 50px 0;
}
.project-header-page h3{
  font-size: 1.3em;
  color: black;
}
#project-menu-nav{
  padding: 15px;
  background-color: #f4f4f4;
}
.nav-box-link{
  background-color: #f4f4f4;
  border-radius: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: #ff850d;
  padding: 10px 15px !important;
  margin:0.4em;

}

  .nav-box-link.active, .nav-box-link:hover{
   color: #fff;
   background-color: #ff850d;
   text-decoration: none;
   -webkit-transition: all .5s;
   /*safari*/
   transition: all .5s;
}

.project-menu .project-line{
  background-color: #e5e5e5;
  width: 100%;
  height: 3px;
  display: block;
  margin-bottom: 20px;
}
.project-descriprion{
  padding: 40px 0;
  line-height: 1.2em;
}
.project-header,
.project-descriprion p,
.project-tech-spec p{
  padding: 15px;
  text-align: justify;
}
.projection-box-img img,
.profile-box-img img{
  width: 100%;
}
.profile-plot-box-img img{
  width: 350px;
  margin-bottom: 15px;
}

table td strong{
  font-weight: bold;
}​
 .no-padding{
  padding-left: 0!important;
}

.lightbox{
  position: relative;
  z-index: 100;
}




/*koniecprojekty*/
