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%;
  font-family: avenir,varelaRound, openSnasRegular, Arial;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
#researchInterestContainer{
  width: 1350px;
}
#reseachInterest{
  width: 95%;
  background-color: lightgray;
  box-shadow: 0 0 10px #363b3c;
  margin: auto;
}
#reseachInterestItems{
  width: 95%;
  margin: auto;
}
#researchInterestContainer  h2{
  font-family: montserrat, openSansRegular;
  font-size: 1.25em;
}
#researchLines{
  font-size: 1.05em;
}
.reseachInterestPhoto{
  width: 75%;
  height: 350px;
  background-color: #363b3c;
  box-shadow: 0 0 5px #363b3c;
  border-radius: 3px;
  margin: auto;
  display: -webkit-flex;
  display: flex;
}
#reseachInterestPhotoId{
  border-radius: 3px;
  margin: auto;
}
#lineDivider{
  width: 100%;
  height: 2px;
  background-color: #0EA474;
  margin: auto;
}
@media (min-width: 1400px) and (max-width: 1920px) {
  .researchInterestContainer{
    min-width: 95%;
  }
}
