
body {-webkit-text-size-adjust:none; 
		margin:0; 
		padding:0; 
		background-repeat:no-repeat; 
		background-attachment:fixed; 
		background-position:center center; 
		-webkit-background-size:cover; 
		-moz-background-size:cover; 
		-o-background-size:cover; 
		background-size:cover;
		text-align: center;
	}

	a {
		color: #971B1E;
	}

	a:hover {
		color: black;
		text-decoration: none;
		border: none;
		outline: none;
	}

	button:hover  {
		outline: none !important;
		box-shadow: none !important;
		border-color: #971B1E!important;
	}

	html {
	    scroll-behavior: smooth;
	    box-sizing: border-box;
	}

#menu-view {
	text-align: center;
	padding-bottom: 10px;
}

#menu-table {
	text-align: center;
	height: 60px;
	width: 275px;
	margin: 0 auto;
	border: 2px solid #991A1E;
}

/***************************************************
				 MOBILE BREAKPOINT
***************************************************/

@media(max-width: 667px) {

	body {
		background-color: white;
	}

	.news-container {
		width: 100%;
		padding: 20px 30px;
		background-color: #991A21;
		margin-bottom: 20px;
		display: block;
	}

	.news-text {
		font-size: 1em!important; 
	}

	.news-row {
		margin: 10px auto;
	}

	.white {
		color: white!important;
	}

	.underline {
		text-decoration: underline;
	}

	.gift-card-button {
		padding: 14px;
		border: 2px solid white;
		display: block;
		margin: 10px auto;
		width: 260px;
	}

	.gift-card-button:hover {
		border: 2px solid white;
		background-color: white;
		color: #991A21!important;
	}


	/*<<<<< BEGIN NAVIGATION STYLES >>>>>*/


	.navbar.navbar-absolute {
	    position: absolute;
	    margin: 0;
	  }


	.navbar-absolute + div {
	    margin-top: 0px;

	}

	#nav_logo {
		width: 130px;
		margin-left: auto;
		margin-right: auto;
		margin-left: -26px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.nav-logo-mobile {
		margin-left: auto;
		margin-right: auto;
	}

	.nav_link {
		height: 40px;
		width: 100%;
	}

	.navbar-expand-lg {
		padding-left: 0px!important;
		padding-right: 0px!important;
		z-index: 6000;
	}

	.navbar-nav {
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: white;
	}


	.navbar {
		width: 100%;
		padding-top: 14px;
		padding-bottom: 14px;
		text-align: center!important;
		position: fixed!important;
/*		margin-left: -30px!important;*/
	}

	.navbar-expand-lg {
		background-color: white;
	}

	

	.navbar-toggler {
    	border-style: none!important;
    	/*height: 50px;
    	width: 50px;
    	position: relative;
    	margin-left: 14px;
    	padding: 10px;*/
	}

	button:focus {
    	outline: none !important;
    	outline: 0px auto -webkit-focus-ring-color;
	}

	.navbar-toggler a {outline: none!important;}
	.navbar-toggler a:hover {outline: none!important;}
	.navbar-toggler a:visited {outline: none!important;}
	.navbar-toggler a:focus {outline: none!important;}
	.navbar-toggler a:active {outline: none!important; background-color: none;}

	/*.navbar-toggler-icon {
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(177,37,36, 1)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='16' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
  		width: 30px;
	}*/

	.icon span {
		-webkit-transition-duration: 0s; transition-duration: 0s;
		-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}

	.icon.open span {
		background-color: rgba(0,0,0,0.0);
		-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}

	.icon span:before {
		-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
		-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
		-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	}

	.icon.open span:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
	}

	.icon span:after {
		-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
		-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
		-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	}

	.icon.open span:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
	}

	.menu {
		position: relative;
		display:  inline-block;
		width: 30px;
		height: 30px;
		margin: 0px;
	}

	.menu span {
		margin: 0 auto;
		position: relative;
		top: 6px;
		padding: 0;
	}

	.menu span:before, .menu span:after {
		position: absolute;
		content: '';
	}

	.menu span, .menu span:before, .menu span:after {
		width: 30px;
		height: 2px;
		background-color: #000;
		display: block;
	}

	.menu span:before {
		margin-top: -8px;
	}

	.menu span:after {
		margin-top: 8px;
	}

	.menu.icon {
		margin-left: 10px;
		margin-top: -8px;
		position: fixed;
		z-index: 5000;

	}

	#nav-home {
		height: 44px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#nav-menu {
		height: 30px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#nav-about {
		height: 30px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#nav-press {
		height: 30px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#nav-contact {
		height: 30px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#nav-gift-card {
		height: 30px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#nav-reservations {
		height: 44px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
	}



	/*<<<<< BEGIN FOOTER STYLES >>>>>*/

	footer {
		background-color: #991A21;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#footer-join-us-mobile {
		width: 66px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#footer-anchor {
		display: none;
	}



	/*<<<<< BEGIN LAYOUT STYLES >>>>>*/

	.container {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		width: 100%;
	}

	#about-container {
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
	}

	#section-menu {
		background-color: white;
		padding-top: 8px;
		padding-bottom: 8px;
		height: auto;
		margin-bottom: 100px;
	}

	.landing {
		background-color: #F7E7E7!important;
		padding-bottom: 40px!important;
	}

	.contact {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
		background-color: #F7E7E7!important;
	}

	.menu-div {
		padding-top: 15px!important;
		padding-bottom: 15px!important;
		width: 100%;
	}

	.press {
		padding-top: 15px!important;
		padding-bottom: 30px!important;
	}

	.holiday-hours-container {
		display: block;
		margin-top: 0px;
		margin-bottom: 20px;
	}



	/*<<<<< BEGIN ITEM STYLES >>>>>*/


	#italian-mobile {
		width: 320px;
		margin-top: 110px;
		margin-bottom: 30px;
	}

	#hours-mobile {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;
	}

	#address-mobile {
		width: 200px;
	}

	#phone-mobile {
		width: 150px;
		margin-top: 4px;
	}

	#photo-landing {
		width: 100%;
		height: 270px;
		margin-top: 0px;
		overflow: hidden;
	}

	#photo-landing-pic-mobile {
		width: 100%;
	}

	#header-menu {
		height: 60px;
		margin-top: 40px;
	}

	#header-about {
		height: 70px;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#header-press {
		height: 70px;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#header-contact {
		height: 70px;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#rule-red-span {

	}

	#click-to-view {
		margin-top: 20px;
		width: 310px;
	}

	#press-email-mobile {
		width: 300px;
	}

	#spacer-mobile {
		height: 20px;
		width: 100%;
	}

	#employees-mobile {
		width: 210px;
		margin-bottom: 30px;
		margin-top: 6px;
	}

	.social-links {
		display: inline-block;
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 10px;
	}

	#landing-links {
		display: block;
	}



	/*<<<<< RULE STYLES >>>>>*/

	#rule-menu{
		background-color: #971B1E;
		height: 1px;
		width: 60px;
		margin-top: 30px;
		margin-bottom: 24px;
	}

	/*#rule-mobile{
		background-color: #971B1E;
		height: 1px;
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
	}*/

	#rule-mobile {
		display: none;
	}

	#contact-rule {
		width: 310px;
		margin-bottom: 20px;
	}

	#rule-mobile-footer {
		background-color: #971B1E;
		height: 1px;
		width: 100%; 
		margin-bottom: 4px;
		margin-top: 0px;
	}


	/*<<<<< GALLERY STYLES >>>>>*/

	#gallery-slider {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.d-block {
		width: 100%;
		height: auto;
		background-position:center center; 
	}

	.carousel-item {
		width: 100%;
		height: 260px;
	}



	/*<<<<< TYPE STYLES >>>>>*/

	.news-sans {
		font-family: futura-pt, sans-serif;
		font-weight: 600;
		font-style: normal;
		color: white;
		font-size: 1.1em;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.news-sans-light {
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: white;
		font-size: 1.1em;
		letter-spacing: .08em;
	}

	.news-link {
		text-decoration: underline;
		text-transform: uppercase;
		color: white;
	}

	.news-link:hover {
		text-decoration: none;
		text-transform: uppercase;
		color: white;
	}

	h2 {
		font-family: "Courier New", Courier, monospace;
		font-size: 20px;
		color: #333333;
		padding: 0;
		margin: 0;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.body-copy {
		font-family: "Courier New", Courier, monospace;
		font-size: 15px;
		color: #333333;
		margin-bottom: 0;
		font-weight: 500;
	}

	.press-copy {
		color: #971B1E;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.contact-link {
		text-decoration: underline;
		font-family: "Courier New", Courier, monospace;
		font-size: 16px;
		color: #971B1E;
		margin-top: 0;
		margin-bottom: 0;
	}

	.bold {
		font-weight: bold;
		color: #971B1E;
	}

	.body-copy-small {
		font-size: 14px;
		font-family: "Courier New", Courier, monospace;
		margin-bottom: 0;
		line-height: 20px;

	}

	.bold-italic {
		font-weight: bold;
		color: #971B1E;
		font-style: italic;
		font-size: 13px;
		margin-top: 16px;
	}

	.copy-red {
		color: #951d22;
		font-weight: bold;
		font-size: 17px;
	}

	.inline {
		display: inline-block;
		font-size: 15px;
	}


	.copy-red-light {
		color: #951d22;
		font-size: 14px;
		display: inline-block;
	}

	#copyright {
		font-size: 10px;
		color: white;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.white-mobile {
		color: white;
		font-size: 15px;
	}

	.red {
		color: #991A21;
	}

	.white-mobile-link {
		color: white;
	}

	.gift-card-type-black {
		font-family: "Courier New", Courier, monospace;
		color: black;
		font-size: 15px;
		margin-top: 3px;
	}

	.gift-card-type-red {
		font-weight: bold;
		font-family: "Courier New", Courier, monospace;
		color: #971B1E;
		font-size: 15px;
		margin-top: -14px;
		margin-left: 6px;
	}






	/*<<<<< BUTTON STYLES >>>>>*/

	.btn-outline-primary {
		border-radius: 0;
		border-color: #971B1E;
		border-width: 2px;
		width: 260px;
	}

	.button-menu {
		margin-top: 20px;
	}

	.btn {
/*		padding-top: 16px;
		padding-bottom: 16px;*/
		display: inline;
		padding: 0;
	}

	.btn:hover {
		background-color: #971B1E;
	}

	.btn h2:hover {
		color: white;
	}

	.btn-outline-primary:hover .btn-outline-primary:focus .btn-outline-primary:active {
		outline: none !important;
		box-shadow: none !important;
		border: none!important;
		border-color: none!important;
		background-color: none;
	}

	.btn-outline-primary {
		color: none!important;
	}

	.contact-button {
		margin-top: 17px;
		margin-bottom: 20px;
	}





	/*<<<<< HIDDEN STYLES >>>>>*/

	#italian {
		display: none;
	}

	#logo {
		display: none;
	}

	#hours {
		display: none;
	}

	#address {
		display: none;
	}

	#vertical-rule-landing {
		display: none;
	}

	#phone {
		display: none;
	}

	#rule-red-span {
		display: none;
	}

	#desktop-white {
		display: none;
	}

	#press-email {
		display: none;
	}

	#press-inquiries {
		display: none;
	}

	#employees {
		display: none;
	}

	.desktop {
		display: none;
	}

	.footer-anchor {
		display: none;
	}

	#footer-join-us {
		display: none;
	}

	#photo-landing-pic {
		display: none;
	}

	.tablet {
		display: none;
	}

	.red-desktop-link {
		display: none;
	}


}









/***************************************************
				 TABLET BREAKPOINT
***************************************************/


@media (min-width: 668px) and (max-width: 992px) {


	body {
		background-color: white;
	}

	.news-container {
		width: 100%;
		padding: 20px 50px;
		background-color: #991A21;
		margin-bottom: 20px;
		display: block;
	}

	.news-text {
		font-size: 1em!important; 
	}

	.news-row {
		margin: 10px auto;
	}

	.white {
		color: white!important;
	}

	.underline {
		text-decoration: underline;
	}

	.gift-card-button {
		padding: 14px;
		border: 2px solid white;
		display: block;
		margin: 10px auto;
		width: 260px;
	}

	.gift-card-button:hover {
		border: 2px solid white;
		background-color: white;
		color: #991A21!important;
	}

	button {
		display: block!important;

	}

	.btn {
		display: block!important;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	


	/*<<<<< BEGIN NAVIGATION STYLES >>>>>*/


	.navbar.navbar-absolute {
	    position: absolute;
	    margin: 0;
	  }


	.navbar-absolute + div {
	    margin-top: 0px;

	}

	#nav_logo {
		width: 160px;
		margin-left: auto;
		margin-right: auto;
		margin-left: -26px;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	.nav-logo-mobile {
		margin-left: auto;
		margin-right: auto;
	}

	.nav_link {
		height: 40px;
		width: 100%;
	}

	.navbar-expand-lg {
		padding-left: 0px!important;
		padding-right: 0px!important;
		z-index: 6000;
	}

	.navbar-nav {
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		background-color: white;
	}


	.navbar {
		width: 100%;
		padding-top: 14px;
		padding-bottom: 14px;
		text-align: center!important;
		position: fixed!important;
/*		margin-left: -30px!important;*/
	}

	.navbar-expand-lg {
		background-color: white;
	}

	

	.navbar-toggler {
    	border-style: none!important;
    	/*height: 50px;
    	width: 50px;
    	position: relative;
    	margin-left: 14px;
    	padding: 10px;*/
	}

	button:focus {
    	outline: none !important;
    	outline: 0px auto -webkit-focus-ring-color;
	}

	.navbar-toggler a {outline: none!important;}
	.navbar-toggler a:hover {outline: none!important;}
	.navbar-toggler a:visited {outline: none!important;}
	.navbar-toggler a:focus {outline: none!important;}
	.navbar-toggler a:active {outline: none!important; background-color: none;}

	/*.navbar-toggler-icon {
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(177,37,36, 1)' stroke-width='2' stroke-linecap='square' stroke-miterlimit='16' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
  		width: 30px;
	}*/

	.icon span {
		-webkit-transition-duration: 0s; transition-duration: 0s;
		-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}

	.icon.open span {
		background-color: rgba(0,0,0,0.0);
		-webkit-transition-delay: 0.2s; transition-delay: 0.2s;
	}

	.icon span:before {
		-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
		-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
		-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	}

	.icon.open span:before {
		margin-top: 0;
		-webkit-transform: rotate(45deg); transform: rotate(45deg);
		-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
	}

	.icon span:after {
		-webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
		-webkit-transition-duration: 0.2s; transition-duration: 0.2s;
		-webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
	}

	.icon.open span:after {
		margin-top: 0;
		-webkit-transform: rotate(-45deg); transform: rotate(-45deg);
		-webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
	}

	.menu {
		position: relative;
		display:  inline-block;
		width: 30px;
		height: 30px;
		margin: 0px;
	}

	.menu span {
		margin: 0 auto;
		position: relative;
		top: 6px;
		padding: 0;
	}

	.menu span:before, .menu span:after {
		position: absolute;
		content: '';
	}

	.menu span, .menu span:before, .menu span:after {
		width: 30px;
		height: 2px;
		background-color: #000;
		display: block;
	}

	.menu span:before {
		margin-top: -8px;
	}

	.menu span:after {
		margin-top: 8px;
	}

	.menu.icon {
		margin-left: 10px;
		margin-top: -8px;
		position: fixed;
		z-index: 5000;

	}

	#nav-home {
		height: 52px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	#nav-menu {
		height: 36px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	#nav-about {
		height: 36px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	#nav-press {
		height: 36px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	#nav-contact {
		height: 36px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	#nav-gift-card {
		height: 36px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}

	#nav-reservations {
		height: 52px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 14px;
		margin-bottom: 14px;
	}



	/*<<<<< BEGIN FOOTER STYLES >>>>>*/

	footer {
		background-color: #991A21;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	#footer-join-us-mobile {
		width: 66px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	#footer-anchor {
		display: none;
	}



	/*<<<<< BEGIN LAYOUT STYLES >>>>>*/

	.container {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		width: 100%;
	}

	#about-container {
		width: 70%;
		padding-left: 14px;
		padding-right: 14px;
		margin-left: auto;
		margin-right: auto;
	}

	#section-menu {
		background-color: white;
		padding-top: 8px;
		padding-bottom: 8px;
		height: auto;
		margin-bottom: 30px;
	}

	.landing {
		background-color: #F7E7E7!important;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		width: 100%!important;
	}

	.contact {
		background-color: #F7E7E7!important;
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		width: 100%!important;
	}

	.menu-div {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		width: 100%!important;

	}

	.press {
		padding-top: 15px!important;
		padding-bottom: 30px!important;
	}

	.holiday-hours-container {
		display: block;
		margin-top: 5px;
		margin-bottom: 25px;
	}



	/*<<<<< BEGIN ITEM STYLES >>>>>*/


	#italian {
		width: 600px;
		margin-top: 90px;
		margin-bottom: 30px;
	}

	#italian-mobile {
		display: none;
	}

	#hours-mobile {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;

	}

	#phone {
		margin-top: 0px;
	}

	#address-mobile {
		width: 200px;
	}

	#phone-mobile {
		width: 150px;
		margin-top: 4px;
	}

	#photo-landing {
		width: 100%;
		height: 270px;
		margin-top: 0px;
		overflow: hidden;
	}

	#photo-landing-pic {
		width: 100%
	}

	#header-menu {
		height: 80px;
		margin-top: 40px;
	}

	#header-about {
		height: 84px;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#header-press {
		height: 80px;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#header-contact {
		height: 84px;
		margin-top: 30px;
		margin-bottom: 25px;
	}

	#rule-red-span {

	}

	#click-to-view {
		margin-top: 0px;
		margin-bottom: 0px;
		width: 370px;
	}

	#press-email-mobile {
		width: 330px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-top: 8px;
		margin-bottom: 8px;
	}

	#spacer-mobile {
		height: 20px;
		width: 100%;
	}

	#employees {
		width: 360px;
		margin-bottom: 30px;
		margin-top: 0px;
	}

	.social-links {
		display: inline-block;
		margin-left: 8px;
		margin-right: 8px;
		margin-bottom: 10px;
	}



	/*<<<<< RULE STYLES >>>>>*/

	#rule-menu{
		background-color: #971B1E;
		height: 1px;
		width: 60px;
		margin-top: 40px;
		margin-bottom: 34px;
	}

	/*#rule-mobile{
		background-color: #971B1E;
		height: 1px;
		width: 100%;
		margin-top: 16px;
		margin-bottom: 16px;
	}*/

	#rule-mobile {
		display: none;
	}

	#contact-rule {
		width: 310px;
		margin-bottom: 40px;
		margin-top: 20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

	#rule-mobile-footer {
		background-color: #971B1E;
		height: 1px;
		width: 100%; 
		margin-bottom: 4px;
		margin-top: 0px;
	}


	/*<<<<< GALLERY STYLES >>>>>*/

	#gallery-slider {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
		text-align: center;
		padding-left: 10px;
		padding-right: 10px;
	}

	.d-block {
		width: 100%;
		height: auto;
		background-position:center center; 
	}

	.carousel-item {
		width: 100%;
		height: 500px;
	}



	/*<<<<< TYPE STYLES >>>>>*/

	.news-sans {
		font-family: futura-pt, sans-serif;
		font-weight: 600;
		font-style: normal;
		color: white;
		font-size: 1.1em;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.news-sans-light {
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: white;
		font-size: 1.1em;
		letter-spacing: .08em;
	}

	.news-link {
		text-decoration: underline;
		text-transform: uppercase;
		color: white;
	}

	.news-link:hover {
		text-decoration: none;
		text-transform: uppercase;
		color: white;
	}

	h2 {
		font-family: "Courier New", Courier, monospace;
		font-size: 20px;
		color: #333333;
		padding: 0;
		margin: 0;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.body-copy {
		font-family: "Courier New", Courier, monospace;
		font-size: 19px;
		color: #333333;
		margin-bottom: 0;
		font-weight: 500;
	}

	.press-copy {
		color: #971B1E;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.contact-link {
		text-decoration: underline;
		font-family: "Courier New", Courier, monospace;
		font-size: 16px;
		color: #971B1E;
		margin-top: 0;
		margin-bottom: 0;
	}

	.bold {
		font-weight: bold;
		color: #971B1E;
	}

	.body-copy-small {
		font-size: 17px;
		font-family: "Courier New", Courier, monospace;
		margin-bottom: 0;
		line-height: 22px;

	}

	.bold-italic {
		font-weight: bold;
		color: #971B1E;
		font-style: italic;
		font-size: 14px;
		margin-top: 18px;
		letter-spacing: .5px;
	}

	.copy-red {
		color: #951d22;
		font-weight: bold;
		font-size: 19px;
	}

	.gift-card-type-black {
		font-family: "Courier New", Courier, monospace;
		color: black;
		font-size: 16px;
		margin-top: 3px;
		display: inline-block;
	}

	.gift-card-type-red {
		font-weight: bold;
		font-family: "Courier New", Courier, monospace;
		color: #971B1E;
		font-size: 16px;
		margin-top: 3px;
		display: inline-block;
		margin-left: 6px;
	}

	.inline {
		display: inline-block;
	}


	.copy-red-light {
		color: #951d22;
		font-size: 17px;
		display: inline-block;
	}

	#copyright {
		font-size: 11px;
		color: white;
		margin-top: 10px;
		margin-bottom: 0;
	}

	.white-mobile {
		color: white;
		font-size: 16px;
	}

	.red {
		color: #991A21;
	}

	.white-mobile-link {
		color: white;
	}




	/*<<<<< BUTTON STYLES >>>>>*/

	.btn-outline-primary {
		border-radius: 0;
		border-color: #971B1E;
		border-width: 2px;
		width: 300px;
	}

	.button-menu {
		margin-top: 30px;
		margin-bottom: 0px;
		display: block;
	}

	.btn {
/*		padding-top: 16px;
		padding-bottom: 16px;*/
		display: inline;
		padding: 0;
	}

	.btn:hover {
		background-color: #971B1E;
	}

	.btn h2:hover {
		color: white;
	}

	.btn-outline-primary:hover .btn-outline-primary:focus .btn-outline-primary:active {
		outline: none !important;
		box-shadow: none !important;
		border: none!important;
		border-color: none!important;
		background-color: none;
	}

	.btn-outline-primary {
		color: none!important;
	}

	.contact-button {
		margin-top: 24px;
		margin-bottom: 10px;
	}





	/*<<<<< HIDDEN STYLES >>>>>*/



	#logo {
		display: none;
	}

	#hours {
		display: none;
	}

	#address {
		display: none;
	}

	#vertical-rule-landing {
		display: none;
	}

	#phone {
		display: none;
	}

	#rule-red-span {
		display: none;
	}

	#desktop-white {
		display: none;
	}

	#press-email {
		display: none;
	}

	#press-inquiries {
		display: none;
	}

	.desktop {
		display: none;
	}

	.footer-anchor {
		display: none;
	}

	#footer-join-us {
		display: none;
	}

	#photo-landing-pic-mobile {
		display: none;
	}

	#employees-mobile {
		display: none;
	}

	.red-desktop-link {
		display: none;
	}

	.mobile-only {
		display: none;
	}




}




















/***************************************************
				 DESKTOP BREAKPOINT
***************************************************/

@media (min-width: 992px) {

	body {
		background-color: #F7E7E7!important;
	}

	.news-container {
		width: 100%;
		padding: 20px 0;
		background-color: #991A21;
		margin-bottom: 40px;
	}

	.news-row {
		margin: 10px auto;
	}

	.white {
		color: white!important;
	}

	.underline {
		text-decoration: underline;
	}

	.gift-card-button {
		padding: 14px;
		border: 2px solid white;
		display: block;
		margin: 10px auto;
		width: 260px;
	}

	.gift-card-button:hover {
		border: 2px solid white;
		background-color: white;
		color: #991A21!important;
	}


	/*<<<<< BEGIN NAVIGATION STYLES >>>>>*/

	.navbar-expand-lg {
		padding-left: 0px!important;
		padding-right: 0px!important;
	}

	.navbar-nav {
		text-align: center !important;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
	}

	.nav-link {
		height: 40px;
		width: auto;
	}

	.nav-home {
    	background-repeat:no-repeat;
	}

	#nav-home {
		height: 31px;

	}

	#nav-menu {
		height: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#nav-about {
		height: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#nav-press {
		height: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#nav-contact {
		height: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#nav-gift-card {
		height: 22px;
		margin-left: 10px;
		margin-right: 10px;
	}

	#nav-reservations {
		height: 31px;


	}


	/*<<<<< BEGIN FOOTER STYLES >>>>>*/

	footer {
		background-color: white;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#row-footer {
		width: 100%;
		text-align: center!important;
		height: 102px;
	}

	#footer-join-us {
		height: 60px;
		display: inline-block;
		top: 50%;
		margin-top: -51px;
	}

	#footer-anchor {
		height: 30px;
		display: inline-block;
		top: 50%;
		margin-top: -56px;
	}

	.footer-info {
		display: inline-block;
		margin-left: 50px;
		margin-right: 50px;
	}

	.footer-inline {
		display: inline-block;
	}

	.footer-anchor {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 10px;
	}


	/*<<<<< BEGIN LAYOUT STYLES >>>>>*/

	#desktop-white {
		width: 700px;
		background-color: white;
		display: inline-block;
		height: 1000px;
		z-index: -5;
		left: 50%;
		margin-left: -350px;
		position: absolute;
	}

	.container {
		padding-top: 30px!important;
		padding-bottom: 30px!important;
		width: 850px;
	}

	.menu-div {
		background-color: white;
		width: 850px;
		border-left: 2px solid #971B1E;
		border-right: 2px solid #971B1E;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.press {
		border-left: 2px solid #971B1E;
		border-right: 2px solid #971B1E;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	#row {
		width: 100%;
		text-align: center!important;
	}

	#photo-landing {
		width: 100%;
		margin-top: 40px;
	}

	#column-menu {
		display: inline-block;
		width: 35%;
		height: 272px;
		text-align: center;
		vertical-align: middle;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
	}

	#column-press {
		display: inline-block;
		width: 375px;
		height: 120px;
		text-align: center;
		vertical-align: middle;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
	}

	#column-contact {
		display: inline-block;
		width: 390px;
		height: 150px;
		text-align: center;
		vertical-align: middle;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
	}

	#section-menu {
		background-color: white;
		padding-top: 8px;
		padding-bottom: 8px;
		height: 354px;

	}

	#about-background {
		background-image:url(../images/background-about.jpg); 
		background-position:center center; 
		background-repeat:no-repeat; 
		height: 1000px;
		width: 100%;
		padding-top: 50px;
		padding-bottom: 50px;
		position: absolute;
		z-index: -1;

	}

	#section-about {
		background-color: white;
		width: 850px;
		height: 990px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	#about-container {
		text-align: center;
		z-index: 5;
		padding-top: 60px;
		padding-bottom: 40px;
	}

	#section-press {
		background-color: white;
		padding-top: 8px;
		padding-bottom: 8px;
		height: 384px;
	}

	#section-contact {
		background-color: #F7E7E7;
		padding-top: 40px;
		padding-bottom: 40px;
		height: 354px;
	}

	#vertical-align-menu {
		height: 238px;
		position: absolute;
		top: 50%;
		margin-top: -119px;
	}

	#vertical-align-menu-buttons {
		height: 178px;
		position: absolute;
		top: 50%;
		margin-top: -89px;
	}

	#desktop-white-about {
		width: 700px;
		background-color: white;
		display: inline-block;
		height: 830px;
		left: 50%;
		margin-left: -350px;
		position: absolute;
	}

	.contact-info {
		border-left: 2px solid #971B1E;
		border-right: 2px solid #971B1E;
		padding-top: 0;
		padding-bottom: 0;
		width: 270px;
		margin-left: auto;
		margin-right: auto;
	}

	.holiday-hours-container {
		display: block;
		margin-top: 0px;
		margin-bottom: 15px;
	}



	/*<<<<< BEGIN ITEM STYLES >>>>>*/

	#logo {
		height: 125px;
		margin-top: 10px;
	}

	#italian {
		height: 370px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	#hours {
		height: 18px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 22px;

	}

	#vertical-spacer {
		display: inline-block;
		width: 5%;
		height: 272px;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		text-align: center;
		vertical-align: middle;
	}

	#vertical-spacer-press {
		display: inline-block;
		width: 15px;
		margin-top: 0;
		margin-bottom: 0;
		position: relative;
		text-align: center;
		vertical-align: middle;
	}

	#landing-links {
		display: inline-block;
	}

	#address {
		height: 14px;
		display: inline-block;
		margin-right: 15px;
	}

	#vertical-rule-landing {
		height: 17px;
		display: inline-block;
	}

	#phone {
		height: 14px;
		display: inline-block;
		margin-left: 15px;
	}

	#photo-landing-pic {
		width: 100%;
	}

	#click-to-view {
		height: 18px;
		margin-top: 22px;
		margin-bottom: 22px;
		display: inline;
	}

	#header-menu {
		height: 74px;
	}

	#header-about {
		height: 90px;
	}

	#header-press {
		height: 80px;
		display: inline-block;
	}

	#header-contact {
		height: 70px;
		display: inline-block;
	}

	#about-text {
		width: 500px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
	}

	#press-inquiries {
		height: 70px;
		display: inline-block;
		margin-right: 30px;
	}

	#press-email {
		height: 70px;
		display: inline-block;
		margin-left: 30px;
	}

	#employees {
		height: 33px;
		margin-bottom: 10px;
	}

	.social-links {
		display: inline-block;
		margin-left: 7px;
		margin-right: 7px;
	}



	/*<<<<< GALLERY STYLES >>>>>*/

	#gallery-slider {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		padding-left: 50px;
		padding-right: 50px;
	}

	.d-block {
		width: 750px;
		height: 563px;
		background-position:center center; 
	}

	.carousel-item {
		width: 700px;
		height: 500px;
	}


	/*<<<<< RULE STYLES >>>>>*/

	#rule-red-span {
		width: 100%;
		background-color: #971B1E;
		height: 1px;
		margin: 0;
	}

	#rule-menu{
		background-color: #971B1E;
		height: 1px;
		width: 60px;
		margin-top: 40px;
		margin-bottom: 36px;
	}

	#contact-rule {
		height: 16px;
		margin-top: 34px;
		margin-bottom: 34px;
	}


	/*<<<<< BUTTON STYLES >>>>>*/

	.btn-outline-primary {
		border-radius: 0;
		border-color: #971B1E;
		border-width: 2px;
		width: 300px;
	}

	.btn {
/*		padding-top: 16px;
		padding-bottom: 16px;*/
		display: inline;
		padding: 0;
	}

	.btn:hover {
		background-color: #971B1E;
	}

	.btn h2:hover {
		color: white;
	}

	.btn-outline-primary:hover .btn-outline-primary:focus .btn-outline-primary:active {
		outline: none !important;
		box-shadow: none !important;
		border: none!important;
		border-color: none!important;
		background-color: none;
	}

	.btn-outline-primary {
		color: none!important;
	}

	.contact-button {
		margin-top: 17px;
		margin-bottom: 20px;
	}


	/*<<<<< TYPE STYLES >>>>>*/

	.news-sans {
		font-family: futura-pt, sans-serif;
		font-weight: 600;
		font-style: normal;
		color: white;
		font-size: 1.1em;
		letter-spacing: .08em;
		text-transform: uppercase;
	}

	.news-sans-light {
		font-family: futura-pt, sans-serif;
		font-weight: 400;
		font-style: normal;
		color: white;
		font-size: 1.1em;
		letter-spacing: .08em;
	}

	.news-link {
		text-decoration: underline;
		text-transform: uppercase;
		color: white;
	}

	.news-link:hover {
		text-decoration: none;
		text-transform: uppercase;
		color: white;
	}

	h2 {
		font-family: "Courier New", Courier, monospace;
		font-size: 20px;
		color: #333333;
		padding: 0;
		margin: 0;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.body-copy {
		font-family: "Courier New", Courier, monospace;
		font-size: 16px;
		color: #333333;
		margin-bottom: 0;
		font-weight: 500;
	}

	.press-copy {
		color: #971B1E;
		margin-bottom: 5px;
		margin-top: 5px;
	}

	.contact-link {
		text-decoration: underline;
		font-family: "Courier New", Courier, monospace;
		font-size: 16px;
		color: #971B1E;
		margin-top: 0;
		margin-bottom: 0;
	}

	.bold {
		font-weight: bold;
		color: #971B1E;
	}

	.body-copy-small {
		font-size: 15px;
		font-family: "Courier New", Courier, monospace;
		margin-bottom: 0;
		line-height: 20px;

	}

	.gift-card-type-black {
		font-family: "Courier New", Courier, monospace;
		color: black;
		font-size: 13px;
		margin-top: 3px;
		display: inline-block;
	}

	.gift-card-type-red {
		font-weight: bold;
		font-family: "Courier New", Courier, monospace;
		color: #971B1E;
		font-size: 13px;
		margin-top: 3px;
		display: inline-block;
		margin-left: 6px;
	}


	.bold-italic {
		font-weight: bold;
		color: #971B1E;
		font-style: italic;
		font-size: 12px;
		margin-top: 3px;
	}

	.inline {
		display: inline-block;
	}

	.copy-red {
		color: #961d23;
		font-weight: bold;
		font-size: 14px;
	}

	.copy-red-light {
		color: #961d23;
		font-size: 15px;
		display: inline-block;
	}

	#copyright {
		font-size: 11px;
		color: #971B1E;
		margin-top: 10px;
	}

	.red-desktop-link {
		color: #991A21;
	}



	/*<<<<< HIDDEN STYLES >>>>>*/

	#nav_logo {
		display: none;
	}

	.nav-logo-mobile {
		display: none;
	}

	#italian-mobile {
		display: none;
	}

	#hours-mobile {
		display: none;
	}

	#address-mobile {
		display: none;
	}

	#phone-mobile {
		display: none;
	}

	#rule-mobile{
		display: none;
	}

	#employees-mobile {
		display: none;
	}

	#rule-mobile-footer {
		display: none;
	}

	.mobile {
		display: none;
	}

	#spacer-mobile {
		display: none;
	}

	#press-email-mobile {
		display: none;
	}

	.white-mobile {
		display: none;
	}

	#footer-join-us-mobile {
		display: none;
	}

	#photo-landing-pic-mobile {
		display: none;
	}

	.tablet {
		display: none;
	}

	.white-mobile-link {
		display: none;
	}

	.mobile-only {
		display: none;
	}



}








