html,
body {
  height: 100%;
  background-color: #eee;
  font-family: lato, Helvetica, sans-serif;
  font-weight: 300;
}


.main {
  max-width: 590px;
  padding: 15px;
  margin: 0 auto;
}


#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -90px;
  padding: 0 0 90px;
}

#footer {
  height: 90px;
  max-width:590px;
  margin: 0 auto;
}

.slugline {
  text-align: center;
  letter-spacing: 4px;
  margin-top: -30px;
  margin-bottom: 30px;
}

.navbar {
  margin-bottom: 15px;
}

.navbar-nav > ul > li > a:hover,
.navbar-nav > ul > li > a:focus {
  background-color: #222;
  color: #fff;
}

.nav-justified > li > a {
  text-align: center;
  color: #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-justified  a,
.nav-justified  a:hover,
.nav-justified  a:focus {
  background-color: #222;
}

.nav-justified > li:first-child > a {
  border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  #.nav-justified {
  #  max-height: 52px;
  #}
  .nav-justified > li:first-child > a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }
  .nav-justified > li:last-child > a {
    border-radius: 0 5px 5px 0;
    border-right: 0;
  }
}
