body, html {
  height: 90%;
  margin: 0;
  color: #777;
}

.bgimg-1 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("image15.jpg");
  min-height: 80%;
}

.caption {
  position: absolute;
  text-align:right;
  color:white;
  font-family: Cursive;
   text-shadow: 2px 2px 4px #000000;
}

.caption span.border {
  color:burlywood;
  padding: 20px;
  font-size: 22px;
  font-family: Verdana, sans-serif;

}


/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1 {
    background-attachment: scroll;
  }
}
.button {
display: inline-block;
    padding: 10px 13px;
    background:green;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 500;
    text-decoration: none;
    color:green;
    font-size: 14px;
    border: 1px solid;
}


.button:hover span {
  padding-right: 10px;
}
 span a:link, span a:visited {
  
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
span a:hover, span a:active {
  color:black;
}
.button:hover span:after {
  opacity: 1;
  right: 0;
}