.grid h1, .grid h2, .grid h3, .grid h4, .grid h5, .grid h6 {
  padding: 0;
  margin: 0; }

.grid-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.0em;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.grid-column {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 75px;
  margin: 10px 1px;
  background: #0a2200; }
  .grid-column a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 75px;
    text-decoration: none;
    font-size: 0.9em; }
    .grid-column a:link, .grid-column a:visited {
      background: #0a2200;
      color: #ffffff;
      text-decoration: none; }
    .grid-column a:hover, .grid-column a:active {
      background: olive;
      color: #ffffff;
      text-decoration: underline; }

/* -----------------BREAKS --------------------------*/
/* -------------------------------------------------- MAX 768 */
html {
  background: cadetblue;
  font-family: Oxygen; }

.lhs-nav li a {
  background: darkblue;
  font-weight: bold;
  font-family: Oxygen !important; }
  .lhs-nav li a:link, .lhs-nav li a:visited {
    color: #ffffff !important; }
  .lhs-nav li a:hover, .lhs-nav li a:active {
    color: #ffffff !important;
    background: steelblue !important; }

/*# sourceMappingURL=lhs.css.map */
