nav, footer, form {
    display: none;
}
.flex-container {
  display: flex;
}

/* should I get rid of the logo and replace with text "Sorrento by the Sea"? Should I make images smaller or omit them?*/
/* My media queries resulted in the print version being 1 column; so I added "display: flex;" again here because I think 2 columns is a better use of space.*/