/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {

}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {

}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {

}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {

}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	
}

/* iPad 3 (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (-webkit-min-device-pixel-ratio : 2),
only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (min-resolution: 192dpi) { 

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
	
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
	
}

/* Retina displays ----------- */
@media  only screen 
and (-webkit-min-device-pixel-ratio : 2), 
only screen 
and (min-resolution: 192dpi) {

}

<picture> 
  <!-- Default low resolution image -->
  <source srcset="small.jpg" type="image/jpg">
  
  <!-- Medium resolution image -->
  <source srcset="medium.jpg" media="(min-width: 768px)">
  
  <!--High resolution Image -->
  <source srcset="large.jpg" media="(min-width: 1200px)">
  
  <!-- Fallback image incase the picture element is not supported --> 
  <img src="small.jpg" alt="description of image"> 
</picture>

@font-face{
		font-family: 'majesti-banner';
		src: url(fonts/Majesti-Banner-Bold.otf);
		font-style: normal;
		font-weight: 400;
}
@font-face{
		font-family: 'majesti-banner';
		src: url(fonts/Majesti-Banner-Medium.otf);
		font-style: normal;
		font-weight: 100;
}
@font-face{
		font-family: 'majesti-banner';
		src: url(fonts/Majesti-Banner-Light.otf);
		font-style: normal;
		font-weight: 200;
}






.nav ul {
	list-style: none;
	background-color: #8a8c8f;
	text-align: right;
	padding: 5px;
	margin: 0;
	width: 100%;
	height: 50px;
}

.nav li {
	display: inline-block;
	font-family: 'majesti-banner', serif;
	font-weight: 400;
	margin: 1%;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 2px solid #41393d
	
}

.nav a {
	text-decoration: none;
	color: #41393d;
	display: block;
	transition: .3s;
	background-color: #8a8c8f;
	
}

.nav a:hover {
	background-color: #d7e4c2;
	color: #d4a18d;
	padding: 8px;
}

.mainimage {
	clear:both;
	z-index: 1;
}

.inner {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 5px;
	left: 520px;
	top: 120px;
	display: inline-block;
	clear: both;
}










html, body {
		overflow-y: scroll;
 		padding: 10px;
		margin: 0;
		font-family: majesti-banner;
    background-color: #41393d;
	
}

 h1 {
		
		font-family: majesti-banner;
		font-weight: 100;
    color: #be1e2d;
		text-align: center;
		font-size: 1.875em; /* 40px/16=2.5em */
}

h2 {
	font-family: majesti-banner;
	font-weight: 100;
	color: #8a8c8f;
	font-size: 1.875em; /* 27px/16=1.69em */
}

p{
	color: #8a8c8f;
		font-family: majesti-banner;
		font-weight: 200;
}



div.container {
	background-color: #fff;
	padding: 20px;
	height: 160px;
	width: 50%;
	border: 2px solid #8a8c8f;
	background-color: #8a8c8f;
	position: relative;
	left: 100px;
	bottom: -70px;
}

div.box {
	background-color: #fff;
	padding: 20px;
	height: 230px;
	width: 40%;
	border: 2px solid #8a8c8f;
	background-color: #8a8c8f;
	position: relative;
	left: 500px;
	bottom: 40px;
}

div.boxtwo {
	background-color: #fff;
	padding: 20px;
	height: 230px;
	width: 40%;
	position: relative;
	top: 80px;
	left: 310px;
}




div.chef-man {
	background-color: #fff;
	height: 200px;
	width: 20%;
	position: relative;
	left: 800px;
	bottom: 129px;
}




h2 {
	margin: 0px;
	text-align: left;
	width: 100%;
	color: black;


}

h1 {
	margin: 0px;
	height: 100px;
	text-align: left;
	width: 100%;
	color: black;


}



p {
	
	text-align: left;
	color: black;
	padding: 10px;
	margin: 0px;

	
	
}

p2 {
	
	text-align: center;
	color: black;
	padding: 0px;
	margin: 0px;
}



.chef-man img {
	float: right;
	position: absolute;
	width: 300px;
	height: auto;
	right: 0px;
bottom: 0px
	
}


#map {
	position: relative;
	top: 70px;
	left: 40px;
	
	
}

.wonton img{
	position: relative;
	top: 30px;
}

.footer-distributed{
	background-color: #292c2f;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;

	padding: 55px 50px;
	margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-distributed h3{
	color:  #ffffff;
	font: normal 36px 'Cookie', cursive;
	margin: 0;
}

.footer-distributed h3 span{
	color:  #5383d3;
}

/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #5383d3;
	text-decoration: none;;
}


/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

}
