html {
	padding: 0;
	margin: 0;
	background-color:#eee;/*background color*/
}

body {
	font-family: Helvetica, sans-serif;
	font-size: 93%;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	background-color:#FFF;
	
}

h1,h2,h3,h5,h6 {
	font-family: 'Kaushan Script', cursive;
	color:#9C0;
}

h4 {
	ont-family: 'Questrial', sans-serif;
	color:#9C0;
}

/* Featured Dishes */
div.featured {	
	font-size: 20px;
	font-weight:550;
	text-align:center;
	letter-spacing: 1px;
	margin: 15px 0 40px 0;
	font-family: 'Kaushan Script', cursive;
	color:#9C0;
}
/* End of Featured Dishes */

/* begining of line-separator */
.line-separator{
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #bbbbbb; 
   line-height: 0.01em;/* line position */

} 

.line-separator span { 
    background:#fff; 
    padding:0 10px; 
}
/* end of line-separator */

p.hashtags {
	display:none;
}

img.profile {
	text-align:center;
	display: block;
    margin-left: auto;
    margin-right: auto
}

img.logo {
	display:none;
}

a,
a:link,
a:active {
    color: #FC0;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6 {margin-top: 0;}

p {
	font-family: 'Questrial', sans-serif;
	
}

p.name {
	font-family: 'Pacifico', cursive;
	color:#9C0;
}

p.subtitle {
	font-family: 'Questrial', sans-serif;
	letter-spacing: 2pt;
	text-align:center;
	font-size: 12pt;
	padding-top: 10pt;
	margin-bottom: 10pt;
	line-height: 0%;
	color: #FC9;
}



.container {
	max-width: 100%;
	margin: 0 auto;

}

.main-content {
	padding: 5px; /*photo size when collapses*/
	padding-bottom: 20px;
	padding-top: 20px;
	
}



img {
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
	border-radius:10pt;
}

img.logo {
	height:10%;
	width: auto;
}

img.dishes {
	
	/*fadein*/
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
	/*fadein*/
}

/* Section Inner */
div.section-inner {
	max-width: 950px;
	padding: 0 20px; /*space between browser edge*/
	margin: 3% auto;
	
	
}

/* Thirds */
div.thirds {
	padding-bottom: 50px;
	
}

div.one-third {
	width: 23%;
	float: left;
	margin-right: 2.5%; /*space between each photo*/
	
}

div.one-third-last {
	margin-right:0%;
	
}

/* End of Third*/



.page-header {  /*black bar*/
	
	padding: 160px 20px;
	padding-left: 50px;
	color: #FFF;
	height: 250px; /*index picture height*/
	padding-top: 150px;
	font-family: 'Pacifico', cursive;
	text-align:center;
	font-size: 25pt;
	line-height: 30pt;
	background-size: 100%;/*head photo size*/
	background-repeat: no-repeat;
	/*fadein*/
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
	/*fadein*/
}

/*fadein*/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/*fadein*/

.page-header-inner {
	padding: 0 20px;
}

.page-header h1 {
	margin: 0;
}

/* Nav Menu */
div.nav-menu {
	background-color: #F00;
	padding: 0 20px; /* space between browser edges when collapses*/
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Questrial', sans-serif;
	font-size:15px;
	letter-spacing: 5px;
	text-align: center; /* center navbar*/
}

div.nav-menu ul {
	margin: 0;
	padding: 0;
	display: inline-block; /* center navbar*/
}

div.nav-menu ul li {
	list-style: none;
	float: left; /* center navbar*/
	
}

div.nav-menu ul li a:link,
div.nav-menu ul li a:visited {
	display: block;
	font-size: 90%;
	padding: 10px 25px 10px 0;
	color: #FC0;
	text-decoration: none;
	font-weight: bold;
}

div.nav-menu ul li a:hover {
	display: block;
	font-size: 90%;
	padding: 10px 25px 10px 0;
	color: #F90;
	text-decoration: none;
	font-weight: bold;
}

.menu-trigger {
	display: none;
}

hr { 
   width: 50%;
   text-align: center; 
   margin-bottom: 45px;
   border-top: 1px solid #666;
   

}

/* Footer */
div.footer {
	background-color: #eee;
	color: #666;
	padding: 15px 0;
	text-align: left;
	padding-left: 30px;
	padding-right: 15px;

}

/* Footer2 */
div.footer2 {
	background-color: #F00;
	color: #FFF;
	padding: 5px;
	text-align: left;
	padding-left: 30px;
	padding-right: 15px;
	padding-bottom: 0px;
	margin-bottom: -90px; /*space between icons and footer*/
	

}



.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }