 #header  {
       background: linear-gradient(90deg,#ff7b00,#ff4842);
	   color: #ffffff;
}

#header-company-logo {
    background: url(logo.jpg) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: transparent;
    position: absolute;
    height: 70px;
    left: 0px;
    top: 0px;
    width: 70px;
}