html {
  min-height: 100%;
  position: relative;
}

body {
  background-attachment: fixed;
  background-image: url('../images/background.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  margin-bottom: 40px;
}

textarea {
  resize: none;
}

ul.nav-tabs {
  display: table;
}

.navbar-nav {
  background-color: #F8F8F8;
}

.social {
  float: right;
}

.social a:focus,
.social a:hover {
  text-decoration: none;
}

.jumbotron {
  background-color: rgba(238, 238, 238, 0.7);
  padding-bottom: 12px;
  padding-top: 12px;
}

.jumbotron > h1 {
  margin-bottom: 36px;
}

.jumbotron li {
  list-style-image: url('../images/leaf_small.png');
}

.jumbotron .tab-pane ul {
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 15px;
}

.nav-tabs > li {
  height: 80px;
  max-width: 170px;
}

.nav-tabs > li > a {
  font-size: 20px;
  height: 100%;
  text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.tab-content {
  padding-top: 10px;
}

.footer {
  background-color: #f5f5f5;
  bottom: 0;
  font-size: 0.75em;
  height: 40px;
  position: absolute;
  width: 100%;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.container .text-muted {
  line-height: 90%;
  margin: 10px 0;
}

@media(max-width: 768px) {
  img#tttouch {
    width: 50%;
  }
}
