.image-stack__item--top {
      grid-column: 1 / span 8;
      grid-row: 1; 
      padding-top: 20%; 
      z-index: 1; 
}

.image_bottom {
	position: relative;
}

.image_top {
    position: absolute;
    top: 460px;
    left: 691px;
    width: 200px;
    height: 200px;
}

.round-corners-top {
    border-radius: 20px;
}

.container-fluid-img {
  /*padding-top: 70px;*/
  padding-bottom: 70px;
  position: relative;
}

.bg-1 {
	position: relative;
}

.img-2 {
  position: absolute;
  /*width: 250px;*/
  width: 200px;
  height: 200px;
  top: 65%;
  left: 68%;
  transform: translate(-50%, -50%);
}


/*************************************/
/********** text over image **********/
/*************************************/

.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered-top {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Centered text */
.centered-bottom {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Blurred Background Image */
.bg-travel-image {
  /* The image used 
  background-image: url('../images/travel-fitness-3.png');*/
  float: left;

  /* Add the blur effect */
  /*filter: blur(8px);
  -webkit-filter: blur(8px);*/

  /* Full height */
  height: 500px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 1%;
  margin-bottom: 5%;
}

.main-travel-heading {
    font-family: 'Tangerine', cursive;
    font-size: 150px;
    font-weight: 300;
    /*color: #005965;
	color: #16594A;*/
	color: #003e3f;
}

.main-title {
	padding-top: 180px;
	top: 18px;
}

.main-subtitle {
	/*margin-top: 60px;*/
}