
#bannerBG{
  background-image: url('../img/temple4.jpg');
  background-size: cover;
  width:100%;
  min-height:200px;
  max-height:500px;
  background-repeat: no-repeat;
  background-position: center, center;
  overflow: hidden;
  text-align:center;
  vertical-align:baseline;
  font-size:20pt;
  font-weight:bold;
  margin: 0;
}
#logoDiv{
  background-image: url('../img/logo.png');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center, center;
  background-color:rgba(253, 249, 238, 0.9);
  margin: 50px 0;
  padding:0;
  width: 100%;
  min-height:200px;
}
