html {
  font-size: 16px;
}

h1 {
  font-size: 48px;
  line-height: 50px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

.text-large {
  font-size: 20px;
}

figure.layout-column {
  margin-left: 0;
  margin-right: 0;
}

.layout-column + .layout-column {
  margin-left: 24px;
}

.site-header {
  padding: 20px 40px 10px;
  position: -webkit-sticky;
  position: sticky;
}

.site-logo {
  height: 50px;
  width: 180px;
}

.site-navigation {
  display: block;
}

.site-section {
  padding-left: 40px;
  padding-right: 40px;
}

.site-footer {
  padding: 20px 40px;
}

.site-footer .site-logo {
  float: left;
}

.site-footer .menu {
  float: right;
}

.site-footer .colophon {
  clear: both;
}

.site-footer::after {
  content: '';
  clear: both;
  display: block;
}

.thermostat figcaption {
  margin-top: 0;
  margin-left: 24px;
  max-width: 50%;
}

.site-navigation a {
  padding-left: 0;
  padding-right: 0;
  margin-left: 40px;
  margin-right: 40px;
}

@supports (display: flex) {
  .layout-center {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .layout-split {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .layout-column {
    flex: 0 1 50%;
  }
  .layout-column--wide {
    flex: 0 1 66.6%;
  }
  .layout-column--narrow {
    flex: 0 0 33.3%;
  }

  .layout-column--xwide {
    flex: 0 1 80%;
  }
  .layout-column--xnarrow {
    flex: 0 0 20%;
  }

  .thermostat {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
/*# sourceMappingURL=tablet.min.css.map */
