.navbar-bootbites {
  background-color: #6f5499;
  margin-bottom: 0;
  color: #e3e3e3;
}
.navbar-bootbites .navbar-brand,
.navbar-bootbites .navbar-nav > li > a {
  color: #e3e3e3;
}
.navbar-bootbites .btn {
  color: #f3f3f3;
}
.jumbotron-bootbites {
  background-color: #EBE1F9;
}
.content {
  padding: 1em 0;
}
.footer {
  border-top: 5px solid #eee;
  padding: 3em 0;
  margin-top: 3em;
  text-align: center;
}
/* ==================================================
  Styling
  ================================================== */
.btn {
  border-radius: 0;
}
.btn-bootbites {
  background: #e70e0e;
  border-color: #e70e0e !important;
  border-radius: 0;
}
.btn-bootbites:hover,
.btn-bootbites:focus,
.btn-bootbites:active,
.btn-bootbites.active {
  background: #523e71;
}
.btn-bootbites-invert {
  background: #523e71;
  border-color: #523e71 !important;
  border-radius: 0;
}
.btn-bootbites-invert:hover,
.btn-bootbites-invert:focus,
.btn-bootbites-invert:active,
.btn-bootbites-invert.active {
  background: #6f5499;
}
/* ==================================================
  Common
  ================================================== */
.intro {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 5px solid #eee;
}
.demos .demo {
  margin-bottom: 3em;
  padding-bottom: 3em;
  border-bottom: 1px solid #eee;
}
.demos .demo:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
hr {
  margin-bottom: 3em;
  margin-top: 3em;
  height: 1px;
  background: #eee;
}
hr.hr-lg {
  height: 5px;
}
.sticky.navbar {
  /*font-size: 14px;*/
  border-radius: 0;
  /*padding-top: 20px;
  padding-bottom: 20px;*/
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sticky .show-is-sticky,
.sticky .show-not-sticky {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.sticky .show-not-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
}
.sticky.is-sticky.navbar {
  background-color: #4b3968;
}
.sticky.is-sticky .show-is-sticky {
  opacity: 1;
  visibility: visible;
}
.sticky.is-sticky .show-not-sticky {
  opacity: 0;
  visibility: hidden;
}
.social {
    list-style: none;
    margin: 10px 0 0;
    padding: 0;
    display: inline-block;
}
#elink{
  color: #FFF;
}

@media screen and (max-width: 800px){
  #ip_logo{
    text-align: center !important;
    font-size: 14px;
  }
  #ip_text{
    text-align: center !important;
    font-size: 14px !important;
  }
  #ersks{
    text-align: center !important;
  }
}
/*.dropdown-menu{
  font-size: 14px !important;  
}*/
