#logo {
	margin: auto;
}
form#search{
    max-width: 300px;
    margin: 50px auto !important;
    display: block;
    float: none;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 60px; /* Margin bottom by footer height */
  }
  .footer {
    position: absolute;
    text-align: center;
    bottom: 50px;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
  }
  .footer a{
      color: white;
  }
  
  
  .badges {
	margin-bottom: 20px;
    font-size: 1.4rem;
}
.badge{
    font-weight: normal;
}
.list-group li#name{
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
}