html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin: 0 !important;padding: 0 !important; background-color:#F8F8F8;}

button,input,select,textarea{font:inherit;margin:0}

html{overflow-x:hidden}

.allerta-stencil-regular {
  font-family: "Allerta Stencil", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cd-page-logo {
	height:100px;
	width:auto; 
	}

.fp-header { 
	width:100%;
	max-width:1280px; 
	margin: 0 auto 0 auto;
	display:flex; 
	align-items: center;
	flex-shrink: 1;
	justify-content: space-between;
	list-style:none; 
	padding-left:0;
	}

.fp-header > li { 
	flex: 1;
	flex-shrink: 1;
	margin-top:15px;
	}

.fp-header > li:nth-child(1){max-width:25%;}
.fp-header > li:nth-child(2){max-width:50%;}
.fp-header > li:nth-child(3){max-width:25%;}

.fp-header-all {
	height:135px;
	max-width:100%
	}

.fp-nav-bar {
	width:66vw;
	max-width:1000px;
	margin: 0 auto 0 auto;
	display:flex;
	justify-content: space-evenly;
	list-style:none;
	padding-left:0;
	white-space:nowrap;
	}
	
.fp-nav-bar > li {
	align-items: center;
	}
	
	
.submenu{
	position:absolute;
	background-color:WhiteSmoke;
	border:1px solid WhiteSmoke;
	border-radius: 1% 1% 3% 3%;
	display:none;
	margin:0px 0 0 10px;
	padding:0 10px 5px 10px;
	flex-direction:column;
	list-style:none;
	z-index:2;
	}

.sm-submenu{
	flex-direction: column;
	justify-content: center;
	align-items: center;
	
	}
	
.sm-submenu > a{
	font-size: 3em;
	text-decoration: none;
	font-weight:bold;
	padding-top:10px;
	}
	
.sm-submenu > a:last-child{
	padding-bottom:10px;
	}


footer {
	text-decoration:none;

	}
	
.fp-footer {
	width:100%;
	max-width:1280px;
	margin: 0 auto 0 auto;
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items: center;
	text-decoration:none;
	}
	
.fp-sidebar{
	height:100%;
	width:100%;
	background-color:#fff;
	position:fixed!important;
	flex: 1;
	flex-direction: column;
	display: none;
	top:0;
	z-index:10;
	overflow:auto

	}
	
.fp-sidebar > ul {
	margin:0;
	padding:0;
	}
	
.fp-sidebar > ul > li {
	list-style: none;
	text-align:center;
	}

@media(max-width:639px){
	.fp-footer {
		flex-direction: column;
		}
	}
	
.cd-cats{
	width:100%;
	display:flex;
	flex-direction:row;
	justify-content: space-evenly;
	align-items: center;
	margin:0;
	padding:0;

	}
	
.cd-cats > li{
	list-style: none;
	text-align:center;
	}
.cd-cats > li > a > img{
	border:3px ridge black
	}
	
.cd-cats > li > a{
	text-decoration: none;
	}

	
.cd-cats > li > a:hover{
	opacity:0.60;
	}
	
	
.fp-footer > * {
	flex:1;
	}

#front-slides {
    margin:50px auto 0 auto;
    width:90%;
	}


.fp-fixed-events {
		margin: 10px auto 10px auto;
		display:flex;
		justify-content:space-between;
		align-items:center;
		flex-direction:column;
		max-width:85%;
		}
	

@media(max-width:639px){
	.fp-fixed-events {
		flex-direction:column
		}
	.fp-fixed-events > DIV {
		margin-bottom:10px;
		}
	}
	
.be-icon {
	font-size:48px!important;
	padding:5px;
	}	
	
.fp-bgimg-1 {
  background-image: url("../images/front-1.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80vh;
	}
	
@media(max-width:639px){
	.fp-bgimg-1{
		height:33vh;
		}
	}
	
.fp-bgimg-2 {
	background-image: url("../images/front-1.webp");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 40vh;
	}
		

.fp-story-img {
	max-width:175px;
	margin:0 5px;
	}

	
@media(max-width:639px){
	.fp-story-img {
		max-width:125px;
		margin:5px;
		}
	}

.fp-contact-content {
	 display:flex;
	 vertical-align:top;
	 flex-direction:row;
	 margin:auto;
	}

.fp-contact-text {
	flex:1;
	}

.fp-loc-hours {
	display:flex;
	flex-direction: row;
	font-size:2rem;
	margin-right:5px;
	}

.fp-loc-hours > DIV {
	margin:10px auto 0 auto;
	
	}

@media(max-width:639px){
	.fp-contact-content {
		flex-direction: column;
		}
	.fp-loc-hours {
		flex-direction: column;
		margin-bottom: 20px;
		}
	.fp-loc-hours > DIV {
		text-align: center;
		}
	}

.fp-click-text {
	font-size:.8em;
	}

.cd-sm-menu{
	font-weight: bold;
	text-decoration: none;
	margin:0 0 0 0;
	}
	
.be-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.be-table,.be-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.be-table-all{border:1px solid #ccc}
.be-bordered tr,.be-table-all tr{border-bottom:1px solid #ddd}.be-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.be-table-all tr:nth-child(odd){background-color:#fff}.be-table-all tr:nth-child(even){background-color:#f1f1f1}
.be-hoverable tbody tr:hover,.be-ul.be-hoverable li:hover{background-color:#ccc}.be-centered tr th,.be-centered tr td{text-align:center}
.be-table td,.be-table th,.be-table-all td,.be-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.be-table th:first-child,.be-table td:first-child,.be-table-all th:first-child,.be-table-all td:first-child{padding-left:16px}
.be-btn,.be-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;font-weight: 900;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.be-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.be-btn,.be-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.be-disabled,.be-btn:disabled,.be-button:disabled{cursor:not-allowed;opacity:0.3}.be-disabled *,:disabled *{pointer-events:none}
.be-btn.be-disabled:hover,.be-btn:disabled:hover{box-shadow:none}
.be-badge,.be-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.be-badge{border-radius:50%}
.be-ul{list-style-type:none;padding:0;margin:0}.be-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.be-ul li:last-child{border-bottom:none}
.be-tooltip,.be-display-container{position:relative}.be-tooltip .be-text{display:none}.be-tooltip:hover .be-text{display:inline-block}
.be-ripple:active{opacity:0.5}.be-ripple{transition:opacity 0s}

.be-input{
			padding:10px;
			margin:10px 0;
			display:inline-block;
			border-color: black;
			border-width:2px;
			border-radius:10px;
			font-size: 1.7rem;
			width:100%
			}

.be-select{
			font-weight: bold;
			width:100%; 
			padding:10px;
			border-width: 2px;
			border-color: #990000;
			border-radius:10px;			
			}

.be-button2{
			padding:10px;
			margin:10px 0;
			display:inline-block;
			border-width:2px;
			border-radius:10px;
			width:8em;
	
	}


.be-bar-block .be-dropdown-hover,.be-bar-block .be-dropdown-click{width:100%}
.be-bar-block .be-dropdown-hover .be-dropdown-content,.be-bar-block .be-dropdown-click .be-dropdown-content{min-width:100%}
.be-bar-block .be-dropdown-hover .be-button,.be-bar-block .be-dropdown-click .be-button{width:100%;text-align:center;padding:8px 16px}
.be-main,#main{transition:margin-left .4s}
.be-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.be-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.be-bar{width:100%;overflow:hidden}.be-center .be-bar{display:inline-block;width:auto}
.be-bar .be-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.be-bar .be-dropdown-hover,.be-bar .be-dropdown-click{position:static;float:left}
.be-bar .be-button{white-space:normal}
.be-bar-block .be-bar-item{width:100%!important;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.be-responsive{display:block;overflow-x:auto}
.be-container:after,.be-container:before,.be-panel:after,.be-panel:before,.be-row:after,.be-row:before,.be-row-padding:after,.be-row-padding:before,
.be-cell-row:before,.be-cell-row:after,.be-clear:after,.be-clear:before,.be-bar:before,.be-bar:after{content:"";display:table;clear:both}
.be-col,.be-half,.be-third,.be-twothirds,.be-threequarter,.be-quarter{float:left;width:100%}
.be-col.s1{width:8.33333%}.be-col.s2{width:16.66666%}.be-col.s3{width:24.99999%}.be-col.s4{width:33.33333%}
.be-col.s5{width:41.66666%}.be-col.s6{width:49.99999%}.be-col.s7{width:58.33333%}.be-col.s8{width:66.66666%}
.be-col.s9{width:74.99999%}.be-col.s10{width:83.33333%}.be-col.s11{width:91.66666%}.be-col.s12{width:99.99999%}
@media (min-width:601px){.be-col.m1{width:8.33333%}.be-col.m2{width:16.66666%}.be-col.m3,.be-quarter{width:24.99999%}.be-col.m4,.be-third{width:33.33333%}
.be-col.m5{width:41.66666%}.be-col.m6,.be-half{width:49.99999%}.be-col.m7{width:58.33333%}.be-col.m8,.be-twothirds{width:66.66666%}
.be-col.m9,.be-threequarter{width:74.99999%}.be-col.m10{width:83.33333%}.be-col.m11{width:91.66666%}.be-col.m12{width:99.99999%}}
@media (min-width:993px){.be-col.l1{width:8.33333%}.be-col.l2{width:16.66666%}.be-col.l3{width:24.99999%}.be-col.l4{width:33.33333%}
.be-col.l5{width:41.66666%}.be-col.l6{width:49.99999%}.be-col.l7{width:58.33333%}.be-col.l8{width:66.66666%}
.be-col.l9{width:74.99999%}.be-col.l10{width:83.33333%}.be-col.l11{width:91.66666%}.be-col.l12{width:99.99999%}}
.be-rest{overflow:hidden}.be-stretch{margin-left:-16px;margin-right:-16px}
.be-content,.be-auto{margin-left:auto;margin-right:auto}.be-content{max-width:980px}.be-auto{max-width:1140px}
.be-cell-row{display:table;width:100%}.be-cell{display:table-cell}
.be-cell-top{vertical-align:top}.be-cell-middle{vertical-align:middle}.be-cell-bottom{vertical-align:bottom}
.be-hide{display:none!important}.be-show-block,.be-show{display:block!important}.be-show-inline-block{display:inline-block!important}
@media (max-width:1205px){.be-auto{max-width:95%}}



@media (max-width:699px){
	.be-hide-small{
		display:none!important
		}
	.be-bar-item.be-mobile,.be-dropdown-hover.be-mobile,.be-dropdown-click.be-mobile{
		text-align:center
		}
	.be-dropdown-hover.be-mobile,.be-dropdown-hover.be-mobile .be-btn,.be-dropdown-hover.be-mobile .be-button,.be-dropdown-click.be-mobile,.be-dropdown-click.be-mobile .be-btn,.be-dropdown-click.be-mobile .be-button{
		width:100%
		}
	.be-title2 {
		font-family: "Allerta Stencil", sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#6788a3;
		font-size: 24px;
		text-decoration:none;
		}
	}
@media (min-width:993px){
	.be-modal-content{
		width:900px
		}
	.be-hide-large{
		display:none!important
		}
	.be-sidebar{
		display:block!important
		}
	}
@media (max-width:992px) and (min-width:700px){
	.be-hide-medium{
		display:none!important
		}
	.be-title2 {
		font-family: "Allerta Stencil", sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#6788a3;
		font-size:6em;
		text-decoration:none;
		text-wrap:nowrap;
		flex-wrap:nowrap;
		}

	}
@media (max-width:992px){
	.be-sidebar.be-collapse{
		display:none
		}
	.be-main{
		margin-left:0!important;
		margin-right:0!important
		}
	.be-auto{
		max-width:100%
		}
	.be-title2 {
		font-family: "Allerta Stencil", sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#6788a3;
		font-size:6em;
		text-decoration:none;
		text-wrap:nowrap;
		flex-wrap:nowrap;
		}

	}


.be-top,.be-bottom{position:relative;
	width:100%;z-index:1
	}
.be-top{
	top:0;
	}
@media (max-width:639px){
	.be-top{
		margin-top:100px
		}
	}


.galleries {
	display:flex;
	position:relative;
	flex-wrap: wrap;
	list-style: none;
	overflow: none;
	width:100%;
	margin:0;
	padding:0;
	border:1px solid black;
	}
	
.galleries > li {
	flex-grow: 1;
	}
.galleries > li:last-child {
  flex-grow: 10;
}

.galleries img {
	max-height: 100%;
	min-width: 100%;
	object-fit: contain;
	vertical-align: bottom;
	}
.tad-caption {
	display: none;
	background:gray;
	font-size: 25px;
	}

.gal > img {
	object-fit:cover;
	height:175px;
	width:175px;
	}

.gal:hover + .tad-caption {
	display: block;
	}

.gal img:hover {
	opacity:0.50;
	}

.project-text {
	max-width:100%;
	text-indent: 15px;
	margin-left:auto;
	margin-right:auto;
	}



.be-bottom{bottom:0}
.be-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.be-display-topleft{position:absolute;left:0;top:0}.be-display-topright{position:absolute;right:0;top:0}
.be-display-bottomleft{position:absolute;left:0;bottom:0}.be-display-bottomright{position:absolute;right:0;bottom:0}
.be-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.be-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.be-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.be-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.be-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.be-display-container:hover .be-display-hover{display:block}.be-display-container:hover span.be-display-hover{display:inline-block}.be-display-hover{display:none}
.be-display-position{position:absolute}
.be-circle{border-radius:50%}
.be-round-small{border-radius:2px}.be-round,.be-round-medium{border-radius:4px}.be-round-large{border-radius:8px}.be-round-xlarge{border-radius:16px}.be-round-xxlarge{border-radius:32px}
.be-row-padding,.be-row-padding>.be-half,.be-row-padding>.be-third,.be-row-padding>.be-twothirds,.be-row-padding>.be-threequarter,.be-row-padding>.be-quarter,.be-row-padding>.be-col{padding:0 8px}
.be-container,.be-panel{padding:0.01em 16px}.be-panel{margin-top:16px;margin-bottom:16px}
.be-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.be-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.be-card,.be-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.be-card-4,.be-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.be-spin{animation:be-spin 2s infinite linear}@keyframes be-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.be-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.be-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.be-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.be-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.be-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.be-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.be-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.be-animate-input{transition:width 0.4s ease-in-out}.be-animate-input:focus{width:100%!important}
.be-opacity,.be-hover-opacity:hover{opacity:0.60}.be-opacity-off,.be-hover-opacity-off:hover{opacity:1}
.be-opacity-max{opacity:0.25}.be-opacity-min{opacity:0.75}
.be-grayscale-max,.be-grayscale-max,.be-hover-grayscale:hover,.be-hover-grayscale:hover{filter:grayscale(100%)}
.be-grayscale,.be-grayscale{filter:grayscale(75%)}.be-grayscale-min,.be-grayscale-min{filter:grayscale(50%)}
.be-sepia{filter:sepia(75%)}.be-sepia-max,.be-hover-sepia:hover{filter:sepia(100%)}.be-sepia-min{filter:sepia(50%)}

/* text size */
.be-tiny{font-size:10px!important}
.be-small{font-size:12px!important}
.be-medium{font-size:1.9rem!important}
.be-large{font-size:2.1rem!important}
.be-xlarge{font-size:2.2rem!important}
.be-xxlarge{font-size:2.5rem!important}
.be-xxxlarge{font-size:2.7rem!important}
.be-jumbo{font-size:3em!important}

.be-body-text {
	font-family: 'Times New Roman', serif;
	font-size:2.2rem;
	font-weight:300;
	margin:0 2vw 0 2vw;
	}

.be-left-align{text-align:left!important}.be-right-align{text-align:right!important}.be-justify{text-align:justify!important}.be-center{text-align:center!important}
.be-border-0{border:0!important}.be-border{border:2px solid black!important}
.be-border-top{border-top:1px solid #ccc!important}.be-border-bottom{border-bottom:2px solid black!important}
.be-border-left{border-left:1px solid #ccc!important}.be-border-right{border-right:1px solid #ccc!important}
.be-topbar{border-top:6px solid #ccc!important}.be-bottombar{border-bottom:6px solid #ccc!important}
.be-leftbar{border-left:6px solid #ccc!important}.be-rightbar{border-right:6px solid #ccc!important}
.be-section,.be-code{margin-top:16px!important;margin-bottom:16px!important}
.fp-margin{margin:16px!important}.be-margin-top{margin-top:16px!important}.be-margin-bottom{margin-bottom:16px!important}
.be-margin-left{margin-left:16px!important}.be-margin-right{margin-right:25px!important}
.be-padding-small{padding:4px 8px!important}.be-padding{padding:10px 16px!important}.be-padding-large{padding:12px 24px!important}
.be-padding-16{padding-top:16px!important;padding-bottom:16px!important}.be-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.be-padding-32{padding-top:32px!important;padding-bottom:32px!important}.be-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.be-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.be-padding-top-64{padding-top:64px!important}.be-padding-top-48{padding-top:48px!important}
.be-padding-top-32{padding-top:32px!important}.be-padding-top-24{padding-top:24px!important}
.be-left{float:left!important}.be-right{float:right!important}
.be-button:hover{color:#fff!important;background-color: gray}
.be-transparent,.be-hover-none:hover{background-color:transparent!important}
.be-hover-none:hover{box-shadow:none!important}
/* Colors */
.be-amber,.be-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.be-aqua,.be-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.be-blue{color:#fff!important;background-color:#2196F3!important}
.be-hover-blue:hover{color:#fff!important;background-color:#0867AA!important}
.be-light-blue,.be-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.be-brown,.be-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.be-cyan,.be-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.be-blue-gray,.be-hover-blue-gray:hover,.be-blue-gray,.be-hover-blue-gray:hover{color:#fff!important;background-color:#607d8b!important}
.be-green,.be-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.be-light-green,.be-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.be-indigo,.be-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.be-khaki,.be-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.be-lime,.be-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.be-orange,.be-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.be-deep-orange,.be-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.be-pink,.be-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.be-purple,.be-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.be-deep-purple,.be-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.be-red,.be-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.be-sand,.be-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.be-teal,.be-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.be-yellow,.be-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.be-white,.be-hover-white:hover{color:#000!important;background-color:#fff!important}
.be-off-white{color:#000;background-color: #F8F8F8;}
.be-ivory,.be-hover-ivory:hover{color:#000!important;background-color:#fffff0!important}
.be-dark-mahogany,.be-dark-mahogany:hover{color:#fff!important;background-color:#482029!important}
.be-dark-walnut,.be-dark-mahogany:hover{color:#fff!important;background-color:#31241A!important}
.be-black,.be-hover-black:hover{color:#fff!important;background-color:#000!important}
.be-gray,.be-hover-gray:hover,.be-gray,.be-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.be-light-gray,.be-hover-light-gray:hover,.be-light-gray,.be-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.be-dark-gray,.be-hover-dark-gray:hover,.be-dark-gray,.be-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}
.be-pale-red,.be-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.be-pale-green,.be-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.be-pale-yellow,.be-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.be-pale-blue,.be-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.be-text-amber,.be-hover-text-amber:hover{color:#ffc107!important}
.be-text-aqua,.be-hover-text-aqua:hover{color:#00ffff!important}
.be-text-blue,.be-hover-text-blue:hover{color:#2196F3!important}
.be-text-light-blue,.be-hover-text-light-blue:hover{color:#87CEEB!important}
.cd-text-black{color:black}

.fp-text-red,.fp-hover-text-red:hover{color:#f44336}


.gcontainer {
  position: relative;
  display: flex;
  justify-content: center;
}

.slides {
  display: flex;
  justify-content: flex-start;
  align-items:center;
  gap: 0.5rem;
  max-width:90%;
  margin:0 auto 0 auto;
  
  overflow-x: auto;
 
}

 @media (pointer: coarse)  {
 	.slides::-webkit-scrollbar {
  		display: none;
		}
    }
   


.slides > div {
  scroll-snap-align: start;
  margin-bottom:10px;
}

.slides > div > img {
  border:1px soild black;
  object-fit: cover;
}


@media(min-width:640px){
    .slides > div > img {
        height:150px;
	    width:150px;
        }
    }

@media(max-width:639px){
    .slides > div > img {
        height:120px;
	    width:120px;
        }
    }

[id^="slide"]:hover{
	cursor: zoom-in;
	}
[id^="img"]:hover{
	cursor: zoom-out;
	}

.fp-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 0px; /* Location of the box */
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.fp-modal-content {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  margin: auto;
  max-width:100vw;
  max-height:100vh;
}

/* Add Animation
.fp-modal-content {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
 */
 
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */

.fp-close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.fp-close:hover,
.fp-close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 500px;
  }
}






.visually-hidden{ position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;} 


#more{display: none}.be-div-center{margin:0 auto 0 auto;}

.be-wrapper{
	display: flex;
	max-width:1440px;
	min-height: 100vh;
	flex-direction: column;
	margin-left: auto;
	margin-right:auto;
	}

.be-wrapper > *:nth-child(4) {
	margin-bottom:auto;
	
	}
	
.be-wrapper > *:last-child {
	}

.cd-foot-wrapper{
	display: flex;
	max-width:1440px;
	flex-direction: column;
	margin-left: auto;
	margin-right:auto;

	}

.be-round-frame{width:100%;border-radius:16px}
.fp-sidebar-img{width:auto;height:125px;margin-top:10px;}

.be-resy-btn{margin:6px 5px -4px 5px;float:right!important}

.be-container2{position: relative;min-height: 100vh;}
.be-center2 {display: flex;justify-content: center;align-items: center;height: 75px;}

.be-title3{font-size: 3rem;font-family:'cedar_keyregular';text-decoration:none;}

.be-title-menu{font-size: 45px;font-family:Times;font-weight:bold;text-decoration:none;}
.be-subtitle-menu{font-size:36px;font-family:Times;font-weight:bold;text-decoration:none;white-space: nowrap;}

@media screen and (max-width: 999px) {
	.be-title2 {
		font-family: "Allerta Stencil", sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#6788a3;
		font-size: 24px;
		text-decoration:none;
		}
	}

@media screen and (min-width: 1000px) {
	.be-title2 {
		font-family: "Allerta Stencil", sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#6788a3;
		font-size:6em;
		text-decoration:none;
		text-wrap:nowrap;
		flex-wrap:nowrap;
		}
	}


h1 {
	font-size: 1.8em;
	font-family:'open sans';
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	}

h2 {
	font-size: 1.2em;
	font-family:'open sans';
	font-weight:bold;
	text-decoration: none;
	}

.cd-review > p {
	margin:10px;
	}
	
.cd-review > .cd-reviewer{
	border-bottom: 1px soild red;
	padding-bottom:20px;
	}

@media screen and (max-width: 639px) {
	.be-header-img {
		width:100%;
		height:30vh;
		object-fit: cover;
		}
	}
@media screen and (min-width: 640px) {
	.be-header-img {
		width:100%;
		max-height:600px;
		object-fit: contain;
		}
	}

.be-dropdown-click,.be-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.be-dropdown-hover:hover .be-dropdown-content{display:block}
.be-dropdown-hover:first-child,.be-dropdown-click:hover{background-color:#ccc;color:#000}


.be-dropdown:hover .be-dropdown-content {
  display: block;
}

.be-dropdown-content{
	display: none;
	position: absolute;
	padding:10px 0px 10px 0px;
	background-color: black;
	min-width: 150px;
	border-radius: 2%;
	z-index: 1;
	}
	
.be-dropdown-content a {
  float: none;
  color: white;
  margin: 15px 16px;
  padding-top:5px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.be-dropdown-content a:hover {
  text-decoration: underline;
}

#drop a:hover{
	color:#820000;
	}

.be-dropbtn {
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	font-family: 'Monda', sans-serif;
	font-size:1.9rem;
	letter-spacing: 0.5px;
	}

	
.be-dropdown-btn {
	padding-left:12px;
	}
	
	
.be-dropdown-container {
	display:none;
	
	}
	
#menuSub, #dropSub{
	background-color:dimgray;

	}

#has-sub {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Monda', sans-serif;
	font-size:2.2rem;
	letter-spacing: 0.5px;
	padding: 0 10px;
	}

#has-sub:hover {
	color: gray;
	}	

#has-sub li {
	color: black;
	}	

#Navbar {
	height: 50px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: auto;
}
#Navbar a {
	position: relative;
	text-decoration: none;
	font-weight: bold;
	font-family: 'Monda', sans-serif;
	font-size:2.2rem;
	letter-spacing: 0.5px;
	padding: 0 10px;
	}
#Navbar a:after {
	content: "";
	position: absolute;
	height: 3px;
	width: 0;
	background-color: gray;
	transition: 0.5s;
	}
#Navbar a:after {
	left: 0;
	bottom: -5px;
	}	
#Navbar a:hover {
	color: dimgray;
	}	
#Navbar a:hover:after {
	width: var(--lineWidth,100%);
	} 
	
	
