body {
	margin: 0;
	background: #2a323aff;
	font-family: satoshi;
	color: white;
	font-size: 1.1em;
	letter-spacing: -.04em;
	line-height: 1.8em;
}

#header-underlay {
	background-color: #1d2329ff;
	height: 66px;
	position: fixed;
    width: 100vw;
    opacity: 0.96;
    z-index: 210;
    box-shadow: 5px 0px 10px 2px #000000;
    top: 0;
}

.lowlight {
	background-color: #f4f1eaff;
}

a {
	color: white;
}

#main_div {
	width: 100%;
}

.rye-regular {
  font-family: "Rye", serif;
  font-weight: 400;
  font-style: normal;
}


#cover {
	position: fixed;
	opacity: 1;
  	transition: opacity 0.1s linear;text-decoration: underline;
    font-size: 0.9em;
    color: white;
    font-size: 1.1em;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: black;
	opacity: .7;
	z-index: 800;
	display: none;
}

#mobileMenu {
	position: fixed;
    width: 240px;
    border-width: 4px;
    border-style: solid;
    border-radius: 12px;
    border-color: white;
    top: 78px;
    left: 100%;
    margin-left: -294px;
    padding: 20px;
    z-index: 1000;
    background: #2a323aff;
    display: none;
    font-size: 1.2em;
}

#cashOnly {
	text-align: center;
	font-size: 1.2em;
    padding-top: 30px;
}

.mobileMenuLink {
	text-decoration: underline;
    color: white;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1.2em;
    padding-bottom: 13px;
}

.wingStyle {
	background: #eeeeee;
	padding-top: 16px;
	z-index: 10;
	position: relative;
}

.parallax-container {
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  perspective: 2px; /* Set your virtual depth */
}

.parallax-layer-back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Formula: 1 + (-2 * -1) / 2 = 2 */
  transform: translateZ(-2px) scale(2);
  z-index: -1;
}

.parallax-layer-mid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* Formula: 1 + (-2 * -1) / 2 = 2 */
  transform: translateZ(-1px) scale(1.75);
  z-index: -1;
}

.content-layer {
  	position: relative;
  	transform: translateZ(0);
  	z-index: 300;
  	padding-top: 5vh;
}

#hamburger {
	display: none;
}

#hamburger_icon {
	height: 45px;
	width: 45px;
	top: 4px;
    position: relative;
}

#frontLogoAndQuote {
	position: absolute;
}

#main_screen {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
    opacity: 1;
    transition: opacity 0.05s linear;
    width: 100%;
    box-shadow: 5px 0px 8px 2px #1d2329ff;
    z-index: 300;
}

#main_image {
	width: 100%;
  	height: auto;
  	object-fit: cover;
}

#main_screen,
#mainLogo,
#title {
  will-change: opacity;
}

#title_menu {
	left: 20%;
	color: white;
	font-family: ramillas;
    position: relative;
    top: 15px;
    margin-block-start: 0;
	margin-block-end: 0;
}

#big_logo_div {
    width: 100%;
    top: 0vh;
    margin-top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 37px;
}

#big_logo_div_history {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center; 
	justify-content: center;
	opacity: 0.05;
}

#big_logo_div_specials {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center; 
	justify-content: center;
	opacity: 0.05;
}


#big_logo {
    opacity: 1;
  	transition: opacity 0.1s linear;
  	position: sticky;
	width: 100%;
}

#big_logo_history {
	width: 90%;
	opacity: 1;
    transition: opacity 0.1s linear;
}

#big_logo_specials {
	width: 90%;
	opacity: 1;
    transition: opacity 0.1s linear;
}

#header {
	height: 66px;
	position: fixed;
    width: 100vw;
    z-index: 500;
    top: 0;
    z-index: 300;
    background: #1d2329f6;
    box-shadow: 4px 4px 5px 0px #000000;
}

#title {
	left: 20%;
	color: white;
	font-family: ramillas;
    position: relative;
    top: 15px;
    margin-block-start: 0;
	margin-block-end: 0;
}

.spacer_61 {
	position:relative;
	height: 61px;
}

.apostrophe_black {
	display: inline-block;
    height: 12px;
    width: 11px;
    background-repeat: no-repeat;
    background-image: url(/static/imgFiles/apostrophe.svg);
    background-size: contain;
    top: -29px;
    position: relative;
    left: 3px;
}

.apostrophe_white {
	display: inline-block;
	left: 2px;
	position: relative;
    height: 27px;
    width: 6px;
    background-repeat: no-repeat;
    background-image: url(/static/imgFiles/apostrophe_white.svg);
    background-size: contain;
}

.page_menu {
	color: white;
	position: relative;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    margin-top: 3px;
}

.menuLink {
	display: inline-block;
    padding-right: 20px;
    text-decoration: underline;
    font-size: 0.9em;
    color: white;
}

.text {
	font-family: typewriter;
	color: white;
	font-size: 1.1em;
	letter-spacing: -.04em;
	line-height: 1.4;
}

.center_text {
	text-align: left;
	margin: auto;
}

#mike_quote {
	padding-bottom: 50px;
    position: relative;
    font-family: newspaper;
    font-size: 1.35em;
}

#mike_quote_container {
	position: relative;
	line-height: 2.0em
}

#mike_quote_history {
	padding-bottom: 50px;
    position: relative;
    top: 5px;
    width: 50%;
    left: 25%;
}

#mike_signature {
	position: relative;
    text-align: right;
    width: 95%;
}

#nips_description_container {
	margin-top: 20vh;
	margin-bottom: 24vh;
}

#image_reel {
	position: relative;
	width: 100vw;
	height: 381px;
	height: 453px;
	z-index: 300;
}

#nips_description_container {
    position: relative;
}

#nips_description {
    position: relative;
    margin: auto;
    font-size: 1.2em;
}

#footer {
	width: 100%;
	position: relative;
    padding-top: 42px;
    padding-bottom: 50px;
    background: #1d2329ff;
    box-shadow: 4px 4px 5px 4px #000000;
    height: 33px;
    /* top: -137px; */
}

.footer_left {
	position: relative;
    width: 97%;
    text-align: left;
    padding-left: 3%;
}

.footer_right {
	position: relative;
    width: 97%;
    text-align: right;
    padding-right: 3%;
    margin-top: -31px;
}

.social_media {
	z-index: 550;
    position: absolute;
    top: 3px;
    text-align: center;
    width: 100%;
    margin-left: -20px;
}

#facebook {
	position: absolute;
	display: inline-block;
	height: 40px;
    width: 40px;
	background-image: url('/static/imgFiles/facebook.svg');
	background-repeat: no-repeat; /* Control repetition */
	background-size: cover;       /* Control scaling */
	background-position: center; 
	top: 40px;
}

#facebook:hover {
	cursor: pointer;
}

.email {
	text-decoration: none;
}

#nips_embla {
	/* top:120px; */
}

gmp-map {
	height: 500px;
    width: 80%;
    left: 10%;
    margin-bottom: 100px;
    border-width: 4px;
    border-style: solid;
    border-radius: 12px;
    border-color: white;
    margin-top: 100px;
}

.custom-marker {
	width: 100px;
	height: 40px;
}

.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade.visible {
  opacity: 1;
  transform: translateY(0);
}

.quotes {
	font-family: ramillas;
}

/* About */

#big_logo_div_about {
	width: 100%;
	height: 100%;
	position: fixed;
	display: flex;
	align-items: center; 
	justify-content: center;
	opacity: 0.05
}

#big_logo_about {
	
}

.contact {
	font-size: 1.2em;
	position: relative;
   	padding-top: 37px;
}

.contactLabel {
	vertical-align: top;
	text-align:right;
	display: inline-block;
    width: 40%;
}

.contactText {
	display: inline-block;
	padding-left: 17px;
}

#hours_title {
	font-family: ramillas;
	text-align: center;
	font-size: 1.1em;
	padding-bottom:10px;
}

#hours {
	text-align: left;
	padding-top: 149px;
	font-size: 1.1em;
    width: 40%;
    position: relative;
    left: 30%;
}

.hours_day {
	display: inline-block;
}

.hours_hours {
	display: inline-block;
}

.hoursDaySection  {
	display: inline-block;
	width: 51%;
    text-align: right;
    padding-right: 10px;
}

.hoursHoursSection  {
	display: inline-block;
	width: 35%;
	padding-left: 10px;
}

/* end about



/*History*/

figcaption {
	font-family: ramillas;
	text-align: center;
}

#nips_history {
	position: relative;
    top: 100px;
    width: 80%;
    left: 10%;	
    padding-bottom: 250px;
    z-index: 200;
}

#nips_specials {
	position: relative;
    top: 100px;
    width: 80%;
    left: 10%;	
    padding-bottom: 250px;
    min-height: 100vh;
    z-index: 200;
}

.historyTitle {
	font-family: ramillas;
	font-size: 2.0em;
	text-align: center;
	padding-bottom: 22px;
	margin-block-end: 0;
    margin-block-start: 0;
}

.specialsTitle {
	font-family: ramillas;
	font-size: 2.0em;
	text-align: center;
	padding-bottom: 22px;
	margin-block-end: 0;
    margin-block-start: 0;
}

.historySubtitle {
	font-family: ramillas;
	font-size: 1.5em;
	text-decoration: underline;
	margin-block-end: 0;
    margin-block-start: 0;
}

.wrap-left {
  float: left;
  margin-right: 15px; /* Adds space between the image and the text */
  margin-bottom: 15px; /* Adds space below the image */
}

.wrap-right {
  float: right;
  margin-left: 15px; /* Adds space between the image and the text */
  margin-bottom: 15px; /* Adds space below the image */
}

.clearfix {
    clear: both;
}


#stewarts {
	max-width: 100%;
}

#bernstein {
	max-width: 100%;
	max-height: 150%;
}

.historyImages {
	width: 50%;
}

#willerton {
	max-width: 100%;
    max-height: 200px;
}

#scott {
	max-width: 100%;
    max-height: 200px;
}

/* end history*/

/* MENU */

#callToOrder {
	position: relative;
    top: 100px;
    text-align: center;
    font-size: 1.3em;
    z-index: 20;
}

#clickHere {
	font-size: 1.2em;
    border-radius: 10px;
    padding: 10px;
    margin-top: 11px;
}

#menu {
	top: 160px;
    position: relative;
    background: #efefef;
    width: 97.5%;
    left: 1%;
    box-shadow: 5px 5px 15px 5px #000000;
    border-width: 5px;
    border-style: solid;
    border-color: #eeeeee;
    border-radius: 12px;
    color: black;
    font-family: satoshi;
    margin-bottom: 269px;
    z-index: 50;
}


#menuBackground {
    position: fixed;
    text-align: center;
    width: 100vw;
    height: 100%;
    top: 41px;
    z-index: 1;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
}

#menuForeground {
	position: relative;
	z-index: 10;
}

#menu_icon {
	width: 100%;
}

#menu_top {
	width: 80%;
    position: relative;
}

#menuMain {
	z-index: 100;
    position: relative;
}

#menuTitle {
	font-family: satoshi;
	text-align:center;
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: bolder;
}

#menuTitleMobile {
	font-family: satoshi;
	text-align:center;
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: bolder;
	display: none;
}

.menuSection {
	display:flex;
	border-top-width: 1px;
    border-top-style: solid;
}

.menuSectionLeft {
	width: 40%;
	padding: 25px;
}

.menuSectionRight {
	width: 60%;
	padding: 61px 25px 50px 50px;
	border-left-style: solid;
	border-left-width: 1px;
}

.submenu {
	/* display: none; */
}

.wingsSectionTitle {
	font-family: ramillas;
	text-align: left;
	font-size: 3.2em;
	line-height: 1.2em;
	font-weight: bolder;
	padding-top: 50px;
    padding-left: 50px;
    padding-bottom: 30px;
}

.menuSectionTitle {
	font-family: ramillas;
	text-align: left;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: bolder;
	padding-top: 25px;
    padding-bottom: 23px;
    margin-block-end: 0;
    margin-block-start: 0;
}

.wingStyle {
	padding-top: 20px;
}

#wingFlavors {
	font-family: satoshi;
	text-align: left;
	font-size: 1.7em;
	line-height: 1.2em;
	font-weight: bolder;
	padding-top: 40px;
    padding-bottom: 0px;
    margin-block-end: 0;
    margin-block-start: 0;
    text-decoration: underline;
    z-index: 20;
    position: relative;
    z-index: 20;
    position: relative;
}

.wingSubtitle {
	font-size: 1.1em;
}

.wingSubtitleLeft {
	font-size: 1.1em;
	padding-left: 20px;
}

.wingSubtitleRight {
	font-size: 1.1em;
	padding-left: 20px;
}

.wingRow {
	padding-bottom: 10px;
}

.addOnPriceRow {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	gap: 0.5rem;
}

.dots {
	position: relative;
    border-bottom: 2px dotted black;
    transform: translateY(-0.30em); 
    min-width: 14px;
}

.pizza_dots {
	position: relative;
    border-bottom: 2px dotted black;
    transform: translateY(-0.30em);
    min-width: 14px;
}

.wingDots {
	position: relative;
    border-bottom: 2px dotted black;
    transform: translateY(0.35em);
    /* min-width: 14px; */
}

#grampwich_dots {
   	transform: translateY(0.60em);
}

.aboutWings {
	padding-bottom: 30px;
	font-family: typewriter;
}

.menuSectionSubtitle {
	padding-bottom: 30px;
    font-size: 1em;
    font-family: 'satoshi';
}

.expand {
	color:black;
	text-decoration: none;
}

.expand:hover {
	cursor: pointer;
}

.wingTypes {
	font-family: satoshi;
	padding-bottom: 25px;
}

.wingType {
	/* padding-bottom: 10px; */
}

.wingGroup {
	padding-top: 40px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-top-style: dotted;
}

.wingStyle {
	font-family: satoshi;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
}

.wingName {
	font-family: satoshi;
	font-size: 1.2em;
	font-weight: bold;
	display: inline-block;
	padding-bottom: 0px;
}

.wingDescription {
	font-family: typewriter;
	font-size: 0.9em;
}

.pepper {
	position: relative;
	display: inline-block;
	height: 23px;
    width: 20px;
	background-image: url('/static/imgFiles/pepper.svg');
	background-repeat: no-repeat; /* Control repetition */
	background-size: cover;       /* Control scaling */
	background-position: center; 
	top: 5px;
}

.menuItemRow {
	display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 0.5rem;
    padding-bottom: 4px;
}


.grampwichTitle {
	font-family: ramillas;
	text-align: left;
	font-size: 2.2em;
	line-height: 1.2em;
	font-weight: bolder;
	padding-top: 50px;
    padding-bottom: 30px;
    position: relative;
    top: -18px;
}

#grampwichRow {
	display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.5rem;
    padding-left: 50px;
    padding-right: 83px;
    padding-top: 31px;
}

#add {
	text-align: left;
    font-family: satoshi;
    padding-top: 40px;
}

.addItem {
	font-family: satoshi;
	text-align: left;
	padding-left: 19px;
}

.addPrice {
	font-family: satoshi;
}

.menuItem {
	font-size: 1.1em;
}

.menuPrice {
	font-size: 1.5em;
}

.menuSubItem {
	padding-left: 50px;
	font-size: 1.0em;
}

.menuDescription {
	display: block;
	color: #595858;
    padding-bottom: 10px;
    font-family: satoshi;
    font-size: 0.9em;
    padding-left: 19px;
}

.grampwichDescription {
	display: block;
	color: #595858;
    padding-bottom: 10px;
    padding-left: 45px;
    padding-right: 45px;
    font-family: satoshi;
    font-size: 1.2em;
}

.grampwichDescription {
	position: relative;
    display: block;
	color: #595858;
    padding-bottom: 10px;
    padding-left: 125px;
    padding-right: 125px;
    font-family: typewriter;
}

.pizzaRow {
	display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: end;
    gap: 0.5rem;
    padding-bottom: 4px;
}

.pizzaType {
	font-size: 1em;
}

.pizzaTopping {
	font-size:1.0em;
}

.toppingPrice {
	font-size: 1.0em;
}

.price {
	font-size: 1.0em;
}

.pizzaPrice {
	font-size: 1.0em;
}

.pizzaToppingsNames {
	text-align: center;
    font-size: 1.5em;
    padding-left: 106px;
    padding-right: 106px;
    padding-top: 31px;
    font-family: 'typewriter';
    font-weight: bolder;
}

@media screen and (min-width : 2000px) {
	#big_logo {
		width: 50%;
		left: 25%
	}
	
	#mike_quote_container {
		font-size: 2.0em;
	}
	
	#nips_history {
		width: 60%;
		left: 20%;
	}
	
	#nips_specials {
		width: 60%;
		left: 20%;
	}
	
	gmp-may {
		width: 60%;
		left: 20%;
	}
	
	#menu {
		width: 60%;
		left: 20%;
	}
	
	#menuBackground {
		width: 60%;
	}
	
	#nips_description_container {
		font-size: 1.4em;
		line-height: 1.8em;
	}
}

@media screen and (min-width : 1025px) {
	
	#big_logo {
		width: 66%;
		left: 17%;
	}
	
	#nips_description {
	    width: 50%;
	}
	.menu {
	    top: -71px;
	}
	.center_text {
	    width: 50%;
	}
	
	#nips_embla {
		top: 70vh;
	}
	
	#title {
	    font-size: 2.3em;
	    opacity:0;
	    
	}
}

@media screen and (max-width : 1024px) {
	
	
	
	#mike_quote {
		font-size: 1.2em;
	}
	
	#contentFront {

	}
	
	#nips_embla {
		margin-top: 19vh;
	}
	
	#nips_description {
	    width: 66%;
	}
	.menu {
	    top: -65px;
	}
	.center_text {
	    width: 66%;
	}
	#mike_signature {
	    width: 66%;
	    left: 17%;
	}
	#title {
        padding-left: 31px;
        font-size: 2.0em;
	    opacity:0;
	    left: 0;
	}
	
	#title_menu {
		text-align: left;
		font-size: 2.0em;
		padding-left: 31px;
		left: 0;
	}
	
	#hours {
		width: 50%;
    	left: 25%;
	}
	
	.apostrophe_white {
		height: 24px;
	}
}

@media screen and (max-width : 768px) {
	#big_logo {
		max-height: 100%;
	}
    
    .apostrophe_white {
		height: 18px;
        width: 4px;
        left: 1px;
	}
	
	#title {
	    text-align: left;
	    padding-left: 15px;
	    font-size: 1.5em;
	    opacity:0;
	    
	}
	
	#title_menu {
	    text-align: left;
	    padding-left: 15px;
	    font-size: 1.5em;	    
	}
	
	
	#contentFront {

	}
	
	#nips_embla {
		top: 134vh;
	}
	
	#menu {
		font-size: 0.9em;
	}
	
	.menuSectionRight {
	    width: 60%;
	    padding: 61px 20px 50px 20px;
	    border-left-style: solid;
	    border-left-width: 1px;
	}
	
	.menuSectionLeft {
		padding: 15px;
	}
	
	.wingsSectionTitle {
		padding-left: 12px;
		padding-right: 12px;
		text-align:center;
	}
	
	.wingSubtitle {
		padding-right: 22px;
		padding-left: 22px;
	}
	
	#wingFlavors {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.menuSectionTitle {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	#menuTitle {
		display: none;
	}
	
	#mobileMenuTitle {
		display: block;
	}
	
	.wingGroup {
		padding-right: 0;
		padding-left: 0;
	}
	
	.wingRow {
		padding-right: 22px;
		padding-left: 22px;
	}
	
	#grampwichRow {
		padding-right: 22px;
		padding-left: 22px;
	}
	
	.menuItemRow {
		padding-left: 22px;
	    padding-right: 22px;
    }
    
    .menuDescription {
    	padding-left: 52px;
    	padding-right: 52px;
    }
    
    .pizzaRow {
    	padding-left: 22px;
    	padding-right: 22px;
    }
    
    .menuSectionSubtitle {
    	padding-left: 60px;
    	padding-right: 60px;
    }
    
    #hamburger {
		width: 45px;
	    height: 45px;
	    position: fixed;
	    top: 10px;
	    left: 100%;
	    margin-left: -61px;
	    display: block;
	}
	
	.page_menu {
		display: none;
	}
	
	#hours {
		width: 60%;
    	left: 20%;
	}
	
	.contactLabel {
		width: 26%;
	}
	
	.footer_left {
	    text-align: center;
	    padding-bottom: 0;
	    padding-left: 0px;
	}
	
	.footer_right {
		width: 100%;
	    text-align: center;
	    padding-right: 30px;
	    padding-right: 0px;
	    margin-top: 0;
	}
	
	#footer {
		padding-top: 36px;
		padding-bottom: 60px;
		height: 75px;
	}
	
	#facebook {
		top: 110px;
		margin-left: -20px;
	}
}

@media screen and (max-width : 480px) {
	.menuSection {
		display: block;
		padding-bottom: 30px;
	}
	
	.menuSectionLeft {
		width: 96%;
		padding: 2%;
	}
	
	.menuSectionRight {
		width: 96%;
		padding: 2%;
		border-style: none;
	}
	
	#title_menu {
		text-align: left;
		top: 0px;
    	left: 0px;
    	font-size: 1.8em;
    	top: 15px;
	}
	#big_logo {
  		max-height: 100%;
	}
	
	#contentFront {
        margin-top:0;
    }
    
	#nips_description {
	    width: 80%;
	}

	.center_text {
		width: 80%;
	}
	#title {
	    text-align: left;
	    padding-left: 20px;
	    font-size: 1.8em;
	    top: 15px;
	}
	
	.content-layer {
    	padding-top: 0vh;
	}
	
	#hamburger {
		width: 45px;
	    height: 45px;
	    position: fixed;
	    top: 10px;
	    left: 100%;
	    margin-left: -61px;
	    display: block;
	}
	
	.page_menu {
		display: none;
	}
	
	#nips_embla {
		top:119vh;
	}
	
	#mike_quote {
        font-size: 1.2em;
        padding-top: 48px;
	}
	
	#menu {
		font-size: 1.1em;
		left: 0%;
		width: 98%;
		position: relative;
    	top: 154px;
    	border-radius:0;
    	margin-bottom: 125px;
	}
	
	#menuTitleMobile {
		display: block;
	}
		
	#mobileMenuTitle {
		font-size: 3.8em;
	}
	
	#menuBackground {
		width: 100%;
		top: 0;
	}
	
	#menuForeground {
		margin-top: 0;
	}
	
	.wingsSectionTitle {
		padding-left: 8px;
		padding-right: 8px;
		text-align:center;
		font-size: 2.7em;
	    padding-top: 28px;
	    margin-inline-start: 0;
        margin-inline-end: 0;
        margin-top: 0;
	}
	
	.wingSubtitle {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	#wingFlavors {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.menuSectionTitle {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.wingGroup {
		padding-right: 0;
		padding-left: 0;
	}
	
	.wingRow {
		padding: 15px;
	}
	
	.wingType {
		padding-bottom: 39px;
	}
	
	.wingSubtitle2 {
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-bottom: 17px;
	}
	
	#grampwichRow {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.menuItemRow {
		padding-left: 15px;
	    padding-right: 15px;
	    padding-bottom: 12px;
    }
    
    .menuDescription {
    	padding-left: 35px;
    	padding-right: 35px;
    }
    
    .pizzaRow {
    	padding-left: 15px;
    	padding-right: 15px;
    	padding-bottom: 12px;
    }
    
    .pizzaToppingsNames {
	    padding-left: 20px;
	    padding-right: 20px;
	}
    
    .menuSectionSubtitle {
    	padding-left: 20px;
    	padding-right: 20px;
    }
    
    #grampwich_price {
    	transform: translateY(-2.0em);
    }
    
    #add {
    	padding-left: 15px;
    }
    
    #nips_history {
    	width: 88%;
    	left: 6%;
    	padding-bottom: 167px;
    }
    
    #nips_specials {
    	width: 88%;
    	left: 6%;
    	padding-bottom: 167px;
    }
	
	.hoursDaySection {
	    display: inline-block;
	    width: 55%;
	    text-align: right;
	    padding-right: 4px;
	}
	
	.hoursHoursSection {
	    display: inline-block;
	    width: 40%;
	    padding-left: 4px;
	}
	
	#hours_title {
		font-family: ramillas;
		text-align: center;
		font-size: 1.1em;
		padding-bottom:10px;
	}
	
	#hours {
		padding-top: 149px;
	    width: 90%;
	    position: relative;
	    font-size: 1.0em;
	    left: 6%;
	}
	
	#schedule {
		font-size: 0.9em;
	}
	
	.hours_day {
		display: inline-block;
	}
	
	.hours_hours {
		display: inline-block;
	}
	
	.contact {
		font-size: 1.2em;
		position: relative;
    	padding-top: 58px;
	}
	
	.contactLabel {
		vertical-align: top;
		text-align:right;
		display: inline-block;
        width: 33%;
	}
	
	.contactText {
		display: inline-block;
		padding-left: 0px;
	}
	
	.contactTextEmail {
		font-size:0.8em;
	}
	
	.pepper {
		height: 29px;
    	top: 6px;
	}
	
	.footer_left {
		padding-bottom: 0;
	}
	
	.footer_right {
		margin-top: 0;
	}
	
	#footer {
		padding-top: 36px;
		padding-bottom: 60px;
	}
}

.fade-in {
  	opacity: 0;
  	transition: opacity 1s ease-in;
}

.fade-out {
  	opacity: 1;
  	transition: opacity 1s ease-out;
}

.is-visible {
  	opacity: 1 !important;
}

.not-visible {
	opacity: 0;
}

@font-face {
  font-family: satoshi;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/Satoshi-Variable.ttf);
}

@font-face {
  font-family: rye;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/Rye-Regular.ttf);
}

@font-face {
  font-family: newspaper;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/OldNewspaperTypes.ttf);
}

@font-face {
  font-family: newspaper_bold;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/IBMPlexMono-Bold.otf);
}

@font-face {
  font-family: bodini;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/bodoni-72-smallcaps-book.ttf);
}

@font-face {
  font-family: ramillas;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/ramillas-variable.ttf);
}

@font-face {
  font-family: montserrat;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/Montserrat-VariableFort_wght.ttf);
}

@font-face {
  font-family: chancery;
  font-weight: 400;
  font-style: normal;
  src: url(/static/fonts/blackchancery.regular.ttf);
}

@font-face {
  font-family: typewriter;
  /*src: url(/static/fonts/IBMPlexMono-Thin.ttf);*/
  src: url(/static/fonts/IBMPlexMono-Regular.ttf);
  /* src: url(/static/fonts/OldNewspaperTypes.ttf); */ 
  /* src: url(/static/fonts/ToxTypewriter.ttf); */
}