html,
body {
  height: 100%;
}

.navbar-bg{
  background-color: #f5f5f5;
}

.logo {
  font-family: "Alphabet Minus Eighty Dirty", sans-serif;
  font-size: 40px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.main {
  padding-bottom: 60px;
}

.bg-image {
  height: 100%;
  background-repeat: repeat;
  background-image: url('../img/geometry.png');
}
