/* Custom Client/Override Styling */

/* Below added for the Golden Egg Demo - makes the home page full width */
  .responsive-logo {
    width: 400px;
  }

  @media (max-width: 576px) { 
    .responsive-logo {
      width: 100%;
    }
  }