/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
/* Used in homepage */
@media screen and (max-width: 900px) {
  .container, .navbar {   
    flex-direction: column;
  }
}
