body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url(_image/full-background-image-main.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container03 {
  width: 100%;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

#publications01, #publications02, #publications03 {
  width: 90%;
  height: auto;
  background-color: #363b3c;
  color: #363b3c;
  box-shadow: 0 0 50px #363b3c;
}
#publications04, #publications05, #publications06 {
  width: 90%;
  height: auto;
  background-color: #363b3c;
  color: #363b3c;
  box-shadow: 0 0 50px #363b3c;
}

#publications04 h2, #publications05 h2, #publications06 h2 {
  color: #bfbfbf;
  font-family: montserrat, openSansRegular, varelaRound, Arial;
  font-size: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

#publicationsContainer {
  width: 96%;
  margin: auto;
  background-color: #bfbfbf;
  border-radius: 3px;
  box-shadow: 0 0 50px #363b3c;
}

#publications01 h2, #publications02 h2, #publications03 h2 {
  color: #bfbfbf;
  font-family: montserrat, openSansRegular, varelaRound, Arial;
  font-size: 1.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.lineDivider {
  width: 95%;
  height: 2px;
  background-color: #0EA474;
  margin: auto;
}

#publicationsList {
  line-height: 1.8em;
  width: 95%;
  font-family: avenir, varelaRound, openSansRegular, Arial, sans-serif;
  font-size: 1.05em;
  margin: auto;
}

#pandeyjiName {
  font-family: avenir, varelaRound, openSansRegular, montserrat;
  font-weight: bold;
  border-bottom: 1px solid #0EA474;
}

#sequenceid {
  font-family: avenir, varelaRound, openSansRegular, montserrat;
  font-weight: bold;
}

@media (min-width: 1400px) and (max-width: 1920px) {
  #publications01, #publications02, #publications03 {
    width: 75%;
  }
}
