
.home-h-image {
  position: relative;
  background-image: url("../img-bg/mountain-home.jpg");
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-h-title {
	font-size: 38px;
	font-family: 'manropelight';
	font-weight: normal;
    font-style: normal;
	color: #D77EAE;
	/* text-shadow: 2px 2px 4px #360A0A; */
	text-transform:none;
    text-align: center;
	/* display: table;  keep the background color wrapped in a square box on text when dropped down on mobile devices */
	margin: 0px auto 0px auto; /* keep the table centered */
	padding: 7px 35px;
	background-color:rgba(255,255,255,0.8);
	}
.home-h-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  color: #D77EAE;

}
.home-h-text button {
 font-family: 'manropelight';
  border: none;
  outline: 0;
  display: inline-block;
  padding: 20px 35px;
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  background-color: #000000;
  text-align: center;
  cursor: pointer;
  -webkit-transition-duration: 0.3s; /* Safari */
	transition-duration: 0.3s;
}
.home-h-text button:hover {
  background-color: #D77EAE;
  color: #FFF;
}