body {
  color: #444f16;
  background-color: #e0d7b7;
  padding: 20px;
  background-image: url('../images/bg3.jpg');
  background-position: bottom left;
  background-repeat: no-repeat;
  
}

div.background {
  position: absolute;
  background-repeat: no-repeat;
  z-index: -1;
}

div.background.bg1 {
  top: 0;
  left: 0;
  height: 277px;
  width: 352px;
  background-image: url('../images/bg1.jpg');
  background-position: top left;
}

div.background.bg2 {
  top: 0;
  right: 0;
  height: 409px;
  width: 352px;
  background-image: url('../images/bg2.jpg');
  background-position: top right;
}

h1 {
  text-align: center;
  font-size: 48px;
}

.text-section {
  margin-bottom: 40px;
}

.gallery {
  text-align: center;
}

.gallery .item {
  margin: 0 auto 40px auto;
}

.gallery .caption {
  margin-top: 10px;
}

.underlay {
  position: absolute;
  margin-top: -10px;
  margin-left: -10px;
  background-color: white;
  opacity: 0.5;
  z-index: -1;
}

#footer {
  text-align: right;
}

a {
  color: #444f16;
}
