html, body {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  margin: 0px;
  min-width: 320px;
  overflow-x: hidden; }

#pageHeader {
  height: 120px;
  background-color: #90a681;
  font-family: Open Sans Condensed;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px; }

#pageHeader > div:nth-of-type(1) {
  height: 72px; }

#pageHeader > div:nth-of-type(2) {
  background-color: #dfe5db;
  height: 48px; }

footer {
  clear: both;
  height: 120px;
  font-family: Open Sans Condensed;
  font-size: 15px;
  font-weight: bold; }

.flex-container {
  display: flex;
  flex-flow: row wrap;
  text-align: center; }

.flex-container > * {
  flex: 1 100%; }

.article {
  text-align: left;
  margin-left: 10px;
  margin-right: 10px; }

.aside {
  text-align: left;
  background-color: transparent;
  margin-left: 10px;
  margin-right: 10px; }

.nav {
  display: none;
  background: #eee; }

.nav ul {
  list-style-type: none;
  padding: 0; }

.nav ul a {
  text-decoration: none; }

.see {
  display: none; }

h1 {
  font-family: Open Sans;
  font-size: 24px; }

h2 {
  font-family: Open Sans;
  font-size: 20px; }

.alacarte {
  font-family: Open Sans;
  font-size: 16px;
  font-weight: bold; }

@media all and (min-width: 768px) {
  .nav {
    text-align: left;
    margin-right: 10px;
    padding-left: 10px;
    flex: 1 auto;
    order: 1; }

  .article {
    margin: 10px;
    flex: 5 0px;
    order: 2; }

  .aside {
    height: 100%;
    margin: 10px;
    min-width: 250px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px;
    background-color: #d0cdbd;
    flex: 2 0px;
    order: 3; }

  #pageHeader {
    height: 200px;
    background-color: #90a681;
    font-family: Open Sans Condensed;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px; }

  #pageHeader > div:nth-of-type(1) {
    height: 120px; }

  #pageHeader > div:nth-of-type(2) {
    background-color: #dfe5db;
    height: 80px; }

  footer {
    clear: both;
    height: 200px;
    font-family: Open Sans Condensed;
    font-size: 20px;
    font-weight: bold;
    order: 4; } }

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