.imageBack {
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%
    overflow:hidden;

}
#Welcome {
  position: absolute;
  top: 30%;
  left: 10%;

}
.button-87, a {
  text-decoration: none;
  color: white;
}
.button-87 {

margin-left:50%;
margin-top:5%;
text-decoration:none;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}

.button-63:active,
.button-63:hover {
  outline: 0;
}


.banner {
  width:100%;
  position: relative;
  top:0;
  left:0;
  overflow:hidden;
}
#bantext {
  position: absolute;
  top:3%;
  left:3%;
}
.nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #0d4d4d;
  top: 19%;
  width: 100%;
}
nav {
  clear:both;
}
nav li{
  float: left;
}
nav a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;

}
li a:hover:not(.active) {
  background-color: #0b3838;
}
.active {
  background-color:#2596be;
}
nav input {
  float: right;
  margin-top: 2%;
}
body {
  background-color: #041014;
  color:white;
  margin:0px;
}
.volcano {
  display:block;
width:1500px;
}
.volcanoimg, .volcanotext{
  float:left;
  width:550px;
  height:450px;
  object-fit:cover;
  overflow: hidden;
  padding: 2%;
}
.waterfall{
  display:block;
  width:1500px;

}
.waterfalltxt, .waterfallimg {
  float:left;
  width:550px;
  height:450px;
  object-fit:cover;
  overflow: hidden;
  padding: 2%;
}
.resort {
display:block;
 width:1500px;
}
.resortimg, .resorttxt{
  float:left;
  width:550px;
  height:450px;
  object-fit:cover;
  overflow: hidden;
  padding: 2%;
}
h2 {
  text-align: center;
}
.book {
display:block;
 width:1500px;
}
.resturantimg, .outingimg, .tourimg{
  float:left;
  width:350px;
  height:350px;
  object-fit:cover;
  overflow: hidden;
  padding: 2%;
}
.booktxt {
display:block;
 width:1500px;
}
.resturanttxt, .outingtxt, .touringtxt{
  float:left;
  width:350px;
  height:350px;
  overflow: hidden;
  padding: 2%;
  text-align:center;
}
.book2 {
display:block;
 width:1500px;
}
.resturantimg2, .outingimg2, .tourimg2{
  float:left;
  width:350px;
  height:350px;
  object-fit:cover;
  overflow: hidden;
  padding: 2%;
}
.booktxt2 {
display:block;
 width:1500px;
}
.resturanttxt2, .outingtxt2, .touringtxt2{
  float:left;
  width:350px;
  height:350px;
  overflow: hidden;
  padding: 2%;
  text-align:center;
}
img {
  object-fit:cover;
}
