header:not(.fixed-header) .custom-header {
    background: transparent !important;
}

.fixed-header .custom-header {
    padding: 0 !important;
}

.custom-header {
    transition: all .3s ease-in-out ;
    -webkit-transition: all .3s ease-in-out 
}

p:first-child:first-letter {
font-size: 58px;
float: left;
margin: 13px 10px 0 0;
line-height: 0.8;
  color:#777;
}




