@charset "utf-8";
/* FOOD */
body{
	background :#D8D3D1;
	font-family:"Dancing Script', cursive";
	overflow-x: hidden;
}
.navbar {
	border:none;
}


.navbar > ul > li {
	list-style: none;
	margin: 30px 0px 30px 170px;
	padding: 0px;
	display: inline-block;


}

.navbar > ul > li a {
  	width: 100px;
	height: 50px;
	border: 1px ;
	padding: 20px;
	box-sizing : border-box;
	font-family:'Cormorant Garamond', serif;
	font-size: 25px;
	text-decoration: none;
	color: black;
	
	
}

.navbar > ul > li a:hover {
  	background-color:#C1C0B6;
	color: black;
}

.maincoursemenu{
	background:black;
	
}

#maincourseTitle{
	color:white;
	font-size:20px;
	font-family:'Cormorant Garamond', serif;
}

.intro{
	background: white;
	bottom:100px;
	position: relative;
	width: auto;
}

.lastsessionlink {
	font-size: 70px;	
}

.lastsessioncontact{
	font-size:40px;
}

.containerintro{
	font-family:"Dancing Script', cursive";
}