html {
  min-height: 100%;
  position: relative;
  padding-bottom: 76px;
}

body {
  margin-bottom: 40px;
}

.navbar-home {
  margin-bottom: 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-inline .btn {
  margin-bottom: 5px;
}

.jumbotron {
  background: url('/background.jpg') no-repeat center center;
  background-size: cover;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 4px;
}

.jumbotron h1 {
  color: white;
}

.jumbotron .btn {
  text-shadow: none;
}

.number-box {
  padding-bottom: 5px;
}

.number-wrapper {
  font-size: x-large;
}

.number-unit {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 76px;
  padding: 22px 0;
  color: gray;
  background-color: #ffffff;
  border: none;
  -moz-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
}

.footer p:last-child {
	margin-bottom: 0px;
}

.footer-text {
	color: grey;
}
