.site-header {
    line-height: 80px;
    position: relative;
    width: 100%;
    background: #FFFFFF;
    z-index: 99;
    -webkit-transition: all 1s ease-out;
    transition: all .5s ease-out;
  
  .project-detail-title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20PX;
}