/* Foundation Framework Base CSS - Placeholder */
/* This would normally contain the full Foundation framework CSS */
/* For production, download the actual Foundation CSS from https://get.foundation/sites/download */

.row {
  max-width: 1200px;
  margin: 0 auto;
}

.columns {
  padding: 0 15px;
}

/* Basic reset */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}