body {
  background: #EEEEEF;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.jumbotron {
  padding: 0px 0px;
  margin-bottom: 0px;
  background-color: #000;
  height: 130px;
  margin-bottom: 0px;
  background-image: url(../images/quad_logo3.png);
  background-position: 70% 100%;
  background-repeat: no-repeat;
  color: white;
  text-shadow: 0 0 1px #0ff, 0 0 5px #aaa, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000, 0 0 10px #000, 0 0 15px #000;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
  background-color: #000000;
  text-align: center;
/*   line-height: 40px; */
/*   vertical-align: middle; */
  font-size: 12px;
}

.panel-title {
  font-size: 20px;
}


ol li.list-group-item {
    list-style: decimal outside;
    margin-left: 2em;
    display: list-item;
}

/* .pub_entry{ */
/*   width: 100%; */
/*   margin-right: 1em; */
/*   margin:-1px !important; */
/* } */


.img-responsive {
  max-width: 80%;
  max-height: 300px;
}

@media screen {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 30px;
  }
  .jumbotron p,
  .jumbotron .p {
    font-size: 14px;
  }

  .proj_title {
    font-size: 12pt;
    text-align: left;
  }
}

@media screen and (min-width:768px) {
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 40px;
  }
  .jumbotron p,
  .jumbotron .p {
    font-size: 20px;
  }

  .proj_title {
    text-align: right;
  }
}

.center {
     float: none;
     margin-left: 10%;
     margin-right: 10%;
}

.dropdown-menu {
  -webkit-box-shadow: 1px 6px 12px rgba(0, 0, 0, .5);
          box-shadow: 1px 6px 12px rgba(0, 0, 0, .5);
}

.obfuscate span { display: none; }

.panel {
  border: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}

.panel-primary {
  border: none;

