@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}

a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Josefin Slab',serif;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}



/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 3em;
	font-family: arial,helvetica;
	color: #fff;
	margin:0;
}
.section p,
.intro p{
	color: #000;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


ul li {
	font-size: 2.2rem;}



/* Sections backgrounds
* --------------------------------------- */

div.darkBG h2, div.darkBG h3, div.darkBG h4, div.darkBG p{
	color:#fff;
}

	#header, #footer {
		position:fixed;

		height: 80px;
		display:block;
		width: 100%;
		background: #fff;
		z-index:900;
		text-align:center;
		color: #f2f2f2;
		padding: 20px 0 0 0;
	}

	#header {
		top:0;
		border-bottom:2px solid red;
	}



   #footer {
   	bottom:0;
   	color:#000;
   }




/*menu stuff */ 

div.category {
	text-align: center;
}

div.list-items {
	    display: flex;
		flex-flow: row wrap;
		justify-content: space-evenly;
}

div.groupy .list-items {
     display:block;
}

.menuItem  {
	border: 1px solid #000;
	width: 300px;
	height:110px;
	border-radius: 8px;
	padding: 10px;
	text-decoration: none;
	position:relative;
	margin-bottom:12px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	background:#fff;
	
}

div.sidey .menuItem {
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	border:none;
	height: inherit;
	width:100%;
	max-width:330px;
	text-align: left;
	padding:2px;
}

div.groupy .menuItem  {
	border: none;
	width: 300px;
	height:inherit;
	padding: 4px;
	text-decoration: none;
	position:relative;
	margin: 4px auto; 
	display: block;
	background:#fff;
}

div.groupy .menuItem h4 {
	/* no price */ 
	display:none;
}



div#drinks_menu .menuItem, div#wines .menuItem {
	height:110px;
	width:180px;
	border:none;
	border-top:1px solid #000;
	border-radius:0px;
	display: flex;
	flex-flow: column;
	justify-content: space-around;
	background:none;
}

.menuItemBlock {
	
}


.menuItem h3 {
	font-size:1.2rem;
}

.sidey .menuItem h3, .sidey .menuItemBlock h3 {
	font-size:1.2rem;
}


#food .menuItem {
	background-color:#fff;
}


a.menuItem:hover,a.menuItem:active {
background-color: red;

color:white;
}


/*a.menuItem h4 {
	position:absolute;
    bottom:5px;
    right:7px;
}*/





/* magnif white popu */ 

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  margin: 20px auto;
  text-align: center;
}

.white-popup img {
  width:80%;
  max-width: 550px; 
}

.white-popup img.portrait {
  width: 240px; 
}


.white-popup p {
  margin:14px auto;
}

/* end of menu stuff */ 

/* from index */ 
	/* Style for our header texts
	* --------------------------------------- */
	h1{
		font-size: 3rem;
		color: red;
		text-shadow: 2px 2px 4px #000000;
		margin:45px 0 10px 0;
		padding:0;
	}



	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
	}


	/* Backgrounds will cover all the section
	* --------------------------------------- */
	.section{
		background-size: cover;
	}
	.slide{
		background-size: cover;
	}


	h1,h2,h3,h4 {
		font-family: 'Arial',sans-serif; 

	}

	h2 {
		font-size:1.5rem;
	}

	h3 {
		font-size:1.2rem;
	}

	h4 {
		font-size:1.1rem;
	}


	div.connie {
		padding:12px;
	}

	div.connie.whitey {
		background:rgba(255,255,255,.7);
		
		
	}

	div.connie.downer {
		margin-top:25%;
	}

	div.connie.noBG {
		/* will be white text */ 
		background:none;
		color:#fff;
	}

	div.connie.noBG h1,div.connie.noBG h2, div.connie.noBG h3, div.connie.noBG h4, div.connie.noBG h5, div.connie.noBG p {

		color:#fff;
		text-shadow: 2px 2px 4px #000000;
	}



/* end of from index */ 


/* NAVIGATION / MENU */ 

nav {
	display:block;
	/*margin:40px auto;*/
	width:30%;
	min-width:300px;
	text-align:left;
	border-radius: 1px;


}

nav.doneAni {
	position: absolute;
}


nav.opened {
background-color: #000;
	top:0;
	left:0;
	z-index: 800; 
	padding:20px;
	display: block;
	text-align:center;
	border:1px solid #777070;
}

nav.opened a:hover {
	color:gold;
}

nav.opened a {
	text-shadow:none;
}



nav a {
	display: block;
	line-height: 1.5;
	opacity:1;
	font-family: 'Avro', serif;
	text-decoration: none;
	font-size: 1.6em;
	font-weight:bold;
	text-shadow:2px 2px #333;
	color:white;
	z-index: 33;
}


nav a.revealed {
	opacity:1;
}


.menuTogg {
    background: transparent;
    cursor: pointer;
    padding: 8px;
    width: 48px;
    position: fixed;
    top: 0px;
    right:0px;
    padding-bottom: 14px;
    z-index:30;
/*    display: none;*/
}

.menuTogg.revealed {
	display:block;
}

.menuTogg:hover {
	background:#777070;
}


div.overlay {
	width:100%;
	height: 100%;
	background: #000; 
	opacity:.6;
	position:fixed;
	top:0;
	left:0;
	z-index:100;
	display:none;
}

body.openMenu div.overlay {
	display:block;
}

.myButton {
	background:linear-gradient(to bottom, #43424d 5%, #474973 100%);
	background-color:#43424d;
	border-radius:28px;
	border:1px solid #686fba;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:21px 38px;
	text-decoration:none;
	text-shadow:0px 1px 9px #4040a8;
}
.myButton:hover {
	background:linear-gradient(to bottom, #474973 5%, #43424d 100%);
	background-color:#474973;
}
.myButton:active {
	position:relative;
	top:1px;
}