@charset "utf-8";

/* Media Queries */

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}


@media only screen and (max-width: 375px) {
  /* Styles for very small screens */
}
