:root {
  --md-primary-fg-color:        #300b58;
  --md-primary-fg-color--light: #b013b8;
  --md-primary-fg-color--dark:  #200149;
  --md-footer-bg-color: #300b58;
}

.wge-logo-wide {
  display: none;
}

.wge-logo-small {
  display: none;
}

@media(min-width: 1220px) {
  .wge-logo-wide {
    display: block;
  }
  .wge-logo-small {
    display: none;
  }
  .md-copyright > div.sponsors{
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }

}

.md-copyright > div.sponsors {
  display: flex;
}

@media(max-width: 1220px) {
  .wge-logo-wide {
    display: none;
  }
  .wge-logo-small {
    display: block;
  }

  .md-copyright > div.sponsors{
    flex-direction: column;
    align-items: center;
    padding-bottom: 3em;
  }
}

