@charset "utf-8";

/* Fonts --------------------------------------------------------*/
@font-face {
    font-family: 'pacificoregular';
    src: url('../fonts/pacifico-webfont.eot');
    src: url('../fonts/pacifico-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/pacifico-webfont.woff') format('woff'),
         url('../fonts/pacifico-webfont.ttf') format('truetype'),
         url('../fonts/pacifico-webfont.svg#pacificoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/******************************* RESET *******************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video 
{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
html {overflow-y: scroll;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:''; content:none;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}
ins {background-color:#ff9; color:#000; text-decoration:none;}
mark {background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}
table {border-collapse:collapse; border-spacing:0;}
hr {display:block; height:0; background-color: #c7c7c7; border-top: 1px solid #c7c7c7; border-left:0; border-right:0; border-bottom: 1px solid #FFF; margin:1em 0; padding:0;}
*+html hr {height: 2px;}

/* Standard Styles --------------------------------------------------------*/
body {
  background: url('../images/cheffbg-repeat.jpg');
}
.background {
  width: 100%;
  background: url('../images/cheffbg.jpg') no-repeat center top;
}
a {
  text-decoration: none;  
}
a:hover {
  text-decoration: underline;  
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
  color: #834833;
  font-weight: normal;
}

/* Content Styles --------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 870px;
  position: relative;
}

.cheff {
  background: url('../images/chef.png') no-repeat left 96px;
  height: 865px;
}

.logo {
  position: absolute;
  top: 120px;
  right: 0;
}

.receipt {
  display: inline-block;
  position: absolute;
  width: 254px;
  height: 309px;
  padding: 33px 0 0 65px;
  background: url('../images/receiptbg.png') no-repeat;
  top: 395px;
  right: 0;
  font-family: 'pacificoregular';
}

.receipt  h1 {
  display: inline-block;
  width: 195px;
  text-align: center;
  font-size: 40px;
  padding-bottom: 16px;
}

.receipt ul {
  display: inline-block;
}

.receipt ul li {
  display: block;
  list-style: none;
}

.receipt ul li {
  display: block;
  list-style: none;
}

.receipt ul li a {
  display: block;
  color: #844639;
  padding-left: 48px;
  font-size: 18px;
}

.mail a {
  background: url('../images/email.png') no-repeat left 4px;
  padding-bottom: 24px;
}

.twitter a {
  background: url('../images/twitter.png') no-repeat left top;
  padding-bottom: 24px;
}

.facebook a {
  background: url('../images/facebook.png') no-repeat left top;
  padding-bottom: 20px;
}

.skype a {
  background: url('../images/skype.png') no-repeat left top;
  padding-bottom: 24px;
}

.sign {
	display: inline-block;
	position: absolute;
	top: 660px;
	left: 1px;
}

.salt-and-papper {
  display: inline-block;
  position: absolute;
  top: 717px;
  right: 140px;
}

/* Footer Styles --------------------------------------------------------*/
footer {
  margin: 0 auto;
  width: 870px;
  padding-bottom: 30px;
  text-align: center;
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  color: #f1e490;
  text-shadow: 0.1em 0.1em 0.2em #000;
}

/******************************* RESPONSIVE *******************************/
@media (max-width: 900px) {
	.background {
	  background: url('../images/cheffbg.jpg') no-repeat center -145px;
	}
	.wrapper,
	footer {
	  width: 640px;
	}
	.sign {
	  width: 438px;
      top: 572px;
	}
	.cheff {
	  background-position: 20px 96px;
	  background-size: 387px;
	  height: 790px;	  
	}
	.salt-and-papper {
	  right: 30px;
	  top: 595px;
	  width: 140px;
	}
	.receipt {
	  top: 300px;
	  background-size: 250px;
	  width: 206px;
	  height: 244px;
	  padding: 20px 0 0 39px;
	}
	.receipt h1 {
	  font-size: 34px;
	}
	.receipt ul li a {
		font-size: 16px;
	}
	.logo {
	  position: absolute;
	  top: 77px;
	  right: -104px;
	}
}

@media (max-width: 660px) {
	.background {
	  background: url('../images/cheffbg.jpg') no-repeat center -445px;
	}
	.wrapper,
	footer {
	  width: 300px;
	}
	.sign {
	  width: 300px;
      top: 355px;
	}
	.cheff {
	  background-position: 6px 30px;
	  background-size: 280px;
	  height: 768px;	  
	}
	.salt-and-papper {
	  display: none;
	}
	.receipt {
	  top: 484px;
	  background-size: 250px;
	  width: 206px;
	  height: 244px;
	  padding: 20px 0 0 39px;
	  right: 50%;
	  margin-right: -122px;
	}
	.receipt h1 {
	  font-size: 34px;
	}
	.receipt ul li a {
		font-size: 16px;
	}
	.logo{
		display: none;
	}
}
