 *{
	padding: 0;
	margin: 0;
	border: 0.1px solid transparent;
}

body{
	font-family: "Cabin", sans-serif;
}

.font-cabin{
	font-family: "Cabin", sans-serif !important;
}

.font-gloock{
	font-family: "Gloock", serif !important;
}

/*HOME STYLE*/

/*navigation bar*/

.logo{
	margin-left: 1em;
	width: 200px;
	height: auto;
}

.navbar{
	padding: 0;
}

.navbar a{
	color: black;
	text-decoration: none;
	padding: 1rem;
	font-size: 1.2em;
}

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

#navbarNav{
	flex-grow: 0;
	padding-right: 2.4em;
}

.bg-body-tertiary{
	padding: 0;
}


/*hero section*/
.hero{
	width: 100%;
	height: 100vh;
	background: url("images/hero-image2.png") no-repeat center / contain;
	align-items: center;
	justify-content: center;
	display: flex;
}

.hero h2{
	font-family: "Marcellus", serif;
	font-size: 2.5rem;
	padding: 0;
	margin: 0;
	text-align: center;
}

.hero h1{
	font-family: "Gloock", serif;
	font-size: 6rem;
	padding: 0;
	margin: 0;
	padding-bottom: 0.5em;
	letter-spacing: 9px;
}

.hero-content{
	text-align: center;
	color: white;
}

.home-story{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.btn-main{
	text-decoration: none;
	padding: 10px 30px;
	color: black;
	background: white;
	font-family: "Gloock", serif;
	font-size: 1.2em;
}

.btn-main:hover{
	text-decoration: none;
	padding: 10px 30px;
	color: black;
	background: #FAA916;
	font-family: "Gloock", serif;
	font-size: 1.2em;
}

/*story section*/

.story-img{
	width: 300px;
	height: 500px;
}

.aside-left{
	padding: 4.1em;
	padding-right: 2em;
	width: 35%;
}

.aside-right{
	padding: 4.1em;
	padding-left: 2em;
	width: 65%;
}

.aside-left img {
	width: 100%;
	height: auto;
}

.aside-right h1{
	background-color: transparent;
	padding-bottom: 0.2em;
	text-align: right;
	font-size: 4em;
	font: bold;
	font-family: "Gloock", serif;
}

.aside-right p{
	text-align: justify;
	font-size: 1.5em;
	line-height: 1.7;
	font-family: "Cabin", sans-serif;
}

.line{
	height: 0.3rem;
	width: 50%;
}

.aside-right p {
	padding-top: 1em;
}

/*customer section*/
.home-row{
	background-color: #fff6e7;
	padding: 3em;
}

.img-col{
	width: 400px;
	height: 400px;
	border-radius: 50%;
	padding-bottom: 1em;
}

.img-col:hover{
	width: 450px;
	height: 450px;
	transition: 1s;
}

.home-row h1{
	font-family: "Gloock", serif;
	font-size: 4em;
	margin: 0;
}

.title-row {
	display: flex;
	justify-content: space-around;
	padding-bottom: 3em;
	align-items: center;
}

.line-row {
	height: 0.3rem;
	width: 20%;
}

.col{
	display:table-row;
	padding: 0 4em;
}

.col h3{
	font-family: "Gloock", serif;
	color: #BD212C;
	padding-bottom: 0.5em;
	font-size: 1.7em;
	font: bold;
}

.col p{
	font-size: 1.3em;
	font-family: "Cabin", sans-serif;
	margin-bottom: 0;
}

.whole-row{
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 3em 1em;
}


/*rating section*/

.home-last{
	display: flex;
	gap: 50px;
	padding: 1em;
	padding-top: 1em;
	padding-bottom: 0;
}

.img-rate{
	width: 500px;
	height: 500px;
	object-fit: cover;
	padding-bottom: 0;
	display: block;
}

.home-last .aside-left{
	padding: 3em;
	width: 70%;
	padding-bottom: 0;
}

.home-last .aside-right{
	padding: 3em;
	width: 50%;
	padding-bottom: 0;
}

.line-rating{
	height: 0.3em;
	width: 100%;
	margin-bottom: 1em;
}

.home-last .aside-right .head{
	font-family: "Gloock", serif;
	padding-top: 1em;
	font-size: 4em;
}

/*footer section*/


.footer-line{
	width: 100%;
	height: 0.3em;
	padding: 0;
	margin-top: -4px;
	display:block;
}

footer {
	background-color: white;
}

.footer-container {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 4.1em 10px 4.1em;
	border-bottom: 1px solid #BBB8B8;
}

.footer-section {
	flex: 1 1;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	align-content: baseline center;
}

.footer-section h2 {
	margin-bottom: 5px;
	font-family: "Gloock", serif;
	font-size: 1.5em;
}

.footer-section p {
	margin: 4px 0;
	font-family: "Cabin", sans-serif;
	font-size: 1.1em;
}

.links a {
	display: block;
	font-family: "Gloock", serif;
	margin: 6px 0;
	text-decoration: none;
	color: black;
	font-size: 1.5em;
	text-align: right;
}

.links a:hover{
	display: block;
	font-family: "Gloock", serif;
	margin: 6px 0;
	text-decoration: none;
	color: #FAA916;
	font-size: 1.5em;	
}

.icons {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
	align-items: center;
}

.facebook{
	border: 1px solid black;
	border-radius: 50%;
}

.yelp{
	border: 1px solid black;
	border-radius: 50%;
}

.trip{
	border: 1px solid black;
	border-radius: 50%;
}

.icons img:hover{
	background: #FAA916;
	color: white; 
	width: 55px;
	height: 55px;	
}

.icons img {
	width: 55px;
	height: 55px;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
}

.footer-logo {
  	width: 260px;
	height: auto;
	padding-left: 5em;
}

.footer-bottom p{
	padding-right: 5em;
	font-family: "Gloock", serif;
	margin: 0;
	align-content: center;
}



/*-----------------------------*/

/*ABOUT US STYLE*/

.about-us{
	background-color: #fff6e7;
	padding: 3em;
}

.whole-about {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3em;;
	gap: 3em;
}

.about-us h1{
	font-family: "Gloock", serif;
	font-size: 3em;
	color: #BD212C;
	text-align: center;
}

.about-image{
	width: 90%;
	border-radius: 20px;
}

.about-text {
	width: 50%;
}

.about-text p {
	font-size: 1.5em;
	line-height: 1.7;
	letter-spacing: 0.5px;
	text-align: justify;
}

.about-line{
	width: 100%;
	height: 0.3em;
}

/*about staff section*/
.about-staff{
	width: 100%;
	height: 100vh;
	background: url("images/staff-image.jpg") no-repeat center / cover;
	align-items:flex-end;
/*	justify-content: center;*/
	display: flex;
	flex-direction: row;
	padding-bottom: 50px;
/*	box-sizing: border-box;*/
}

.staff-content{
	text-align: center;
	display: flex;
	padding: 3em;
}

.inside-content{
	font-size: 1.5em;
	text-align: justify;
	width: 60%;
	margin-left: 3em;
	line-height: 1.7;
}

.inside-title{
	align-items: baseline;
	font-size: 2em;
	text-align: center;
	margin-left: 4em;
}

.staff-content h2{
	font-family: "Marcellus", serif;
	color: white;
	font-size: 1.4em;
}

.staff-content h1{
	font-family: "Gloock", serif;
	color: #FAA916;
	letter-spacing: 2px;
	font-size: 2em;
}

.staff-content p{
	color: white;
}


/*-----------------------------*/

/*menu style*/

.container h1{
	font-family: "Gloock", serif;
	font-size: 3em;
	color: #BD212C;
	text-align: center;
	padding-bottom: 1em;
}


.container {
width: 100vw;
margin: 0 auto;
background-color: #fff6e7;
padding-left: 0;
padding-right: 0;
padding-top: 3em;
padding-bottom: 3em;
}

.container-fluid, .container {
    max-width: 100% !important;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding-right: 3em;
	padding-left: 3em;
}

.col {
	width: 50%;
}

.col-cont {
	clear: both;
	margin: 2rem;
}

.menu-cont-top {
	display: flex;
	flex-direction: row;
	align-items:center;
	align-content: center;
	gap:1rem;
	justify-content: flex-start;
}

.cordon{
	gap:0.2rem;
}

.bleu{
	padding-left: 10px;
}

.subtitle{
	font-family: "Cabin", sans-serif;
	align-items: baseline;
}

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

.linemenu{
	height: 3.7px;
}

.menu-cont {
	display: flex;
	flex-direction: row;
	align-items: center;
}

img {
	width: 100%;
	height: auto;
}

.menu-head {
	width: 25%;
	background-color: #f5d08a;
	margin-top: 2rem;
	padding: 5px;
	font-family: "Gloock", serif;
	align-items: baseline;
	padding-bottom: 0;
	justify-content: center;
	align-content: center;
	text-align: center;
	margin-left: 4em;
}
.bold {
	font-size: 1.75rem;
	font-weight: 700;
	padding: 0.5rem;
}

.img-colmenu {
	width:180px;
	height: 180px;
	border-radius: 300px;
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.menu-cont-top h3{
	font-size: 1.3rem;
	font-family: "Cabin", sans-serif;
	color: black;
	padding: 0;
	margin: 0;
	
}


/*-----------------------------*/

/*location*/

.location h1{
	font-family: "Gloock", serif;
	font-size: 3em;
	color: #BD212C;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
}

.locations h2{
	font-family: "Gloock", serif;
	color: #BD212C;
	font-size: 2em;
}

.locations p{
	font-family: "Cabin", sans-serif;
}

.location-1{
	border: 1px solid transparent;
	background-color: #f5d08a;
	padding: 1em;
	position: absolute;
	bottom: 0;
	margin: 20px;
	font-size: 0.8em;
}


.location-2{
	border: 1px solid transparent;
	background-color: #f5d08a;
	padding: 1em;
	position: absolute;
	bottom: 0;
	margin: 20px;
	font-size: 0.8em;
}

.locations{
	display: flex;
	background-position: top;
	height: 700px !important;
	justify-content: center;
}

.locations:hover{
	display: flex;
	background-position: top;
	height: 750px !important;
	justify-content: center;
	transition: 1s;
}

.locations-whole{
	display: flex;
	justify-content: center;
	gap: 50px;
	flex-wrap: wrap;
	margin-bottom: 70px;
}

.locations{
	position: relative;
      width: 600px;
      height: 400px;
      background-size: cover;
      background-position: center;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 8px 16px rgba(0,0,0,0.2);

}

.location{
	background-color: #fff6e7;
}

/*-----------------------------*/

/*contact*/

.contact{
	background-color: #fff6e7;
	padding: 3em;
/*	display: flex;*/
}

.contact h1{
	font-family: "Gloock", serif;
	font-size: 3em;
	color: #BD212C;
	text-align: center;
	padding-bottom: 1em;
}

.contact-line{
	height: 3.7px;
	width: 50%;
}

.contact-form {
	width: 30vw;
	height: 55vh;
	justify-content: bottom;
	background-color: #FFCC71;
	border: 1px solid black;
	display: flex;
	flex-direction: column;
	padding: 10px;
	font-family: "Gloock", serif;
	margin-left: -30%;
}

input[type="text"] {
	margin: 10px;
	height: 40px;
	font-family: "Cabin", serif;
	border: 1px solid black;
}

input[placeholder]{
	text-align: left;
	padding: 7px;
}

textarea {
	height: 200px;
	margin: 10px;
	padding: 7px;
	font-family: "Cabin", serif;
	border: 1px solid black;
}

textarea[placeholder]{
	margin: 7px;
	font-family: "Cabin", serif;
	
}

button {
	margin: 10px auto;
	height: 30px;
	width: 20%;
	cursor: pointer;
	border: 1px solid black;
}

button[type="button"]:hover{
	background-color: white;
}

button[type="submit"]{
	background: white;
	color: black;
}

button[type="submit"]:hover {
	background-color: #FAA916;
}

label{
	padding: 10px;
	padding-bottom: 3px;
	font-size: 1.3em;
}

.send-button{
	margin: 7px;
	text-align: right;
}

@media (max-width:992px){
	
/*HOMEPAGE*/
	.navbar-toggler-icon{
		height: 1em !important;
	}
	
	.navbar-toggler{
		height: 2em;
	}
	
	.hero{
		background: url("images/hero-image2.png") no-repeat center / cover;
	}
	
	.hero h1{
		font-size: 4em;
	}
	
	.hero h2{
		font-size: 1.5em;
	}
	
	.home-story .aside-left{
		width: 100%;
		padding: 7px;
	}
	
	.story-img{
		width: 100%;
	}
	
	.home-story{
		display: block;
	}
	
	.home-story .aside-right{
		display: block;
		margin: 0;
		padding: 7px;
		width: 100%
	}
	
	.home-story .aside-right h1{
		font-size: 2.3em;
		text-align: center;
		padding-bottom: 2px;
	}
	
	.aside-right .line{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.home-story .aside-right p{
		font-size: 1em;
		text-align: center;
		text-align: justify;
	}
	
	.whole-row{
		display: block;
		padding: 3px;
		margin: 0;
		text-align: center;
	}
	
	.img-col{
		width: 300px;
		height: 310px;
	}
	
	.home-row h1{
		font-size: 2.3em;
		text-align: center;
		padding-top: 1em;
	}
	
	.line-row{
		padding: 0;
		margin: 0;
		width: 20%
	}
	
	.home-row{
		padding: 3px;
		justify-content: center;
	}
	
	.col{
		padding: 0;
		align-content: center;
		align-items: center;
		display: block;
		width: 100%;
	}
	
	.col h3{
		padding-bottom: 2px;
		margin: 0;
	}
	
	.col p{
		padding-bottom: 30px;
	}
	
	.home-last{
		display: block;
	}
	
	.home-last .aside-left{
		width: 100%;
		padding: 0;
	}
	
	.head{
		font-size: 0.5em;
	}
	
	.home-last .aside-right .head{
		font-size: 2em;
		text-align: center;
	}
	
	.home-last .aside-right{
		width: 100%;
		padding: 0;
	}
	
	.home-last .aside-right p{
		font-size: 1em;
	}
	
/*-------------------*/
/*Footer*/
	.footer-container{
		padding: 0;
		display: block;
	}
	
	.footer-logo{
		padding: 0;
		width: 35%;
		padding-left: 10px;
	}
	
	.footer-bottom p{
		padding: 0;
		text-align: right;
		font-size: 12px;
		padding-right: 10px;
	}
	
	.footer-section{
		text-align: center;
	}
	
	.links a{
		justify-content: center;
		text-align: center;
	}
	
	.icons{
		justify-content: center;
		padding-bottom: 0.5em;
	}
	
/*-------------------*/
/*about*/
	.whole-about{
		display: block;
		padding: 0;
		width: 100%;
		justify-content: center;
	}

	.about-image{
		width: 100%; 
		justify-content: center;
		padding: 10px;
	}
	
	.about-us{
		padding: 7px;
	}
	
	.about-us h1{
		padding: 1em;
	}
	
	.whole-about p{
		width: 100%;
		font-size: 1em;
		padding: 7px;
	}
	
	.staff-content{
		display: block;
		justify-content: center;
	}
	
	.inside-content{
		font-size: 1em;
		width: 76%;
		justify-content: center;
	}
	
	
	.inside-title{
		padding: 0;
		margin: 0;
	}
	
	.inside-title h1{
		padding: 0;
		font-size: 1.5em;
	}
	
	.inside-title h2{
		padding: 0;
		margin: 0;
		font-size: 1em;
	}
	
	.about-text{
		width: 100%;
		padding-top: 7px;
	}
/*-------------------*/
/*Menu*/
	.menu-head{
		width: 80%;
		margin: 0;
		margin-left: 3em;
		padding: 0;
		display: block;
		margin-top: 1em;
	}
	
	.container{
		padding: 3em 1em;
	}
	
	.row{
		display: block;
		padding-left: 1em;
		padding-right: 1em;
	}
	
	.col-cont{
		margin: 0;
	}
	
	.menu-cont-top{
		display: block;
	}
	
	.img-colmenu{
		margin: 0;
		margin-top: 2em;
		margin-right: 1em;
	}
	
	.desc{
		font-size: 0.7em;
	}
	
	.bleu{
		width: 100% !important;
		padding-left: 0 !important;
		margin: 0;
	}
	
/*-------------------*/
/*Contact*/
	.maps{
		display: block;
		width: 100%;
	}
	 
	.contact-form-top{
		width: 100%;
	}
	
	.contact-form-top h1{
		text-align: center !important;
		font-size: 1.7em !important;
		padding-top: 1em;
	}
	
	.contact-form{
		margin: 0;
		width: 100%;
	}
	
	.contact-contact{
		display: block !important;
	}
	
}
