/*
 * Custom CSS
 * Place here your custom CSS. This will keep your custom css when there is a theme update.
 *
 */

/*Support #68531 - edits to homepage */

@media screen and (max-width: 600px) {
    header .container {
      padding-left: 0;
    }
}