.jumbotron {
  margin-top: -20px;
}

footer {
  display: flex;
}

footer > p {
  width: 500px;
  margin: auto;
}

.outer {
  width: 100%;
  height: 500px;
  background-color: #333333;
}

h1 {
  font-family: "Franklin Gothic Medium", sans-serif;
  font-size: xx-large;
  color: #3399FF;
}

.inside {
  top: 30px;
  position: relative;
  height: 450px;
  background-color: #3399FF;
}

.buttons-spacing {
  margin: 10px;
}

.buttons-spacing1 {
  margin: 10px 10px 10px 0px;
}

.stats {
  display: flex;
  justify-content: center;
}

.profilePix {
  /* max-width: 500px; */
  display: flex;
  justify-content: center;
}

.UserReposButtons {
  float: right;
}

.list-group-item:hover {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
  -webkit-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.75);
  z-index: 999;
}

.mainSearch {
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
  overflow: hidden;
  height: 92px;
  color: #5a5a5a;
  font-size: xx-large;
  border: 5px solid #000!important;
  outline-style: none!important;
}

.search_submit_btn {
  display: block;
  float: right;
  width: 50px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0 5px 0 0;
  border: 0!important;
  text-indent: -3000px;
  background: url(images/btn_search.gif) no-repeat 0 0 #fff!important;
  text-shadow: none!important;
  box-shadow: none!important;
}

.quickLabelAlign {
  max-width: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  display: block;
}

.text-center {
  text-align: center;
}
