body{
	 font-family: 'Merienda';font-size: 15px;
}
.nav-item{
	padding-right: 20px;
	padding-left: 20px;
}
.nav-item a{
color:#000;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
color:#ffffff;
}

.nav-link:hover {
    background-color: #8e5334 !important;
    border-radius: 5px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color:#ffffff;
}


.nav-link.active {
    background-color: #8e5334 !important;
    border-radius: 5px;
}
.reserve-container{
	position: relative;
}
.card-body{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.card-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.reserve-text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve{
	opacity: 0.4;
	max-height: 750px;
}

.carousel-caption{
	top: 40%;
}

.about-lark{
font-size:18px;
padding:10px;
line-height:26px;
}

.img-slider{
	min-height: 320px;
}

.navMenu{
	padding-top: 75px;
	padding-bottom: 20px;
}

.card-img-top{
	/*height: 200px;*/
}

.map{
	height: 320px;
}


.abt-text{
    align-items: center;
    justify-content: center;
}

.bg-light {
    background-color: #ebe8e7!important;
}

.bg-light-top {
    background-color: #494949!important;
}

.bg-light {
    justify-content: center;
    align-items: center;
}

abt-bg
{
background-color:#000!important;

}

.card{
    margin: 20px;
}

.ser {
    background: #8e5334;
    padding: 20px;
    margin: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border-radius: 10px;
    color: #fff;
    min-height: 120px;
}

@media screen and (max-width : 1920px){
  
}

@media screen and (max-width : 506px){
 
}

.footer{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 20px;
}
.social-icon{
	font-size:28; 
}

footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}

.navbar-light .navbar-toggler {
    border-color: #fff;
}