body, html {
  height: 100%;
  margin: 0;
  font-size: auto;
  color: #777;
}

.bg1, .bg2, .bg3, .work_bg1 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg1 {
  background-image: url("../../assets/img/MiddleburyCollege.jpg");
  min-height: 100%;
}

.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

.caption span.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
  /*letter-spacing: 10px;*/
}

.h3 {
  letter-spacing: 5px;
  font: 20px "Lato", sans-serif;
  color: #111;
}

#bg1 {
  background-image: url("../../assets/img/MiddleburyCollege.jpg");
  height: 100%;
}

figure.border {
  background-color: #111;
  color: #fff;
  padding: 18px;
  font-size: 25px;
}

.bg2 {
  background-image: url("../../assets/img/ThayerSchool.jpg");
  min-height: 100%;
}

.bg3 {
  background-image: url("../../assets/img/HuntsmanHall.jpg");
  min-height: 100%;
}

.bg4 {
  background-image: url("../../assets/img/Code2.png");
  background-position: 0;
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40%;
}

