/*-----------------------------------------------------------------------------------
	BlueBoxBeagle's Corner of the Internet
	About: A shiny new Blocs website.
	Author: Jacque Mayfield
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#5D468C;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-repeat{
	background-repeat:repeat!important;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-bloc.sticky,.sticky-nav.sticky{
	position:fixed;
	z-index:1000;
	transition: all .2s ease-out;
}
.sticky-nav.sticky{
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}
/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-glossy:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08)!important;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}
.btn-with-icon{
	display:inline-flex;
	align-items:center;
	justify-content:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn-icon-e{
	direction:rtl;
}
.btn-icon-e .icon-spacer{
	margin-right:0;
	margin-left:5px;
}

/* = Icons
-------------------------------------------------------------- */
blocsicon{
	display:inline-block;
	width:100%;
}
blocsicon svg {
	width: 100%;
	 height: auto;
	 display: block;
}
.btn blocsicon,.text-nested-icon{
	width:20px;
}
.text-nested-icon svg{
	display:inline-block;
}

/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Dark */
.dark-lb{
	background:#1F272A;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
	color:var(--swatch-var-2869)!important;
}
.container{
	max-width:1140px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.p-style{
	width:100%;
}
.social-icon-size-sm{
	width:40px;
}
.svg-icon-fill{
	fill:var(--swatch-var-7354)!important;
}
.svg-icon-bloc-1-fill{
	fill:var(--swatch-var-7354)!important;
}
.svg-icon-0-fill{
	fill:var(--swatch-var-7354)!important;
}
.divider-bloc-1-background-color{
	background-color:var(--swatch-var-176);
}
.svg-icon-0-bloc-1-fill{
	fill:var(--swatch-var-7354)!important;
}
.img-style{
	height:840px;
	width:1300px;
}
.social-icon-size{
	max-width:120px;
}
.svg-icon-12296-fill{
	fill:var(--swatch-var-7354)!important;
}
.blocs-card-width{
	width:25%;
}
.icon-size{
	width:60px!important;
	height:px!important;
	fill:var(--swatch-var-2869)!important;
}
.bloc-divider-t-fill{
	fill:var(--swatch-var-7343);
	height:100px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-7343);
}
.bloc-divider-t-bloc-2-fill{
	fill:var(--swatch-var-7343);
}
.bloc-divider-b-bloc-2-fill{
	fill:var(--swatch-var-7343);
}
.divider-background-color{
	background-color:var(--swatch-var-3118);
}
.divider-bloc-2-background-color{
	background-color:var(--swatch-var-3118);
}
.divider-bloc-6-background-color{
	background-color:var(--swatch-var-7343);
}
.box_outlines{
	stroke:var(--swatch-var-7343);
	caret-color:var(--swatch-var-7343);
}
.p-bloc-6-style{
	width:100%;
}
nav ul.dropdown-menu{
	background-color:var(--swatch-var-7343);
	color:var(--swatch-var-2869)!important;
}
nav ul.dropdown-menu a.nav-link{
	color:var(--swatch-var-2869)!important;
}
.svg-icon-background-color{
	background-color:transparent!important;
	fill:var(--swatch-var-2869)!important;
	stroke:var(--swatch-var-2869)!important;
	height:px!important;
}
.h2-style{
	font-family:"Modern Antiqua";
}
.menu-icon-stroke{
	stroke:var(--swatch-var-4729)!important;
	fill:var(--swatch-var-4729)!important;
}
.tablike-button{
	border-radius:20px 20px 0px 0px;
	background:linear-gradient(0deg, var(--swatch-var-214) 0%, var(--swatch-var-7343) 100%);
	color:var(--swatch-var-2869)!important;
	text-shadow:0.00px 2.00px 2px #000000;
}
.tablike-button:hover{
	text-shadow:0.00px -2.00px 2px #000000;
	color:var(--swatch-var-3118)!important;
	background:linear-gradient(0deg, var(--swatch-var-1590) 0%, var(--swatch-var-6392) 100%);
}
.fancy-img-frame{
	box-shadow:3.54px 3.54px 5px #000000;
	border-style:double;
	border-color:var(--swatch-var-2157)!important;
	background-color:var(--swatch-var-4313);
	background:linear-gradient(135deg, var(--swatch-var-4380)   0%, var(--swatch-var-7256) 100%);
	padding:2px 2px 2px 2px;
	border-radius:5px 5px 5px 5px;
	border-width:4px 4px 4px 4px;
}
.p-3237-style{
	font-size:16px;
}
.page-preloader{
	background-color:#402B51;
}
.clickable-header{
	border-radius:20px 20px 0px 0px;
	background:linear-gradient(0deg, var(--swatch-var-4380) 0%, var(--swatch-var-7256) 100%);
	color:var(--swatch-var-2869)!important;
	text-shadow:0.00px 2.00px 2px #000000;
}
.clickable-header:hover{
	text-shadow:0.00px -2.00px 2px #000000;
	color:var(--swatch-var-3118)!important;
	background:linear-gradient(0deg, var(--swatch-var-1590) 0%, var(--swatch-var-6392) 100%);
}
.clickable-header:focus{
	background:linear-gradient(0deg, #000000 0%, #FFFFFF 100%);
}
.long-line-div{
	transform:scaleX(5);
}
.box-faded{
	background-size:length;
	border-width:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	box-shadow:inset 24.75px 24.75px 17px #CEC9DC,inset -24.75px -24.75px 50px #000000;
}
.h4-style{
	font-family:"Henny Penny";
}
.large-banner-image{
	width:700px;
}
.h1-style{
	font-family:"Monofett";
}
.divider-bloc-5-background-color{
	background-color:var(--swatch-var-7354);
}
.link-style{
	width:0px;
}
.parchment-bg{
	background-image:url("img/purple%20parchment.jpg");
	background-repeat:repeat;
	background-size:auto 500px;
	background-origin:initial;
}
.paper-bg{
	background-image:url("img/Teal%20Paper.jpg");
	background-size:100px auto;
	background-repeat:repeat;
	box-shadow:inset 0.00px 1.00px 2px rgba(255,255,255,0.50);
}
.wicker-bg{
	background-image:url("img/purple%20wicker.jpg");
	background-size:75px auto;
	background-repeat:repeat;
}
.wood-bg{
	background-image:url("img/purple%20wood.jpg");
	background-size:auto 600px;
}
.logo-text{
	font-family:"Berkshire Swash";
	color:var(--swatch-var-5899)!important;
	text-align:center;
	font-weight:bold;
	font-size:70px;
	stroke-width:0;
	text-shadow:0.00px -2.00px 2px #F58C0D,2.00px 0.00px 2px #F58C0D,-2.00px 0.00px 2px #F58C0D,0.00px 2.00px 2px #B46300;
	text-overflow:initial;
}
.round-header{
	border-radius:50px 50px 50px 50px;
	border-width:5px 5px 5px 5px;
}
.upper-round-header{
	border-radius:0px 50px 50px 50px;
	border-width:5px 5px 5px 5px;
}
.lower-round-header{
	border-radius:100px 50px 50px 0px;
	border-width:5px 5px 5px 5px;
}
.round-header-right{
	border-radius:0px 50px 50px 0px;
	border-width:5px 5px 5px 5px;
}
.upper-round-header-left{
	border-radius:0px 0px 0px 50px;
	border-width:5px 5px 5px 5px;
}
.square-header-button{
	border-color:var(--swatch-var-6305)!important;
	border-style:solid;
	border-width:0px 3px 0px 3px;
}
.square-header-button:hover{
	background-color:var(--swatch-var-7256);
}
.square-header-button-left{
	border-color:var(--swatch-var-6305)!important;
	border-style:solid;
	border-width:0px 0px 0px 3px;
	background-color:var(--swatch-var-7343);
}
.square-header-button-left:hover{
	background-color:var(--swatch-var-7256);
}
.square-header-button-colored{
	border-color:var(--swatch-var-6305)!important;
	border-style:solid;
	border-width:0px 3px 0px 3px;
	background-color:var(--swatch-var-7343);
}
.square-header-button-colored:hover{
	background-color:var(--swatch-var-7256);
}
.h1-bloc-23-style{
	font-family:"Tektur";
	font-weight:700;
}
.h1-bloc-22-style{
	font-family:"Lovers Quarrel";
	font-size:70px;
	line-height:60px;
}
.h3-style{
	font-family:"Lovers Quarrel";
	font-size:50px;
}
.h3-bloc-5-style{
	font-family:"Tektur";
}
.h4-bloc-2-style{
	font-family:"Old Standard TT";
}
.h4-20-style{
	font-family:"Old Standard TT";
}
.h4-18-style{
	font-family:"Old Standard TT";
}
.h4-17-style{
	font-family:"Old Standard TT";
}
.h4-16-style{
	font-family:"Old Standard TT";
}
.h4-15-style{
	font-family:"Old Standard TT";
}
.h4-14-style{
	font-family:"Old Standard TT";
}
.h4-13-style{
	font-family:"Old Standard TT";
}
.h4-12-style{
	font-family:"Old Standard TT";
}
.h4-11-style{
	font-family:"Old Standard TT";
}
.h4-10-style{
	font-family:"Old Standard TT";
}
.h4-9-style{
	font-family:"Old Standard TT";
}
.h4-8-style{
	font-family:"Old Standard TT";
}
.h4-7-style{
	font-family:"Old Standard TT";
}
.h4-6-style{
	font-family:"Old Standard TT";
}
.h2-bloc-2-style{
	font-family:"Modern Antiqua";
}
.h2-13-style{
	font-family:"Modern Antiqua";
}
.h2-12-style{
	font-family:"Modern Antiqua";
}
.h2-11-style{
	font-family:"Modern Antiqua";
}
.h2-10-style{
	font-family:"Modern Antiqua";
}
.h2-9-style{
	font-family:"Modern Antiqua";
}
.h2-8-style{
	font-family:"Modern Antiqua";
}
.h2-7-style{
	font-family:"Modern Antiqua";
}
.h2-6-style{
	font-family:"Modern Antiqua";
}
.h2-5-style{
	font-family:"Modern Antiqua";
}
.h2-4-style{
	font-family:"Modern Antiqua";
}
.h2-3-style{
	font-family:"Modern Antiqua";
}
.h2-2-style{
	font-family:"Modern Antiqua";
}
.fancy-button{
	background-color:var(--swatch-var-7343);
	border-radius:40px 40px 40px 40px;
	border-width:2px 2px 2px 2px;
	background:linear-gradient(0deg, var(--swatch-var-5899) 0%, var(--swatch-var-7343) 100%);
	box-shadow:0.00px 3.00px 2px #000000;
	border-style:double;
	border-color:var(--swatch-var-214)!important;
	color:var(--swatch-var-2869)!important;
}
.fancy-button:hover{
	border-color:var(--swatch-var-2157)!important;
	background:linear-gradient(0deg, var(--swatch-var-4380) 0%, var(--swatch-var-7256) 100%);
	text-shadow:0.00px -2.00px 2px #000000;
}
.fancy-button:active{
	border-color:var(--swatch-var-1590)!important;
	background:linear-gradient(0deg, var(--swatch-var-6392) 0%, var(--swatch-var-1590) 100%);
}
.fancy-button-icon{
	fill:var(--swatch-var-2869);
}
.fancy-button-icon:hover{
	box-shadow:0.00px -2.00px 2px #000000;
}
.svg-icon-fill-type{
	width:50px!important;
}
.svg-icon-style{
	width:50px!important;
}
.svg-icon-bloc-22-style{
	width:50px!important;
}
.h1-bloc-7-style{
	font-family:"Fleur De Leah";
	font-size:70px;
}
.fancy-card{
	border-color:var(--swatch-var-214)!important;
	border-right-width:3px;
	border-bottom-width:3px;
	border-left-width:3px;
	border-style:double;
	box-shadow:2.00px 0.00px 2px #000000,-2.00px 0.00px 2px #000000;
}
.h2-navigation-style{
	font-family:"Almendra Display";
	font-weight:500;
}
.h2-24-style{
	font-family:"Orbitron";
}
.h2-full-name-style{
	font-family:"Mountains of Christmas";
	font-weight:900;
}
.h3-description-style{
	font-family:"MedievalSharp";
}
.h3--history-style{
	font-family:"MedievalSharp";
}
.h3-bloc-1-style{
	font-family:"MedievalSharp";
}
.h3-trivia-style{
	font-family:"MedievalSharp";
}
.h3-family-style{
	font-family:"MedievalSharp";
}
.h3-6-style{
	font-family:"MedievalSharp";
}
.h3-gallery-style{
	font-family:"MedievalSharp";
}
.h4-names-style{
	font-family:"MedievalSharp";
}
.h4-affiliations-style{
	font-family:"MedievalSharp";
}
.h4-bloc-1-style{
	font-family:"MedievalSharp";
}
.h4-2-style{
	font-family:"MedievalSharp";
}
.h4-1-style{
	font-family:"MedievalSharp";
}
.h3-bloc-22-style{
	font-family:"Are You Serious";
}
.h3-34-style{
	font-family:"Manufacturing Consent";
}
.h3-34-bloc-22-style{
	font-family:"Aladin";
}
.h2-bloc-22-style{
	font-family:"Lovers Quarrel";
}
.h3-bloc-2-style{
	font-family:"Jim Nightshade";
}
.divider-0-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-0-bloc-5-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-39676-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-19378-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-18458-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-40004-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-30516-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-28230-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-14725-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-43848-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-35795-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-46193-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-26639-background-color{
	background-color:var(--swatch-var-7343);
}
.divider-5158-background-color{
	background-color:var(--swatch-var-7343);
}
.svg-icon-bloc-2-fill{
	fill:var(--swatch-var-1590)!important;
}
.h5-style{
	font-family:"Monoton";
}
.fancy-list{
	color:var(--swatch-var-1590)!important;
}
.svg-icon-49285-fill{
	fill:var(--swatch-var-2869)!important;
}
.h5-bloc-2-style{
	font-family:"Holtwood One SC";
	font-weight:700;
}
.btn-style{
	font-family:"Lovers Quarrel";
	font-size:50px;
}
.btn-bloc-5-style{
	font-family:"Tektur";
	font-size:28px;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-1342:rgba(46,7,62,1.00);
	
	--swatch-var-7343:rgba(93,70,140,1.00);
	
	--swatch-var-6305:rgba(18,2,32,1.00);
	
	--swatch-var-5899:rgba(41,9,59,1.00);
	
	--swatch-var-2157:rgba(14,96,96,1.00);
	
	--swatch-var-214:rgba(64,43,81,1.00);
	
	--swatch-var-1590:rgba(245,140,13,1.00);
	
	--swatch-var-176:rgba(123,74,170,1.00);
	
	--swatch-var-7354:rgba(143,228,243,1.00);
	
	--swatch-var-3118:rgba(255,255,255,1.00);
	
	--swatch-var-2869:rgba(206,201,220,1.00);
	
	--swatch-var-6392:rgba(180,99,0,1.00);
	
	--swatch-var-7256:rgba(48,172,192,1.00);
	
	--swatch-var-4380:rgba(0,51,51,1.00);
	
	--swatch-var-600:rgba(13,0,34,1.00);
	
	--swatch-var-3849:rgba(0,0,0,1.00);
	
	--swatch-var-886:rgba(180,192,206,1.00);
	
	--swatch-var-4313:rgba(116,101,248,1.00);
	
	--swatch-var-363:rgba(251,95,58,1.00);
	
	--swatch-var-4729:rgba(166,156,240,1.00);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
}


/* Background colour styles */

.bgc-6305{
	background-color:var(--swatch-var-6305);
}
.bgc-7343{
	background-color:var(--swatch-var-7343);
}
.bgc-5899{
	background-color:var(--swatch-var-5899);
}
.bgc-2157{
	background-color:var(--swatch-var-2157);
}
.bgc-1342{
	background-color:var(--swatch-var-1342);
}
.bgc-214{
	background-color:var(--swatch-var-214);
}

/* Text colour styles */

.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-1590{
	color:var(--swatch-var-1590)!important;
}
.tc-3118{
	color:var(--swatch-var-3118)!important;
}
.tc-4729{
	color:var(--swatch-var-4729)!important;
}
.tc-363{
	color:var(--swatch-var-363)!important;
}
.tc-6305{
	color:var(--swatch-var-6305)!important;
}
.tc-4313{
	color:var(--swatch-var-4313)!important;
}
.tc-886{
	color:var(--swatch-var-886)!important;
}

/* Link colour styles */

.ltc-2869{
	color:var(--swatch-var-2869)!important;
}
.ltc-2869:hover{
	color:#9B96A9!important;
}

/* Bloc image backgrounds */


/* = Custom Bric Data
-------------------------------------------------------------- */

.cocoen{
	box-sizing:border-box;
	cursor:pointer;
	line-height:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none}.cocoen *{
	box-sizing:inherit}.cocoen ::after,.cocoen ::before{
	box-sizing:inherit}.cocoen img,.cocoen picture>img{
	max-width:none}.cocoen>img,.cocoen>picture>img{
	display:block;
	width:100%}.cocoen>div:first-child,picture .cocoen > div{
	height:100%;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:50%}.cocoen-drag{
	background:#fff;
	bottom:0;
	cursor:ew-resize;
	left:50%;
	margin-left:-1px;
	position:absolute;
	top:0;
	width:2px}.cocoen-drag::before{
	content: "";
	height: 10%;
	left: 50%;
	margin-left: -7px;
	position: absolute;
	top: 50%;
	width: 14px;
	border-radius: 3px;
	background: white;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.blocsapp-flexi-filter-container{
	  display: grid;
	  grid-template-columns: 1fr;
	  align-items: center;
	  column-gap: .5rem;
	  width: 100%;
	  container-type: inline-size;
	  transition: all .2s ease-out;
}
.blocsapp-flexi-filter{
		position: relative;
		display: flex;
	  align-items: center;
	  align-self: flex-start;
}
.blocsapp-flexi-filter svg{
		width:20px;
		margin-left:9px;
		position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
}
.blocsapp-flexi-filter.icon-r svg{
	right:15px;
}
.blocsapp-flexi-filter:not(.icon-r):has(svg) input {
	padding-left: 36px;
}
.blocsapp-flexi-filter.icon-r:has(svg) input {
	padding-right: 36px;
}
[data-bs-theme="dark"] .blocsapp-flexi-filter svg{
	fill:rgba(255,255,255,0.8);
}
.flexi-tag{
		font-size: 12px;
		font-weight: 600;
	  cursor: pointer;
	  color:#000;
	  background: rgba(0,0,0,0.1);
	  border:none;
	  border-radius: 6px;
	  padding:5px 10px;
		margin: 10px 5px;
		transform: scale(1);
		transition: all .3s ease-out;
}
.flexi-tag-active{
	  background: black;
	  transition: all .2s ease-out;
	  color: #fff!important;
}
.flexi-tag-active{
	transform: scale(1.1);
}
[data-bs-theme="dark"] .flexi-tag{
	color:#fff;
	background: rgba(255,255,255,0.2);
}
[data-bs-theme="dark"] .flexi-tag-active{
	background: white;
	color: black!important;
}
.flexi-inline-layout{
	grid-template-columns: minmax(50%, 1fr) auto;
}
.flexi-inline-layout:not(:has(> :first-child.blocsapp-flexi-filter)){
	grid-template-columns: auto minmax(300px, 1fr);
}
.flex-mini-mode .blocsapp-flexi-filter,.flexi-inline-layout .blocsapp-flexi-filter{
	margin-top:5px;
}
.flex-mini-mode{
	grid-template-columns: minmax(38px, 38px) auto;
	transition: all .2s ease-out;
}
.flex-mini-mode:not(:has(> :first-child.blocsapp-flexi-filter)){
	grid-template-columns: auto minmax(38px, 38px);
}
.flex-mini-mode input{
	padding:6px!important;
	pointer-events:none;
	color:transparent;
}
.flex-mini-mode .icon-r svg{
	right:initial;
}
.flex-mini-mode input::placeholder {
	color: transparent;
}
.flex-mini-mode input::-webkit-input-placeholder {
	color: transparent;
}
.flex-mini-mode input::-moz-placeholder {
	color: transparent;
}
.flex-mini-mode input:-ms-input-placeholder {
	color: transparent;
}
.flexi-inline-layout.flex-mini-mode input::-ms-input-placeholder {
	color: transparent;
}
.flex-hide-input .blocsapp-flexi-filter{
	display:none;
}
.flex-align-c{
	text-align: center;
	justify-content: center;
}
.flex-align-r{
	justify-content: right;
	text-align: right;
}
.flexi-tag-cloud{
		padding: 0 20px;
		margin-top:10px;
		text-wrap: nowrap;
		overflow: scroll;
		max-height:60px;
	  	-webkit-mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-size: 100% 100%;
		mask-image: linear-gradient(to right, transparent 0%, black 15%, black 85%, transparent 100%);
		mask-repeat: no-repeat;
		mask-size: 100% 100%;
		-ms-overflow-style: none;
}
.flexi-tag-cloud:not(.show-scrollbars){
	scrollbar-width: none;
}
.flex-mini-mode .flexi-tag-cloud{
	margin-top:0px;
	display: flex;
}
.flexi-tag-cloud:not(.show-scrollbars)::-webkit-scrollbar {
	display: none;
}
.flexi-inline-layout .flexi-tag-cloud{
	margin-top:0px;
	display: flex;
}
.flexi-inline-layout .flexi-tag-cloud button:first-child {
	margin-left: 0;
}
.flexi-inline-layout .flexi-tag-cloud button:last-child {
	margin-right: 0;
}
.blocs-filter-mute{
	opacity: 0.2;
	transition: opacity .2s ease;
}
.blocs-filter-fade,.blocs-filter-shrink{
	opacity:0;
	width:0;
	padding: 0!important;
}
.blocs-filter-fade{
	transition: opacity .2s ease, width .2s ease .2s,padding .2s ease .2s;
}
.blocs-filter-shrink{
	transform: scale(0.0);
	transition: transform .3s ease, opacity .3s ease, width .2s ease .3s,padding .2s ease .3s;
}
img.blocs-filter-fade{
	width:initial;
	max-width:0;
	transition: opacity .3s ease, max-width .2s ease .3s,padding .2s ease .3s;
}
img.blocs-filter-shrink{
	width:initial;
	max-width:0;
	transition: transform .3s ease, opacity .3s ease, max-width .2s ease .3s,padding .2s ease .3s;
}
.blocs-filter-fade-horizontal,.blocs-filter-shrink-horizontal{
	height:0!important;
	overflow: hidden;
	opacity:0;
}
.blocs-filter-fade-horizontal{
	transition: opacity .3s ease, height .2s ease .3s;
}
.blocs-filter-shrink-horizontal{
	transform: scale(0.0);
	transition: transform .3s ease, opacity .3s ease, height .2s ease .3s;
}
.bloc.blocs-filter-fade{
	opacity:0;
	width:0;
	height:0;
	padding: 0;
	transition: opacity .3s ease, width .2s ease .3s,height .2s ease .3s,padding .2s ease .3s;
}
.bloc.blocs-filter-shrink{
	transform: scale(0.0);
	opacity:0;
	width:0;
	height:0;
	padding: 0;
	transition: transform .3s ease, opacity .3s ease, width .2s ease .3s,height .2s ease .3s,padding .2s ease .3s;
}
.blocs-filter-blur{
	filter: blur(3px);
	opacity: 0.45;
	pointer-events: none;
	transition: filter .2s ease, opacity .2s ease;
}
.flexi-inline-layout{
	transition: all .2s ease-out;
}
.flexi-empty-cloud.blocsapp-flexi-filter-container{
	column-gap: 0;
}
.flexi-empty-cloud .flexi-tag-cloud{
	display: none;
}
@media (hover: hover) and (pointer: fine) {
	  .flexi-tag:hover{
	background: black;
	transition: all .2s ease-out;
	color: #fff!important;
}
	[data-bs-theme="dark"] .flexi-tag:hover{
	background: white;
	color: black!important;
}
}.page-scroll-progress-bar{
		top:0;
		left:0;
		right:0;
		width:0;
		position: fixed;
		z-index: 999999;
}
.page-scroll-progress-bar.bottom-edge{
	top: initial;
	bottom: 0;
}

/* = Additional CSS
-------------------------------------------------------------- */
.sharp-image img {
    image-rendering: -webkit-optimize-contrast; /* Improves edge sharpness */
    image-rendering: crisp-edges; /* Prioritizes sharp edges over smoothing */
    object-fit: contain; /* Ensures the image scales without distortion */
    max-width: 100%; /* Prevents over-stretching */
    height: auto; /* Maintains aspect ratio */
}

.nav-tabs .nav-link {
    background-color: #2c3e50 !important; /* Dark blue-gray */
    color: #ecf0f1 !important; /* Light gray text */
    border-color: #402B51 !important;
}

/* Active tab state */
.nav-tabs > li > a.active,
.nav-tabs > li > a:hover,
.nav-tabs > .nav-item > .nav-link.active,
.nav-tabs > .nav-item > .nav-link:hover {
    background-color: #5D468C !important; /* Active tab background */
    color: #CEC9DC !important; /* Active tab text */
    border-color: #F58C0D !important;
}

/* Tab content background */
.tab-content {
    background-color: #29093B !important;
    border-color: #402B51 !important;
    border: 1px solid #402B51 !important;
    border-top: none !important;
    padding: 15px !important;
}


/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.blocs-card-width{
		width:50%;
	}
	
}

@media (max-width: 767px){
	.blocs-card-width{
		width:50%;
	}
	.h1-bloc-22-style{
		font-size:64px;
	}
	
}

@media (max-width: 575px){
	.navbar-logo{
		font-size:18px;
	}
	.footer-link{
		text-align:center;
	}
	.blocs-card-width{
		width:100%;
	}
	.h4-style{
		font-family:"Lobster Two";
	}
	.parchment-bg{
		background-color:var(--swatch-var-5899);
	}
	.h1-bloc-22-style{
		font-size:65px;
	}
	
}

