


/* header BG color and some text colors. */
 .header {
     
     background-image: url('TricorpLogo-Aptys.png');
     background-position: 5px 5px;
     background-repeat: no-repeat;
     
     font-family: ‘Open Sans’, sans-serif;
}
/* hiding the logo as it iss displayed as a BG image. */
 .appLogo {
     display:none;
}


