body{
	background: url('../img/bg.png') repeat;
}

.nav-bg{
background: #7C9146;
color: #ffffff;
}
.nav-link{
color: #705D4F;
}
video{
height: 100vh;
}
#inicio{
    background-image: url("../img/BA Fotos 2017/20170320_114029.jpg");
    background-position: bottom;
    background-size: cover;
}
.logo-inicio{
position: absolute;
z-index: 2;
width: 15%;
max-width: 80px;
margin-top: 70px;
margin-left: -50%;
}
#nosotros{
padding: 10% 0;
background-position: bottom;
background-size: cover;
background-image: url("../img/BA Fotos 2017/Cabana/20170320_113919.jpg");
}
#habitaciones, #cabanas, #servicios, #ubicacion{
padding: 2%;
}
.img-gal{
margin: .5% 0; 
padding: .5%;
width: 94%;
overflow: hidden;
max-height: 300px;
-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.4);
}

.no-wrap{
flex-wrap: nowrap;
}
.titulo{
margin: 3%;
}
.texto{
margin-bottom: 3%;
}

.textoblanco{color: #ffffff;text-shadow: 0px 2px 4px rgba(150, 150, 150, 1);}
footer{
	background: #7C9146;
	padding: 5px 0px;
}
.textocentrado{text-align: center;margin: 15px 0px; color: #ffffff;font-size: 10px;}

