/* Jumbotron
------------- */

#homepage {
  background-image: url("../img/jumbotron.jpg");
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  min-height: 100vh;
  position: relative;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Custom CSS
-------------------------------------------------- */

body>.container {
  padding: 60px 15px 0;
}

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

code {
  font-size: 80%;
}

img {
  max-width: 100%;
}

a {
  color: #006ce0;
}

.btn-info {
  background-color: #2f7d8a;
}

.information {
  margin-bottom: 350px;
}

.navbar-nav a {
  font-weight: bold;
  color: #222 !important;
}

.navbar-nav a:hover {
  color: #888 !important;
}

#results-container {
  display: none;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  border: #333 3px solid;
  border-radius: 6px;
  right: 5px;
  z-index: 999;
}

#results-container li {
  padding-right: 15px;
  border-radius: 6px;
}

#results-container li:hover {
  background-color: #fff;
}

@media only screen and (max-width : 768px) {
  .information {
    margin-top: 70px;
    margin-bottom: 650px;
  }

  .form-control {
    width: 90%;
  }

  #results-container {
    margin-top: 230px;
    text-align: left;
    width: 100%;

  }

}