.bg-dark {
	background: rgba(0, 0, 0, .5) !important;
	color: #FFFFFF;
}
.navbar-light .navbar-nav .nav-link {
	color: #FFFFFF !important;
}
.navbar-brand img {
	width: 50px !important;
}
.navbar-brand {
	padding-top: ;
}
.navbar {
	color: #FFFFFF;
}
.navbar-brand img {
	width: 300px;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: rgba(255, 255, 255, 1);
} 
/*----------------------------CSS for background video--------------------------------*/
.videowrapper {
	min-width: 100%;
	height: 75vw;
	text-align: center;
	display: inline-block;
	overflow: auto;
	
}
.videowrapper img {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
video#bgvid { 
position: absolute; top: 0;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
width: 100%;
z-index: -100;
background: url(skyline-3.png) no-repeat;
background-size: cover;
}
/*---End CSS for background video--*/

/*--------------------------- CSS for Menu Styling ----------------------------- */
body {
	font-family: 'Libre Baskerville', serif;
	font-size: 16px;
}
.navbar {
	margin-bottom: 0px;
}
.navbar-light .navbar-toggler {
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.menu-top-logo {
	margin: auto;
	max-width: 550px;
	padding: 20px;
}
.top-section {
	background-image: url(../img/pictures/background-159.jpg);
	min-height: 85vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	
	
	
	/* background-image: url(../img/pictures/main-dining-1.jpg);
	background-repeat: no-repeat;
    background-size: 100%;
    margin-bottom: 0px; */
}
.main-logo {
	max-width: 700px;
	margin: auto;
	padding: 120px 10px 50px;
	text-align: center;
}
.main-logo img {
}
.header-phone-number {
	margin: auto;
}
.header-phone-number h2 {
	color: #FFFFFF;
	margin: auto;
	font-family: Libre Baskerville, serif;
	font-size: 55px;
	margin-top: 40px;
	margin-bottom: 30px;
	filter: drop-shadow(1px 1px 2px #000000);
}
.top-section-text-block {
	text-align: center;
}
.top-section-text-block h2 {
 	color: #FFFFFF;
	text-shadow: 2px 2px 2px #000000;
	letter-spacing: 5px;
	margin: 10px
}
.togo-menu-banner {
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background: rgba(0,25,85, 0.8);
}
.togo-menu-banner h3 {
	margin-bottom: 0px;
}
.white-stripe {
	height: 2px;
	background-color: #FFFFFF;
}
.blue-stripe {
	background-color: #001955;
	height: 25px;
}
.events-page-blue-stripe h3 {
	text-align: center;
	padding: 30px;
	margin: 0px 10px;
	color: #FFFFFF;
}
.oatmeal-background {
	background-image: url(../img/backgrounds/ricepaper.png);
}
.to-go-header {
	text-align: center;
}
.to-go-header h2 {
	padding-top: 50px;
	font-size: 50px;
	padding-bottom: 30px;
	color: #022475;
}
.city-background {
	background-image: url(../img/pictures/interior-background-black.jpg);
	width: 100%;
	background-position: center;
	background-color: #000000;
	text-align: center;
}
.address-section {
	background-color: #001955;
	padding: 30px 10px;
	text-align: center;
	color: #FFFFFF;
}
.address-section h3 {
	font-size: 26px;
	margin-bottom: 20px;
}

.address-section h4 {
	font-size: 34px;
	margin-bottom: 0px;
}
.address-section p {
	font-size: 20px;
}
.caviar-button:link {
	display: inline-block;
	font-size: 30px;
	color: #FFFFFF;
	margin-top: 30px;
}
.video-section {
	padding: 30px 10px 20px 10px;
	text-align: center;
}
.video-container {
	max-width: 700px;
	margin: auto;
	border: solid 1px #FFFFFF;
}
.center-section {
	padding: 50px 5px 0px;
	/* no background for now 
		
	background-image: url(../img/pictures/hanging-glasses-1.jpg);
	background-size: cover;
	min-height: 100%;
	
	*/
}
.center-section h2 {
	color: #FFFFFF;
}
.center-section-columns {
	text-align: center;
	padding-bottom: 30px;
}
.center-section-blocks {
	border: solid 1px #FFFFFF;
}
.center-section-columns a {
	text-decoration: none;
	cursor: alias;
}
.center-section-columns a: hover {
	cursor: auto;
}
.center-section-blocks h2 {
	padding: 100px 10px;
}
.center-section-columns-text {
	text-align: left;
	padding:15px 10px 0px;
	margin-left: 5px;
	color: #FFFFFF;
}
.dinner-menu-block {
	background-image: url(../img/pictures/pizza-slicing.jpg);
	background-size: cover;
}
.wine-list-block {
	background-image: url(../img/pictures/wine-list.png);
	background-size: cover;
}
.private-parties-block {
	background-image: url(../img/pictures/private-parties.jpg);
	background-size: cover;
}
.center-section-columns img {
	padding: 5px;
	border: 1px solid #022475;
}
.catering-section {
	background-image: url(../img/backgrounds/ricepaper.png);
	background-repeat: repeat-x repeat-y;
	text-align: center;
	padding: 30px 10px;
}
.catering-section h2 {
	color: #001955;
	font-family: 'Libre Baskerville', serif;
	font-weight: bold;
	font-size: 40px;
}	
.catering-section-blue-banner {
	background-color: #001955;
	padding: 15px 40px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
	display: inline-block;
}
.catering-section-blue-banner h3 {
	color: #FFFFFF;
	margin: 0px;
}
.catering-section-blue-banner h3 span {
	font-size: 20px;
}
.catering-section li {
	margin: 5px;
}
.private-parties-section {
	background-image: url(../img/pictures/upstairs-background-black.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}
.private-parties-section-text {
	max-width: 700px;
	margin: auto;
	padding: 50px 10px;
	color: #FFFFFF;
	text-align: center;
}
.private-parties-section-text h2 {
	font-size: 40px;
	margin-bottom: 20px;
}
.private-parties-section-text h3 {
	font-size: 20px;
	line-height: inherit;
}
.virtual-tour-section {
	background-color: #001955;
	width: 100%;
	margin: auto;
	padding: 50px 30px;
	color: #FFFFFF;
	text-align: center;
}
.virtual-tour-section img {
	display: inline;
}
.virtual-tour-section h2 {
	padding: 30px 5px 40px
}
.virtual-tour-section a {
	color: #ffffff;
}

.virtual-tour-frame {
	max-width: 900px;
	border: 2px solid #FFFFFF;
	margin: auto;
}
.happy-hour-section {
	background-image: url(../img/backgrounds/ricepaper.png);
	background-repeat: repeat-x repeat-y;
	text-align: center;
	padding-bottom: 30px;
}
.happy-hour-header {
	padding: 30px 10px 10px;
}
.happy-hour-header img {
	padding: 30px 10px;
	max-width: 90%;
}
.happy-hour-section h3 {
	font-family: 'Permanent Marker', cursive;
	color: #001955;
	font-size: 70px;
	margin-bottom: 2px;
}
.happy-hour-section h4 {
	font-size: 25px;
}
.happy-hour-menu-section {
	padding: 0px 10px 10px;
}
.happy-hour-section b {
	font-size: 18px;
}
.happy-hour-section-free-pizza {
	background-color: #001955;
	display: inline-block;
	padding: 20px 35px;
	text-align: center;
	border: solid 2px #001955;
	margin: 10px 10px 30px;
}
.happy-hour-section-free-pizza h4 {
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 0px;
}
.footer-section {
	padding: 50px 10px 20px;
	background-color: #000000;
	color: #FFFFFF;
}
.container-footer-section {
	max-width: 800px;
	margin: auto;
	font-size: 80%;
}
.footer-section img {
	width: 20px;
	height: auto;
}
.footer-section a {
	color: #FFFFFF;
}
.disclaimer-section {
	margin: auto;
	text-align: center;
	max-width: 700px;
	margin-top: 50px;
	margin-bottom: 10px;
}
.copyright-section {
	text-align: center;
	padding: 10px 10px 20px;
}
.copyright-section a {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu-section {
	padding-top: 50px;
}
.menu-background {
	background-image: url(../img/backgrounds/ricepaper.png);
	background-repeat: repeat-x repeat-y;
}
.menu-header {
	text-align: center;
}
.menu-header h2 {
	font-size: 3em;
	color: #022475;
	font-weight: bold;
	margin-bottom: 30px;
}
.col-dotted {
	border-right: dotted 1px #022475;
}
.togo-menu {
	max-width: 900px;
	padding-left: 20px;
}
.togo-menu-section-container {
	margin-bottom: 40px;
}
.togo-menu h3 {
	color: #022475;
	font-weight: bold;
	margin-bottom: 25px;
}
.togo-menu h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}
.menu-item-row {
	margin-bottom: 15px;
	line-height: 1em;
}
.togo-menu-item {
	padding: 0px 0px 0px 15px;
}
.togo-menu-item-happy-hour h4 {
	color: #022475;
	margin: 0px 0px 12px;
}
.togo-menu-description p {
	font-size: 14px;
	padding: 0px 15px;
	margin-bottom: 0px;
	line-height: 25px;
}
.togo-menu-description p {
	margin-bottom: 0px;
	padding: 0px;
}
.togo-menu-price {
	text-align: left;	
	font-size: 14px;
}
.menu-item-italic {
	font-style: italic;
	font-size: 14px;
}
.blue-banner {
	background-color: #022475;
	padding: 15px;
	text-align: center;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
}
.blue-banner h3 {
	color: white;
	margin: 0px;
}
.blue-banner span {
	font-weight: 400;
	font-size: smaller;
}
ul {
	list-style: none;
	margin-bottom: 30px;
}
.bullet {
	list-style-type: disc;
}
li {
	margin: 10px 0px;
}
.menu-indent {
	margin: 0px;
	font-size: 14px;
}
.empty-blue-banner {
	border: solid 2px #022475;
	padding: 15px;
	width: 90%;
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
.empty-blue-banner h3 {
	color: #022475;
	margin: 0px;
}
.blue-pizza-banner {
	background-color: #022475;
	padding: 15px;
	width: 90%;
	margin: auto;
}
.empty-blue-pizza-banner {
	text-align: center;
	padding: 15px;
	margin: auto;
}
.empty-blue-pizza-banner h3 {
	color: #022475;
	margin: 0px;
}
.blue-pizza-banner ul {
	margin: 0px;
	padding: 5px;
}
.blue-pizza-banner li {
	color: #FFFFFF;
}
.menu-bottom-section {
	text-align: center;
	padding: 40px 10px
}
.cheese-and-salami-box {
	color: #FFFFFF;
	background-color: #022475;
	padding: 15px 100px;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.cheese-and-salami-box h3 {
	margin-bottom: 0px;
}
.add-meat {
	line-height: 1;
	font-size: 12px;
}
.menu-bottom-section-empty-banner {
	background-color: #FFFFFF;
	width: 300px;
	max-width: 90%;
	margin: auto;
}
.menu-bottom-section-empty-banner h3 {
	color: #022475
}
.bottom-section-menu-blocks {
	margin: auto;
}
.bottom-section-menu-blocks td {
	background-color: #022475;
	color: #FFFFFF;
	padding: 10px 20px;
	display: inline-block;
	margin: 5px;
}
.served-with p {
	font-size: 14px;
	margin: 16px 10px;
}
.cheese {
	text-align: left;
}
.cheese h2 {
	margin-bottom: 25px;
	font-size: 14px;
	margin-bottom: 10px;
}
.cheese ul {
	padding-left: 20px;
}
.wine-list-padding {
	padding: 0px 8px 50px 0px;
}
.blue-banner-wine-list {
	background-color: #022475;
	padding: 15px;
	text-align: center;
	width: 90%;
	margin: auto;
	margin-bottom: 30px;
	max-width: 400px;
}
.blue-banner-wine-list h3 {
	color: white;
	margin: 0px;
}
.blue-banner-wine-list h4 {
	color: white;
	margin: 0px;
}
.wine-list-row-margin {
	margin-bottom: 10px;
}
.wine-list-spritz {
	text-align: center;
}
.wine-list-spritz h4 {
	margin-bottom: 15px;
	text-align: center;
}

.events-background {
	background-image: url(../img/backgrounds/ricepaper.png);
	background-repeat: repeat-x repeat-y;
	
	/*-- old background image  
	background-image: url(../img/pictures/upstairs-1.jpg);
	min-height: 80vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000000;
	--*/
	
}
.events-page-header-section {
	text-align: center;
}
.events-page-header-section img {
	display: inline-block;
	max-width: 90%;
	margin-bottom: 30px;
}
.events-page-header-section h2 {
	font-family: 'Permanent Marker', cursive;
	color: #FFFFFF;
	font-size: 70px;
	margin-bottom: 2px;
}
.events-page-header-section-text {
	max-width: 500px;
	margin: auto;
}
.events-page-header-section p {
	color: #FFFFFF;
	font-size: 18px;
}
.events-page-header-section {
	padding-top: 100px;
}
.events-page-photo-section {
	background-image: url(../img/backgrounds/ricepaper.png);
	background-repeat: repeat-x repeat-y;
	padding-top: 20px;
}
.events-page-photo-section img {
	padding: 10px;
}
	
.events-page-photo-section-row {
	padding:0px;
	margin: 0px;
}
.events-page-photo-section-col {
	padding: 0px;
	margin: 0px;
}
.events-info-section {
	background-image: url(../img/backgrounds/ricepaper.png);
	background-repeat: repeat-x repeat-y;
	text-align: center;
	padding: 30px 10px;
	text-align: left;
}
.events-info-section ul {
	list-style-type: disc;
}
.events-info-section h3 {
	color: #001955;
	line-height: 1.5;
}
.private-parties-page-background {
	background-image: url(../img/pictures/background-8-black.jpg);
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
}
.events-page-blue-stripe {
	background-color: #001955;
}
.events-page-blue-stripe h2 {
	text-align: center;
	padding: 30px;
	margin: 0px 10px;
	color: #FFFFFF;
}
.order-page-background {
	background-color: #000000;
	padding:20px 10px 20px;
}
.oder-page-header-section {
	padding-top: 70px;
	text-align: center;
}
.oder-page-header-section h2 {
	font-family: Libre Baskerville, serif;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 14px;
}
.order-page-background h3 {
	color: #FFFFFF;
	margin-bottom: 30px;
}

.order-page-background img {
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
/*-- Mobile Styling --*/
@media only screen and (max-width: 576px) {

.top-section {
	min-height: 50vh;
}
.events-page-header-section {
	padding-top: 70px;
}
.cheese-and-salami-box {
	padding: 10px;
	width: 90%;
}
.virtual-tour-frame {
	display: none;
}
}
