section.explore-menu { margin-top: 46px; padding-bottom: 10px; }
.explore-menu h1 { font-size: 30px; margin: 0; text-transform: uppercase; font-family: 'Lora', serif; font-weight: 600; line-height: 40px; letter-spacing: 5px; }
.explore-menu h1 span { display: inline-block; width: 100%; padding-bottom: 15px; }
.explore-menu h1:first-child { padding-top: 35px; }
.explore-menu h1:nth-child(3) { padding-bottom: 25px; }
.explore-menu p { font-family: 'Lato', sans-serif; }
p.first-para { padding-bottom: 35px; }
.explore-btn { padding-top: 30px;}
.explore-btn a{	text-transform: uppercase; font-family: 'Lora', serif; font-size: 15px; text-decoration: none; color: #d7ac6d; background: #000; padding: 15px 0px; width: 170px; display: inline-block; text-align: center; transition: all 0.6s; }
.explore-btn a:hover{ text-decoration: none; color: #fff; }
.accomodation-section.restaurant-sec { padding-top: 0px; padding-bottom: 15px; }
.accomodation-content-wrapper.restaurant-content > h3 { font-family: 'Lora', serif; }

/****************MEDIA QUERIES STARTS****************/

@media(max-width: 480px){
	section.explore-menu { margin-top: 0; }
	.explore-menu h1:first-child { padding-top: 10px; }
	.explore-menu h1{ font-size: 23px; line-height: 23px; }
	.explore-menu h1:nth-child(3) { padding-bottom: 15px; }
	p.first-para { padding-bottom: 15px; }
	.explore-btn { padding-top: 30px; padding-bottom: 30px; text-align: center; }
}