.badge-bootstrap {
  background-color: #4700b3;
  color: #ffffff;
}

.parallax2, .parallax3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;
  width: 100%;
}

.parallax2 {
  background-image: url("middle.png");
}

.parallax3 {
  background-image: url("middle.png");
}

.introbox, .box2, .box3 {
  background-color: rgba(255, 255, 255, 0.8);
}

.introbox {
  height: 100px;
  text-align: center;
}

.introbox span {
  position: absolute;
  padding-top: 35px;
  vertical-align: middle;
  letter-spacing: 3px;
  font-size: 20px;
}

.box2 {
  height: 400px;
}

.box3 {
  height: 300px;
}

.card {
  height: auto;
}