@charset "utf-8";
/* CSS Document */

.content-1{
 
 /* background-image:url(../img/bg-img/amenities.jpg);*/
  background:linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0)), url("../img/core-img/accomodation.jpg"); 
  /* Full height */
  height: 650px; 
  width:100%;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.mfp-hide {
    display: none!important;
}
.button {
    padding: 20px 40px;
    border-color: #f3f3f3;
    font-size: 17px;
    font-size: 1.7rem;
    font-family: "museo-sans", Arial, Verdana;
    font-weight: 500;
    margin-top: 40px;
    display: inline-block;
	color:#fff;
}
.button {
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
}
.button .fa {
    margin-left: 20px;
}
.button:hover {
    background-color: rgba(0,0,0,0.2); 
	color:#fff;
}

.span-1 {
    font-size: 23px;
    font-size: 2.3rem;
    display: block;
    font-family: "museo-sans", Arial, Verdana;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 25px;
}

.content {
  text-align: center;
}

.more{
	color:#fff;
	font-size:36px;
	/*padding-left: 41%;*/
	
}

.more:hover{
	color:#fff;
	font-size:36px;
	transform:scale(1.5);
	
}