#profileIcon {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin: 0% 5% -1% 5%;
  background-image: url("../images/user-default.png");
  background-position: center;
  background-size: cover;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.3); }

.profileCenter {
  margin: 0% !important;
  display: inline-block !important; }

header {
  height: 15%;
  width: 100%;
  min-height: 150px;
  background-color: #FFD500; }
  header .menuContainer {
    position: relative;
    width: 80%;
    float: right;
    height: 100%;
    border: 0px solid red; }
    @media only screen and (max-width: 980px) {
      header .menuContainer {
        display: none; } }
    header .menuContainer ul {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: right;
      width: 100%; }
      header .menuContainer ul li {
        display: inline-block;
        margin: 1% 5% 1% 5%;
        font-size: 1.5em;
        font-family: 'Roboto', sans-serif; }
        header .menuContainer ul li a {
          color: black;
          text-decoration: none; }
        header .menuContainer ul li a:hover {
          text-decoration: underline; }
  header .logo {
    background-image: url("../images/chc-logo-black.svg");
    width: 20%;
    height: 100%;
    float: left;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 980px) {
      header .logo {
        display: inline-block;
        float: none;
        margin-right: -55px;
        min-width: 150px; } }
