/* CSS Resets */
h1, h2, h3, h4, p, nav ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: none;
}
a{
	text-decoration: none;
}
img { max-width: 100%; display: block; margin: auto; }
* { box-sizing: border-box;}

/* end Resets */

/***** Fonts	*****/
body{
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-optical-sizing: auto;
	font-style: normal;
	color: #0d1321;
	background-color: #EEECDF;
	padding-top: 9px;
	padding-bottom: 30px;
	font-size: 18px;
}


h1,h2,h3,h4{
	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 600;
	color: #2A2D34;
	font-style: normal;
}


/***** Navigation	*****/
nav{
	font-family: "Work Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

a:link, a:visited {
	color: #433A3F;
}

a:hover, a:active {
	color: #7D4F50;
	text-decoration: underline;
}

#topNav ul {
	display: block;
	display: flex;
	flex: 1;
	justify-content: space-between;
	padding-right: 25px;
	padding-left: 25px; 
	text-transform: uppercase;
	text-align: center;
	line-height: 28px;
	margin-bottom: 20px;
}




/*****	Main  ****/

main{
}

 h1{
	text-align: center;
	font-size: 45px;
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 25px;
	line-height: 50px;
}
p {
  margin-bottom: 1em;
  line-height: 1.4em;
	margin: 30px;
	padding: 0px 5px 5px 0px;
}



 #buttons ul li{
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
	border-radius: 15px;
	background-color: #C6A78E;
	text-align: center;
	font-size: 20px;	
	padding: 5px;
}


#buttons ul{
	width: 100%;
	display: block;
	display: flex;
	flex:1;
	justify-content: space-between;
	padding: 25px;
	gap: 5px;
}

#buttons a:link, #buttons a:visited{
	color: #E8ECEF;
}
#buttons a:hover, #buttons a:active{
	color: #4E0110;
}


/********** 	Visit Us 	*********/

#visitUs{
	margin: 30px 0px 20px;
	padding: 60px 0px 20px;
}
#visitUs section img{
	margin: 20px 0px;
}

/******	Footer	******/

#pagefooter{
	padding: 20px;
	background-color: #C6A78E;
	color: #E6E6E9;
}

#pagefooter a:link, #pagefooter a:visited{
	color: aliceblue;
}

#pagefooter a:hover, #pagefooter a:active {
	color: #546A76;
}

#pagefooter article h2 {
	font-size: 26px;
	font-weight: 600;
	line-height: 32px;
	color: #FDFCFC;
	margin-left: 30px;
}

#pagefooter h3{
	margin-top: 20px;
	color:#EBF7FF
}

#pagefooter div{
	display: flex;
	gap:40px;
}

#pagefooter div nav ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

#pagefooter nav ul li {
	margin-bottom: .5em;
}


#pagefooter .social {
	display: flex;
	margin:15px;
}


#pagefooter article nav ul li a {
  padding-right: 10px;
  font-size: 25px;
}

/*******	Menu Page	******/

.foodMenu img {
	width: 300px;
	height: 300px;
}

.foodMenu h1{
	font-size: 30px;
	text-decoration: underline;	
	margin-bottom: 30px;
}

.foodMenu{
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 35px;
	margin-bottom: 60px;
}

.foodMenu ul{
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 100px;
}

.foodMenu li{
	margin-bottom: 40px;
	
}



/*******	About Page	******/

.aboutSection h1{
	font-size: 30px;
	text-decoration: underline;	
}
.aboutSection{
	margin: 0px 0px 60px 0px;
	padding: 20px 0;
}
.aboutSection p{
	/*margin: 34px;*/
	padding-right: 10px;
}


/*******	Events Page	******/

#eventsTitle{
	font-size: 36px;
	margin: 30px 0;
}
.events h2{
	margin-left: 30px;
}
.events{
	margin: 0 20px 20px 0;
}

#newsLetter h2{
	text-align: center;
	margin: 40px;
}
#newsLetter{
	margin: 80px 0px;
	padding: 20px 0px;
}

form{
	margin: 0;
	text-align: center;
	padding-top: 15px;
}
input[type="text"], input[type="email"], textarea {
	width: 220px;
	padding: 10px;
	margin-bottom: 20px;
	background: none;
	border-radius: 20px;
}

input[type="submit"]{
	background: #312c29;
	border: none;
	border-radius: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #f8fff1;
	padding: 7px 14px;
}


/*Tablet View*/
@media screen and (min-width:750px){
	

	#container{
	margin: auto;
	}
	
	body {
	font-size: 1.2em;
	}
	
	/*Hero section*/
	
	#heroImage{
	
	width: 1000px;
	height: 500px;
	}
	
	
	#heroTitle{
		width: 600px;
		margin: auto;
	}
	
	main #heroSection{
	margin: auto;
	width: 600px;
	text-align: center;	
	padding: 15px;
	}
	
	#buttons ul li{
	font-size: 20px;
	padding: 15px;
	gap: 30px;
	}
	
	#buttons ul li{
	border-radius: 40px;
	}
	
	/*visit us section*/
	
	#visitUs article{
	padding: 25px;
	margin-bottom: 10px;
		
	}
	
	#visitUs img {
	width: 350px;
	height: 500px;
	margin: auto;
	}
	
	#visitUs div {
	display: flex;
	flex: 1;
	justify-content: space-between;

	}
	
	/*about section*/
	
	.aboutSection img{
		width: 400px;
		height: 350px;
	}
	
	.aboutSection div{
		display: flex;
		flex: 1;
		justify-content: space-between;
	}
	
	
	/*Menu section*/
	
	.foodMenu {
		margin-left: 0px;
	}
	
	.foodMenu img{
		/*margin: 0 0 0 30px;*/
		width: 200;
		height: 200;
		/*padding-left: 40px;*/
	}
	
	
	.foodMenu article div{

		display: flex;
		flex: 1;
		justify-content: center;
		gap: 40px;
		/*margin-left: -50px;*/
	}
	
	.foodMenu article{
	width: 600px;
		margin: auto;
}
	
	
	/*Event page*/
	
	.events {
		display: flex;
	}
	
	.events img{
		width: 450px;
		height: 650px;
	}
	
	form{
		text-align: center;
	}
	
	input[type="text"], input[type="email"], textarea {
		width: 400px;
	}
	
	input[type="submit"] {
		padding: 10px 18px;
	}
	
}

/*Desktop View*/

@media screen and (min-width:950px){
	
	#container{
		max-width: 950px;
		background-color: #EEECDF;
		
	}
	
	body{
	background-color: #F1E9D6;
	}

	
}

