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%;
  height: 500px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.infoContainer{
  width: 97%;
  height: 460px;
  /*background-color: #d5d5d5;*/
  background-color: #363b3c;
  box-shadow: 0 0 50px #363b3c;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}
#pandeyjiBigPhoto{
  width: 500px;
  height: 375px;
  background: url(_image/pandeyji.jpg);
  background-size: cover;
  border-radius: 5px;
  box-shadow: 0 0 10px #333;
}
#headerName{
  color: #D2D7D3;
  font-family: avenir, montserrat;
  font-size: 1.6em;
  opacity: 0.9;
}
#pandeyjiInfoTitle{
  font-family: avenir, montserrat;
  font-size: 1.5em;
  color: #D2D7D3;
  opacity: 0.9;
  /*color: #2e2f2e;*/
}
#pandeyjiInfo{
  font-family: avenir, varelaRound, openSansRegular, Arial;
  font-size: 1.15em;
  color: #D2D7D3;
  opacity: 1.0;
  /*color: #2e2f2e;*/
}
#pandeyjiInfoEmail{
  text-decoration: underline;
  color: #D2D7D3;
  opacity: 1;
  /*color: #2e2f2e;*/
}
#quicklinks{
  color: #D2D7D3;
  opacity: 0.9;
}
#shortLinks li{
  list-style: none;
}
#shortLink01{
  text-decoration: none;
  color: #D2D7D3;
  opacity: 1.0;
  font-family: varelaRound,avenir,  montserrat;
  font-size: 1em;
}
#shortLink01:hover{
  border-bottom: 2px dotted #D2D7D3;
}
#shortLinks p{
  font-family: avenir, montserrat;
  font-size: 1.6em;
}
.container04{
  width: 100%;
  font-family: avenir, varelaRound, openSnasRegular, Arial;
  display: -webkit-flex;
  display: flex;
}
.cvContainer{
  width: 97%;
  background-color: #363b3c;
  box-shadow: 0 0 50px #333;
  margin: auto;
}
.outerPortfolioContainer{
  width: 96%;
  background-color: lightgray;
  border-radius: 3px;
  margin: auto;
}
.innerPortfolioContainer{
  width: 96%;
  margin: auto;
}
.innerPortfolioContainer h3{
  font-family: montserrat;
}
.lineDivider{
  width: 100%;
  height: 2px;
  background-color: #0EA474;
}
#proExperienceTable{
  margin: auto;
}
tr, td{
  padding: 10px;
}

#teachingTable{
  margin: auto;
}
#achievementLists{
  font-size: 1.05em;
}
