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

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;

  font-family: 'Roboto', sans-serif;
}

.navbar-default {
  border-radius: 0px;
  margin-bottom: 20px;
}

.navbar-default .navbar-nav > li > a {
  line-height: 39px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: right;
  }
}

@media (max-width: 768px) {
  .logo {
    margin: 0 auto;
    display: table;
    margin-right: auto !important;
  }
}

.jumbotron {
  background-image: url('../img/background.jpg');
  background-size: auto;
  color: white;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}

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