.fbox3 > div[class*="col"] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.jumbotron.jumbotron-fluid.hero-technology {
  margin-top: 10px;
}

/* Base Parallax Element Style */

.paral {
  height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

/* Paragrapgh for Parallax Section */

.paral p {
  /*font-size: 40px;*/
  color: #f5f5f5;
  text-align: center;
  /*line-height: 100px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Heading for Parallax Section */

.paral h1 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 80px;
  text-align: center;
  padding-top: 100px;
  line-height: 100px;
}

/* Custom Button Element for Parallax Section */

div.button {
  text-align: center;
}

/* Images for 3 Parallax Sections */

.paralsec1 {
  background-image: url('../../assets/img/parallax.jpg');
}

