/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by it's height */
  margin: 0 auto -60px;
}

#wrap > .container {
  padding-top: 80px;
}

/* Set the fixed height of the footer here */
#push,
#footer {
  height: 60px;
}

#footer {
  background-color: #f5f5f5;
}

#footer a {
  color: #555;
  text-decoration: none;
}

#footer a:hover {
  color: #333;
  text-decoration: underline;;
}

.container .credit {
  margin: 20px 0;
}

.red {
  color: #e50003;
}

.hero-unit {
  background: white;
  padding: 0;
}

.well {
  background: white;
}

#logo {
  width: 50%;
}

.sidebar-nav li {
  margin: 10px 0 15px 0;
}

.nav > li > a {
  color: #333;
  font-weight: bold;
}

.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active>a:focus {
  color: #333;
  background-color: #EEE;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: white;
}

.center {
  text-align: center;
}

.navbar img {
  width: 10px;
  height: 10px;
  margin-bottom: 2px;
}

ul.lead li {
  line-height: 30px;
}

#navigation {
  margin: 0 auto 40px auto;
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
  #wrap > .container {
    padding-top: 0;
  }
}

/* Tablet
------------------------- */
@media (max-width: 767px) {
  #footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #wrap > .container {
    padding-top: 0;
  }
}

/* Landscape phones
------------------------- */
@media (max-width: 480px) {
  #wrap > .container {
    padding-top: 0;
  }

  #logo {
    width: initial;
  }
}