html { height:100%; }

h1,h2,h3,h4,h5,h6 {
	/*
		font-family: "oswaldlight";
	*/
}

.website-body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	padding-top:40px;
}



.skip_to_main_content {
	font-size: 14px;
	text-align:center;
	display:block;
	margin-bottom:15px;
}

.skip_to_main_content {
position: absolute;
top: -1000px;
left: -1000px;
height: 1px;
width: 1px;
text-align: left;
overflow: hidden;
}
a.skip_to_main_content:active,
a.skip_to_main_content:focus,
a.skip_to_main_content:hover {
left: 0;
top: 0;
width: auto;
height: auto;
overflow: visible;
}
.my-navbar {
  display: none;
}
.mobile { display:none; }
.mobile-menu-return { display:none; }
.location-name { 
	text-align:center;
	list-style-type:none;
	padding:0px;
}
.location-name li {
	padding:0px;
}

.website-navigation-shell .location-name li {
	padding:0px;
}


.website-logo-link {
	flex: 1 1 240px;
    max-width: 33%;
    text-align: left;
    position: relative;
}
.website-logo-link img {
	width: 240px;
	max-width: 240px;
	text-align: center;
	display: inline-block;
	position: absolute;
    top: -60px;
	left: 20px;
}

.website-navigation-shell {
	display: flex;
    justify-content: space-between;
    background-color: black;
    color: lightblue;
    padding: 0px;
    margin: 0px;
    align-items: center;
	position:relative;
  }

.website-navigation {
	list-style-type: none;
    padding: 0;
    margin: 10px;
    display: flex;
    gap: 15px;
	padding-top: 10px;
    padding-bottom: 10px;
}
.website-navigation li {
	position:relative;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
}

.website-navigation li::after {
    content: "|";
    margin-left: 15px;
    color: #fff;
}

.website-navigation li:last-child::after {
    content: "";
}

.website-navigation li a {
	color:#fff;
	text-decoration:none;
}

.website-navigation li a:hover {
	color:#976e43;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.website-container {
	margin-top:15px;
}

.foreground-text {
    position: absolute;
    color: #ffffff;
    top: 50%;
    text-align: center;
    width: 100%;
    font-size: 90px;
    margin: 0px auto;
}
.foreground-text span { color: #c69a2d; }

#dynamic_scroll_for_more {
	transform: translateX(-50%);
	left:50%;
	z-index: 100;
	position: absolute;
	text-align:center;
	padding: 10px;
	border-radius: 10px;background-color:#000;
}
#dynamic_scroll_for_more a {
	color:#fff;
}
#dynamic_scroll_for_more img {
	width: 8px;
	opacity: 0.4;
	transform: rotate(90deg);
}

.website-snippet-hours {
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
	text-align: center;
}

.address-and-phone {
	list-style-type:none; 
	text-align:center;
}

.website-social {
	text-align:center;
	margin-top:20px;
}
.website-social a {
	margin:10px;
}

.website-address, .mobile-address { width:100%;  padding-right: 10px; }
.website-address .div_td:nth-of-type(1) { width:36px; }
.website-address .div_td:nth-of-type(2) {
	text-align:right;
	/* font-family: 'oswaldlight'; */
	font-size: 18px;
	line-height: 1.2;
	text-shadow: 0px 0px 2px black;
}
.website-content {
	    flex-grow: 1;
		padding-left:0%;
		padding-right:0%;
}
.website-content h1 {
	color:#fff;
	font-size:20px;
	text-align:justify;
	margin-bottom:20px;
}
.website-content p {
	font-size: 15px; 
	line-height: 1.5;
	margin:0px;
	margin-bottom:25px;
}
.website-content-ads {
	margin:0px auto;
	width:75%;
	margin-top:30px;
}
.website-content-ads li {
	color:#fff;
	display:block;			
	text-shadow: 1px 1px 1px black;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:20px;
	text-align:center;
}
.website-content-ads li:last-of-type {
	border:none;
}
.website-content-ads li a { color: #fff; text-decoration:none;}
.website-content-ads li a:hover { 
	color:#fc0;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
 }
.website-content-ad p {
	padding:0px; margin:0px; text-align:center;			
}

.nav_menu_display {
	display:none;
	left: 230px;
	position: absolute;
	width: 100%;
	text-align: left;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	padding: 0px 10px 10px;
}

.nav_menu_display li::before {
    content: "\2192 ";
    margin-right: 5px;
}

.primary-div {
	width:100%;
}

.top2-div {
	color:#fff;
	text-shadow: 1px 1px 1px black;
}

.top2-div .top2:nth-of-type(2) {
	margin-top: 0px;
}


.credit { position: absolute;
    right: 20px;
    bottom: 20px;
    padding-bottom: 15px !important;    
    padding-left: 20px;}
.credit a { color:#fff; font-weight:bold; text-decoration:none; font-size:12px; }
.credit a:hover { color:#ff0000; }

.menu_system_content {
	background: rgba(0,0,0,0.7);-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;padding: 20px; margin-bottom:15px;
	margin-bottom:35px;
}

.menu_system_content #CustomContentControl1_lbl_Title {
	text-align:center;
	display:block;
	padding:20px;
	font-size:25px;
}
.menu_system_links {
	text-align: center;
}
.menu_system_links li {
	margin:10px;
	display: inline-block;
}
.menu_system_links li a {
	color:#fff;
	font-size:23px;
	/* font-family: 'oswaldlight'; */
}
.menu_system_links li a:hover {
	color:#ffa500;
}


.menu_system_links_li_selected a {
	color:#fdeeac !important;
}

.website-navigation-selected a {
	color:#ffa500 !important;
}

.end-block {
	margin-bottom:0px;
}

.stackable-block .top2 {
	text-align:center;
}

.stackable-block .top3 {
	text-align:center;
}

.stackable-block .top4 {
	text-align:center;
}

.rpwb_gallery_pages {
	text-align:center;
}
.rpwb_gallery_pages ul {
	margin:0px auto;
	display:inline-block;
}

.rpwb_gallery_pages li a {
	color:#fff;
}

.rpwb_gallery_pages li span {
	color:#fff;
}


@media only screen and (min-width:0px) and (max-width:600px) {
	
	.website-body {
		height:auto;
	}
	.website-navigation {
		margin-right:0px;
	}
	.website-navigation-shell {
		width:100%;
		min-height:auto;
		display:block;
	}
	
	.website-logo-link {
		margin-bottom:20px;
	}
	
	.website-navigation li {
		background-color: rgba(0,0,0,0.5);
		padding:5px;
		text-align: center;
	}
	.website-content {
		width:100%;
		display:block;
		padding-bottom:50px;
	}
	
	.mobile-phone {
		background-color: #000;
		border-radius: 10px;
		padding: 10px;
		width: 50%;
		color:#fff;
		margin:0px auto;
		margin-bottom:15px;
		text-align:center;
	}
	
	.mobile-menu {
		padding: 20px; padding-bottom:30px;
		color:#ff0000;
		text-align:center;
	}
	
	.mobile-menu a {
		color:#fff;
		font-weight:bold;
	}
	
	.mobile-phone a {
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}
	
	.mobile-address {
		margin-bottom:10px;
		text-align:center;
	}
	
	.mobile-website-description h1 {
		font-size:16px;
	}
	.mobile-website-description {
		font-size:15px;
	}
	
	
	.top2 {
		display:block;
		width:100%;
	}
	.top2-div {
		display:block;
		width:100%;
		margin-bottom:25px;
	}
	
}

@media only screen and (min-width:600px) and (max-width:960px) {
	.website-content { 
		padding-top:50px;
		padding-left:5%;
		padding-right:5%;
		height:100%;
	}
	
	.top2 {
		display:block;
		width:100%;
	}
	.top2-div {
		display:block;
		width:100%;
		margin-bottom:25px;
	}
}

@media only screen and (min-width:1400px) {
	.website-content {
		margin: 0px auto;
	}
	
}

@media only screen and (max-width: 600px) {
	.website-navigation {
		display: none;
	}
	.website-logo-link { display:none; }
}

@media only screen and (min-width: 600px) {
	.website-navigation {
		display: inherit;
		text-align: center;
	}
}

@media only screen and (max-width: 600px) {
	
	.website-navigation-group .website-container { text-align:center; }
	.website-navigation-div{
		display:none;
	}
  .my-navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    background-color: #415A3F;
    color: white;
    width: 100%;
  }
  .my-logo {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .my-logo img {
    max-width: 70px;
  }
  .my-navbar-nav-links {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100vh;
    background-color: #415A3F;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
    transition: right 0.3s ease;
    overflow-y: auto;
	z-index: 1000;
  }
  .my-navbar-nav-links.show {
    right: 0;
    box-shadow: -15px 1px 100px rgba(0, 0, 0, 0.5);
  }
  .my-navbar-nav-links li { list-style-type: none;     padding: 12px 0; }
  .my-navbar-nav-links li a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 12px 0;
  }
  .my-navbar-nav-links a:hover {
    text-decoration: underline;
  }
  .my-navbar-hamburger {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    padding: 8px;
    border-radius: 4px;
  }
  .my-navbar-hamburger:hover {
    background-color: #555;
  }
  .website-navigation {}
  .website-navigation, .website-navigation-showcase {
    max-width: 100% !important;
    margin: 0px auto;
    margin-top: 10px;
  }
  .website-snippet-hours, .website-snippet-parking {
    max-width: 100% !important;
    margin: 0px auto;
    color: #fff;
    text-align: center;
  }
  .center p {
    font-size: 12px !important;
  }
  body {
    background-color: #000;
  }
  .website-background {}
  .custom_page_body p {
    line-height: 2.5;
  }
  .menu_system_content {
    padding: 10px;
  }
  .column2:first-of-type {
    column-count: 1 !important;
  }
  .column2 {
    column-count: 1 !important;
  }
  .center {
    position: static !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
    border: none;
  }
  .scrolling-modal {
    min-height: auto !important;
  }
  .scrolling-modal-content {
    padding: 20px 0px 20px 0px;
  }
  .scrolling-modal {
    min-height: auto !important;
    background-color: #000;
  }
  .scrolling-modal-column {
    min-height: auto !important;
  }
  .rpwb_photo_gallery ul li {
    width: 100% !important;
  }
  .rpwb_photo_gallery img {
    vertical-align: baseline;
  }
}