/* Increase logo size */
.header-logo-image {
  max-width: 900px !important;
  max-height: 360px !important;
  width: auto !important;
  height: auto !important; }

/* Reduce header spacing */
.header {
  padding-top: 20px !important;
  padding-bottom: 10px !important; }

.header-logo {
  margin-top: 0 !important;
  margin-bottom: 15px !important; }

@media (min-width: 801px) {
  .logo-user-section.container {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .header-logo {
    margin-top: 0 !important;
    margin-bottom: 0 !important; } }
