/*HEADING*/
*{
	padding: 0;
	margin: 0;
/*	border: 1px solid red;*/
}

.container-fluid {
	margin: 0;
	padding: 0;
}


/*
.main-head{
	display: flex;
	justify-content:space-between;
	background-color: #551018;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 60px;
}
*/

.navbar{
	padding:0 60px;
	background-color:#551018 !important;
}

.navbar a{
	text-decoration: none;
	color: #EFD6B1;
	font-family: "Average", serif;
	padding: 10px 25px;
	font-size: 16px;
	display: flex;	
}

.navbar a:hover{
	color: #FFFFFF;
}

#navbarNav {
	flex-grow: 0;
}

a.RESERVATION{
	background-color:#EFC07A;
	color:#551018;
	width: 157px;
	text-decoration: none;
	font-size: 16px;
	text-align: center;
	border: 1px solid #E19D4D;
}


.RESERVATION:hover{
	background:#551018;
	border: 2px solid #EFC07Ad;
	color: #EFC07A;
}

a .RESERVATION{
	 display: flex;
}

.navi{
	padding: 0;
}

/*HOMEPAGE*/
/*herosection*/
.herosection{
	width: 100%;
	height: 100vh;
	background: url("images/Home Page 1.jpg") no-repeat center / cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color:#EDD5B1;
	margin: 0 0;
}

.hero h1{
	font-size: 160px;
	font-family: "Zhi Mang Xing", cursive;
	margin: 0;
}

.hero h2{
	font-size: 96px;
	font-family: "Averia Serif Libre", serif;
	margin: 0;
}

.hero p{
	font-size: 18px;
	font-family: "Average Sans", sans-serif;
}

.btn-hp1{
	display: block;
	width: 220px;
	height: 60px;
	background-color:#EFC07A;
	color:#551018;
	font-size: 23px;
	font-family: "Averia Serif Libre", serif; 
	text-decoration: none;
	text-align: center;
	padding: 12px 0 10px;
	border: 2px solid transparent;
	margin: 0 auto;
}

.btn-hp1:hover{
	background:#551018;
	border: 2px solid #EFC07Ad;
	color: #EFC07A;
	
}


/*homepage 2*/
.homepage2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hp2-aside-left{
	width: 50%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%
}

.hp2-aside-right{
	width: 50%;
	box-sizing: border-box;
}

h1 {
	font-family: "Zhi Mang Xing", cursive;
	font-size: 80px;
	margin: 0;
/*	padding-bottom: 5px;*/
}

h2 {
	font-family: "Averia Serif Libre", serif; 
	font-size: 32px;
/*	padding-bottom: 10px;*/
	margin: 0;
	padding-bottom: 10px;
}

.hp2p{
	font-size: 18px;
	font-family: "Average Sans", sans-serif;
	text-align: justify;
}

/*homepage 3*/
.homepage3{
	width: 100%;
	height: 100vh;
	background: url("images/Home Page 3.jpg")no-repeat center / cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #EDD5B1;
}

.hp3-aside-left{
	width: 60%;
	box-sizing: border-box;
	padding-top: 7% !important;
	padding-right: 0 !important;
	padding-left: 20% !important;
}

.hp3-aside-right{
	width: 40%;
	box-sizing: border-box;
	padding-left: 5%;
}


.hp3p p{
	font-size: 18px !important;
	font-family: "Average Sans", sans-serif;
	text-align: justify;
	padding: 0;
}

.btn-menu{
	display: block;
	width: 180px;
	height: 60px;
	background-color:#EFC07A;
	color:#551018;
	font-size: 23px;
	font-family: "Averia Serif Libre", serif; 
	text-decoration: none;
	text-align: center;
	padding: 12px 0 10px;
	border: 2px solid transparent;
}

.btn-menu:hover{
	background:#551018;
	border: 2px solid #EFC07Ad;
	color: #EFC07A;
}

/*ABOUT US*/
/*about 1*/
.about1{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.ab1-aside-left{
	width: 50%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%
}

.ab1-aside-right{
	width: 50%;
	box-sizing: border-box;
}

.ab1p p{
	font-size: 18px;
	font-family: "Average Sans", sans-serif;
	text-align: justify;
	padding: 0;
/*	padding-bottom: 20px;*/
}

/*about 2*/
.about2{
	width: 100%;
	height: 100vh;
	background: url("images/About Us 1.jpg")no-repeat center / cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #EDD5B1;
	
}

.about2-text{
	width: 90%;
	box-sizing: border-box;
	padding-left: 11%;
}

.paragraph{
	font-size: 18px;
	font-family: "Average Sans", sans-serif;
	text-align: justify;
	padding-bottom: 2%;
}

.quote {
	font-family: "Averia Serif Libre", serif;
	font-size: 20px;
	text-align: justify;
	text-align: center;
	color: #EFC07A;
}


/*Menu*/
/*menu 1*/
.menu1{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.m1-aside-left{
	width: 50%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%
}

.menu-image{
	width: 100%;
}

.m1-aside-right{
	width: 50%;
	box-sizing: border-box;
}

.m1h1{
	font-family: "Zhi Mang Xing", cursive;
	font-size: 40px;
}

.m1h2{
	font-family: "Averia Serif Libre", serif; 
	font-size: 20px;
}

.m1p p{
	font-size: 18px;
	font-family: "Average Sans", sans-serif;
	text-align: justify;
/*	padding-top: 15px;*/
}

/*menu 2*/
.container-menu{
	width: 100%;
	height: 240vh;
	background: url("images/BG Flower.jpg")no-repeat center / cover;
}

.row {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	gap: 1rem;
}

.col {
	width: 50% !important;
	padding: 0;
}

.col-cont {
	clear: both;
	margin: 0 60px;
	padding: 0;
}

.menu-cont-top h3{
	display: flex;
	flex-direction: row;
	align-items:center;
	align-content: center;
	gap: 1rem;
	justify-content: flex-start;
	font-family: "Averia Serif Libre", serif;
	font-size: 26px;
	color: #442917;
}

.border-line {
	width: 30%;
	height: auto;
}

.desc p{
	font-family: "Average Sans", sans-serif;
	color: #442917;
	font-size: 18px;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.border-line {
	width: 30%;
	height: auto;
}

/*
.img-col {
	width: 100%;
	height: auto;
}
*/

.menu-head {
	width: 30%;
/*	height: 5%;*/
	background-color:#442917;
	margin-left: 35%;
	padding-top: 13px;
	text-align: center;
}

.menu-subhead{
	color:#442917;
	font-family: "Averia Serif Libre", serif;
	font-size: 40px;
	margin-left: 60px;
	padding-top: 1rem;
}

.bold {
	font-size: 50px;
	font-weight: 700;
	font-family: "Averia Serif Libre", serif;
	color: #F6E4CA;
}

.img-col {
	width: 25%;
	height: auto;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.horizontal-line {
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
	border-style: inset;
	border-width: 2px;
	background-color: #442917;
}

/*contact page*/
.contactpage{
	width: 100%;
	height: 100vh;
	background: url("images/Contact.jpg")no-repeat center / cover;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.contactpage h1{
	color: #EFC07A;
}

.contactpage h2{
	color: #EDD5B1;
}

.c-aside-left{
	width: 50%;
	align-content: center;
	padding-left: 25%;
}

.c-aside-left h2{
	margin-bottom: 40px;
}

.fb-contact, .ig-contact, .twt-contact{
	display: flex;
	flex-direction: row;
	gap: 11px;
	padding: 10px 0;
	align-items: center;
}

.CALL-US, .ADDRESS, .WORKING-HOURS{
	padding: 10px 0;
}

.social-media-contact{
	padding-bottom: 40px;
}

.other-contact{
	padding: 10px 0;
}
.social-media-contact h3{
	font-family: "Averia Serif Libre", serif;
	font-size: 18px;
	color: #EDD5B1;
	margin: 0;
}

.other-contact h3{
	font-family: "Averia Serif Libre", serif;
	font-size: 20px;
	color: #EFC07A;
	margin: 0;
}

.contact-info p{
	font-size: 18px;
	font-family: "Average Sans", sans-serif;
	color: #EDD5B1;
	margin:0;
}

/*feedback form*/
.c-aside-right{
	width: 50%;
	padding-left: 3%;
}
.feedback {
	width: 500px;
	background-color:#551018;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	padding: 20px 10px;
}

.feedback-box{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 10px 15px 15px 15px !important;
}

.feedback h3{
	font-size: 28px;
	font-family: "Averia Serif Libre", serif;
	color:#EDD5B1;
	text-align: center;
}

label{
	font-size: 18px;
	font-family: "Averia Serif Libre", serif;
	color:#FFFFFF;
	padding-bottom: 10px;
}

input[type="text"] {
	padding: 0;
	height: 30px;
	width: 100%;
	font-size: 16px;
	font-family: "Average Sans", sans-serif;
	background-color: #A6592E;
	color: #FBFDFD;
	border:none;

}


input::placeholder{
	color: #A7A7A7;
	text-align: start;
}

textarea::placeholder {
	color: #A7A7A7;
}

textarea {
	height: 150px;
	font-size: 16px;
	border:none;
	font-family: "Average Sans", sans-serif;
	background-color: #A6592E;
	color:#FFFFFF;
}

input[type="RESET"] {
	background-color: #E19D4D;
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px 26px;
	font-family: "Averia Serif Libre", serif;
	border: none;
/*	padding: 10px 15px;*/
}

input[type="SUBMIT"] {
	background-color: #E19D4D;
	height: auto;
	width: auto;
	margin: 0;
	padding: 10px 20px;
	font-family: "Averia Serif Libre", serif;
	border: none;
}

input[type="RESET"]:hover {
	background-color: #981D1F;
	color: #EDD5B1;
	border: none;
}

input[type="SUBMIT"]:hover{
	background-color:#405825;
	color: #EDD5B1;
	border: none;
}

.respond{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5%;
}

.feedback-horizontal-line {
	display: block;
	margin: 5px 5px;
	border-style: inset;
	border-width: 1px;
	background-color: #442917;
}

.name, .email, .phone, .feedback-box {
	padding: 10px 15px;
}

/*reservation page*/
.reservationpage{
	width: 100%;
	height: auto;
	background: url("images/Reservation.jpg")no-repeat center / cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/*reservation form*/
.reservation {
	width: 60%;
	border-radius: 30px;
	background-color:#380505;
	display: flex;
	flex-direction: column;
	padding: 80px 50px;
	margin: 7% 0;
}

.col-sm-10 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.notes-box{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0;
	padding: 0 !important;
}

.row{
	margin: 0;
	padding: 0;
	gap:0;
}

.reservation h1{
	font-size: 45px;
	font-family: "Averia Serif Libre", serif;
	color:#EDD5B1;
	display: flex;
	flex-direction: row;
	justify-content: center;
/*
	padding-bottom:30px ;
	padding-left: 27%;
*/
}

.reservation-box label{
	font-size: 26px;
	font-family: "Averia Serif Libre", serif;
	color:#FFFFFF;
	padding: 20px 0 10px;
}

.reservation-box input[type] {
	padding: 0;
	height: 40px;
	width: 100%;
	font-size: 20px;
	font-family: "Average Sans", sans-serif;
	background-color: #A6592E;
	color: #FBFDFD !important;
	border-radius: 0;
	border-color: #6E6B6B;
/*	text-align: start;*/
}

input::placeholder{
	color: #A7A7A7 !important;
	text-align: start;
}

textarea::placeholder {
	color: #A7A7A7;
}


textarea {
	height: 200px;
	margin: 0;
	font-size: 20px;
	font-family: "Average Sans", sans-serif;
	background-color: #A6592E;
	color: #FBFDFD;
}

.reservation-respond {
	width: 100%;
	padding-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	text-align: center;
	gap: 2%;
}

.reservation-respond input[type="RESET"] {
	background-color: #E19D4D;
	height: auto;
	width: 40%;
	margin: 0;
	padding: 10px 20px;
	font-family: "Averia Serif Libre", serif;
	font-size: 25px;
	color: #000000 !important;
}

.reservation-respond input[type="SUBMIT"] {
	background-color: #E19D4D;
	height: auto;
	width: 40%;
	margin: 0;
	padding: 10px 10px;
	font-family: "Averia Serif Libre", serif;
	font-size: 25px;
	color: #000000 !important;

}

.reservation-respond input[type="RESET"]:hover {
	background-color: #981D1F;
	color: #EDD5B1 !important;
}

.reservation-respond input[type="SUBMIT"]:hover{
	background-color:#405825;
	color: #EDD5B1 !important;
}

.reservation-horizontal-line {
	display: block;
	margin: 15px 5px;
	border-style: inset;
	border-width: 3px;
	width: 100%;
	background-color: #EFC07A;
}

.name, .email, .phone, .notes-box, .date, .time, .total-people {
	padding: 10px 15px;
}

/*Footer*/
.main-foot {
	display: flex;
	flex-direction: row;
	align-items: flex-end;
	justify-content:space-between;
	background-color: #551018;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 60px;
	color: #EFC07A;
}

.copyright p{
	font-size: 12px;
	font-family: "Average Sans", sans-serif;
	display: flex;
  	flex-direction: row;
	justify-content: flex-end;
	margin: 0;
}

.footer-info {
	display: flex;
	flex-flow: row;
	justify-content: flex-end;
	width: 70%;
	column-gap: 10%;
}

.footer-info h1{
	font-size: 16px;
	font-family: "Averia Serif Libre", serif;
	color: #EDD5B1;
	padding-bottom: 5px;
}

.footer-info h2{
	font-size: 12px;
	font-family: "Average Sans", sans-serif;
	margin: 0 !important;
}

.social-media-icon{
	padding: 0;
	margin: 0;
	display: flex;
	gap: 11px;
}

.findus, .followus, .callus{
	border-left: 1px solid #EDD5B1;
    box-sizing: border-box;
	padding-left: 15px;
}

@media (max-width:992px){
	.navbar-toggler-icon{
		filter: invert(100%);
	}
	
	.logo{
		width: 30px !important;
		height: auto !important;
	}
	
	a.RESERVATION{
		width: 100%;
		background-color:#551018;
		border-color: #551018;
		color: #EDD5B1;
}
	
	.herosection{
	width: 100%;
	height: 100vh;
	margin: 0 0;
	}
	
	.hero{
	margin: 0 21.5px;
	}
	
	.hero h1{
	font-size: 80px;
	margin: 0;
	}

.hero h2{
	font-size: 35px;
	margin: 0;
	padding: 0;
	}

.hero p{
	font-size: 15px;
	margin: 0;
	padding-bottom: 15px;
	}	

.btn-hp1{
	width: 50%;
	height: 20%;
	font-size: 20px;
	border: 2px solid transparent;
	margin: 0 auto;
	text-align: center !important;
	}
	
	/*homepage 2*/
	.homepage2{
		width:100%;
		height: auto;
		display: block;
		align-content: center;
		justify-content: center;
	}
	
	.hp2-aside-left{
		width: 100%;
		font-size: 2em;
		padding-bottom: 1em;
	}
	
	.hp2-aside-right{
		width: 100% !important;
}
	
	.homepage-img{
		width: 100%;
		height: auto;
	}

	.desktop-image{
		display: none;
	}

	h1 {
		font-size: 50px;
		margin: 0;
		text-align: center;
	}

	h2 {
		font-size: 30px;
		margin: 0;
		padding-bottom: 5px;
		text-align: center;
	}

	.hp2p{
		font-size: 20px;
	}

	/*homepage 3*/
	.homepage3{
		width: 100%;
		height: 100vh;
		display: block;
		align-content: center;
		text-align: center;
		color: #EDD5B1;
		margin: 0;
	}
	.hp3-aside-left {
		width: 100%;
		margin: 0;
		padding: 0 21.5px !important;
		
	}
	.hp3-aside-right{
		width: 0% !important;
		margin: 0;
	}
	
	.hp3p{
		font-size: 20px;
	}

	.btn-menu{
		width: 50%;
		height: 20%;
		font-size: 20px;
		border: 2px solid transparent;
		margin: 0 auto;
		text-align: center !important;
	}

		/*ABOUT US*/
	/*about 1*/
	.about1{
		width:100%;
		height: auto;
		display: block;
		align-content: center;
		justify-content: center;
	}
	
	.ab1-aside-left{
		width: 100%;
		font-size: 2em;
		padding-bottom: 1em;
	}

	.ab1-aside-right{
		width: 100% !important;
	}
	
	.about-img{
		width: 100%;
		height: auto;
	}
	
	
	.ab1p p{
		font-size: 20px;
		padding: 0;
		margin: 0;
	/*	padding-bottom: 20px;*/
	}
	

	/*about 2*/
	.about2{
		width: 100%;
		height: 100vh;
		display: block;
		align-content: center;
	}

	.paragraph p{
		font-size: 20px;
		margin:0 !important;
		margin-bottom: 3px;
		padding: 0 !important;
	}

	.quote {
		font-size: 22px;
		margin:0;
		padding: 0;
	}
	
	/*Menu*/
/*menu 1*/
.menu1{
	width:100%;
	height: auto;
	display: block;
	align-content: center;
	justify-content: center;
}

.m1-aside-left{
	width: 100%;
	margin: 0;
	padding: 0 21.5px !important;
}

.m1-aside-right{
	width: 100% !important;
	margin: 0;
}

.menu-image{
		width: 100%;
		height: auto;
}

.m1h1{
	font-size: 40px;
}

.m1h2{
	font-size: 32px;
	padding-bottom: 5px;
}

.m1p p{
	font-size: 20px;
}

/*menu 2*/
	.container-menu{
		height: 860vh;
	}
	
	.img-col{
		display: block !important;
		width: 100%;
	}
	
	.menu-content{
		display: block !important;
		width: 100%;
	}
	
	.col{
		display: block;
		width: 100% !important;
	}
	
	.menu-head {
	display: block;
	align-items: center;
	width: 50%;
	margin-top: 0;
	margin-left: 25%;
	height: none !important;
}
	
	.menu-cont-top h3{
		display: block !important;
		width: 100%;
	}
	
	.desc p{
		display: block;
		padding-bottom: 30px;
	}

/*contact*/
.contactpage{
	display: block;
	width: 100%;
	height: auto;
	
}

.contactpage h1{
	color: #EFC07A;
	font-size: 50px;
}

.contactpage h2{
	color: #EDD5B1;
	font-size: 30px;
}

.c-aside-left{
	display: block;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding:50px 21.5px 30px;
	text-align: center;
	align-items: center;
}

.c-aside-left h2{
	margin-bottom: 40px;
}

.fb-contact, .ig-contact, .twt-contact{
	justify-content: center;
}

.CALL-US, .ADDRESS, .WORKING-HOURS{
	padding: 10px 0;
}

.social-media-contact{
	padding-bottom: 40px;
}

.other-contact{
	padding: 10px 0;
}
.social-media-contact h3{
	font-size: 20px;
}

.other-contact h3{
	font-size: 32px;
}

.contact-info p{
	font-size: 20px;
}

.contact-img{
	width: 10%;
	height: auto;
	}

/*feedback form*/
.c-aside-right{
	width: 100%;
	padding: 40px 21.5px 50px;
}
.feedback {
	width: 100%;
}

.feedback h3{
	font-size: 32px;
	font-family: "Averia Serif Libre", serif;
	color:#EDD5B1;
	text-align: center;
}

label{
	font-size: 20px;
}

textarea {
	font-size: 16px;
	height: 150px;
}

/*Reservation*/
	
.reservation{
	width: 80%;
	padding: 25px;
		
}
	
.reservation h1{
	font-size: 20px;
}

.reservation-box label{
	font-size: 20px;
	padding-top: 10px;
}

	.reservation-horizontal-line{
		margin: 10px 0 5px;
	}

.col-sm-10 input[type] {
	height: 30px;
	font-size: 16px;
	}

.reservation-respond input[type="RESET"] {
	margin: 0;
	padding: 10px 26px;
	font-size: 18px;
}

.reservation-respond input[type="SUBMIT"] {
	margin: 0;
	padding: 10px 20px;
	font-size: 18px;
}
	
	/*Footer*/
	.main-foot {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
		align-content: center;
		justify-content: center;
		text-align: center !important;
		padding: 15px 21.5px 35px;
		color: #EFC07A;
		align-items: center;
	}
	
	.copyright p{
		display: block;
		font-size: 13px;
		margin: 0;
		flex-direction: column-reverse;
	}


	.footer-info {
		width: 100%;
		column-gap: 5%;
		display: block;
		padding-bottom: 35px;
/*		flex-direction: column-reverse;*/
	}

	.footer-info h1{
		font-size: 28px;
		padding-top: 20px;
		padding-bottom: 3px;
	}

	.footer-info h2{
		font-size: 20px;
		margin: 0 !important;
	}

	.social-media-icon{
		padding: 0;
		margin: 0;
		gap: 10px;
		justify-content: center;
		align-content: center;
	}
	
	.icon{
		width: 30px;
		height: auto;
	}

	.findus, .followus, .callus{
		border-left: 1px transparent;
		box-sizing: border-box;
		padding:0 ;
	}
	
}


