
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }


/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  padding-top: 3.5rem;
}

.jumbotron {
  background-image: url("background.jpg");
  background-repeat: no-repeat;

  background-position: center; 

background-color: black !important;
  xbackground-size: cover;
color:white;
}

.jumbotron h1 { font-family: 'Kalam', cursive; font-size: 1.2em }

footer { margin-top: 8em; !important }


.container:first-of-type { margin-top: -1em; margin-bottom:-1em; !important }

#publicationsListTempContainer { display:none; }

