/* Ensure html/body occupy full height */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;

  /*
    Enforce the site does not shrink below 1640px x 830px.
    If the window is smaller, scrollbars will appear.
  */
  min-width: 1640px;
  min-height: 830px;
  overflow: auto;
}

/* Remove any fallback-based hiding. We want normal responsive within min constraints. */
.fallback-message {
  display: none;
}

/* Optional leftover styling for fallback if it remains in the project, 
   but we won't actually display it. */
.fallback-logo {
  display: none;
}
