/* Insert CSS Below */

:root {
  --primary-dark-color: #555;
  --primary-light-color: #0E0E10;
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.large-2.columns.very-dark-primary-color.text-center {
  background: #fff;
}

header #main-menu li a {
  font-size: 1.2rem;
}

header #main-menu li {
  text-align: left;
}

html {
  font-size: 100%;
}

main {
  font-size: 1.15rem;
}