@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:black;
}

h2 {
	color:red;
}

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;
}

p{
/*	font-size: 1.6em;*/
}


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

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

	#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;
background-color: #ff7878;
background-image: linear-gradient(315deg, #ff7878 0%, #ff0000 74%);
color:#fff;


	}

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


ul li {
	font-size: 2.2rem;}



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

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

/*menu stuff */ 

div.category {
	text-align: center;
}

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

div.list-items-downward {
   
}

.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;
	text-align: left;
}

div.sidey .menuItem, div.sidey .menuItemBlock {
	display:flex;
	flex-flow:row nowrap;
	justify-content: space-between;
	border:none;
	height: inherit;
	padding: 0 12px;
	text-align: left;
	margin:5px auto;
}




.menuItemBlock {
	
}


/*
.menuItem h3 {
	font-size:1.5rem;
}

.sidey .menuItem h3, .sidey .menuItemBlock h3 {
	font-size:1.4rem;
}*/



#nyslices h4 {
	font-size:1.3rem;
	color:#000;
	margin-bottom:14px;
}


a.menuItem:hover,a.menuItem:active {
background-color: #4d4855;
background-image: linear-gradient(147deg, #4d4855 0%, #000000 74%);

}

a.menuItem:hover h3, a.menuItem:hover h4{
color:#fff;

}



/*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: 4em;
		color: #fff;
		text-shadow: 2px 2px 4px #000000;
		margin: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;
	}

	/* Defining each section background and styles
	* --------------------------------------- */
	#welcome{
		background-image: url('../images/welcome-portrait.jpg');
	}


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

	}

	h2 {
		font-size:2rem;
	}

	h3 {
		font-size:1.2rem;
	}

	h4 {
		font-size:1.2rem;
	}


	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;
	}

	/* for wider screens */ 
	@media (orientation: landscape) {

	#welcome{
		background-image: url('../images/welcome.jpg');
	}

	#hours-location{
		background-image: url('../images/map-wide.png');
	}


   } /* end of media query */ 


/* 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: red;

	top:0;
	left:0;
	z-index: 800; 
	padding:20px;
	display: block;
	text-align:center;
	border:1px solid #777070;
}

nav.opened a:hover {
	font-style:italic;
}

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;
    left: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;
}