/*-----------------------------------------------------------------------------------
	Sub Lexia Website
	About: Sub Lexia Records
	Author: The Gatherer
	Version: 1.1
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#000000;
    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 */

/* = Web Fonts
-------------------------------------------------------------- */

@font-face {
	font-family:'Frankai';
	src: url('./fonts/Frankai/FRANKAI1.woff2');
	src: url('./fonts/Frankai/FRANKAI1.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'OCRAbyBT-Regular';
	src: url('./fonts/OCRAbyBT-Regular/ocran.ttf');
	src: url('./fonts/OCRAbyBT-Regular/ocran.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'Luminari-Regular';
	src: url('./fonts/Luminari-Regular/Luminari.ttf');
	src: url('./fonts/Luminari-Regular/Luminari.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

/* = 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;
}


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* 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);
}


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

.navbar-dark .nav .dropdown-menu .nav-link{
	color: rgb(64, 64, 64);
}
/* 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;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a,.nav-special.fullscreen-nav .nav .dropdown-menu > li > a{
	color:rgba(255,255,255,.8);
	text-align: center;
	font-size: 28px;
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	margin-top:10%!important;
}
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}
/* 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;
}
}

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

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

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}

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



.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;
}

/* = 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;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


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

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Alef";
	font-weight:normal;
}
.container{
	max-width:1140px;
	border-color:transparent!important;
}
.footer-link{
	margin-bottom:20px;
	font-family:"Vollkorn";
	color:var(--swatch-var-6728)!important;
}
.navbar-brand img{
	max-width:40px;
	width:50px;
}
.navbar-nav li a{
	font-weight:bold;
	text-transform:uppercase;
}
.primary-divider{
	background-color:var(--swatch-var-3409);
	max-width:150px;
	height:2px;
}
.box{
	padding:40px 40px 40px 40px;
	border-style:double;
	border-color:var(--swatch-var-1165)!important;
	border-width:10px 10px 10px 10px;
	width:100%;
	background-color:var(--swatch-var-3409);
}
.section-heading{
	font-weight:bold;
	font-size:36px;
	text-transform:uppercase;
}
.section-p{
	font-size:20px;
}
.hero-sub-heading{
	font-size:24px;
	text-transform:uppercase;
}
.primary-btn{
	background-color:var(--swatch-var-3409);
}
.primary-btn:hover{
	background-color:var(--swatch-var-79);
}
.btn{
	font-weight:bold;
	font-family:"OCRAbyBT-Regular";
	text-align:left;
}
.center-divider{
	margin-left:auto;
	margin-right:auto;
}
.custom-field{
	background-color:transparent;
	border-style:solid;
	border-color:var(--swatch-var-3409)!important;
	border-radius:0px 0px 0px 0px;
	margin-bottom:20px;
	border-width:2px 2px 2px 2px;
	caret-color:var(--swatch-var-3409);
	color:var(--swatch-var-6728)!important;
}
.custom-field::placeholder{
	color:var(--swatch-var-3409)!important;
}
.custom-field:focus{
	background-color:transparent;
	color:var(--swatch-var-6728)!important;
}
.name-heading{
	font-size:40px;
}
.icon-size{
	max-width:80px;
}
.img-style{
	width:157px;
}
.img-5-style{
	width:158px;
}
.row-style{
	width:100%;
	padding-right:0px;
	padding-top:1px;
	margin-right:-2px;
}
.bloc-padding-right{
	padding-right:0px;
	padding-left:0px;
}
.html-widget-bloc-6-style{
	width:63.42%;
	height:753px;
}
.html-widget-0-style{
	width:63.06%;
	height:746px;
}
.html-widget-21847-style{
	width:63.24%;
	height:404px;
}
.html-widget-20498-style{
	width:63.06%;
	height:406px;
}
.img-padding-bottom{
	padding-bottom:0px;
	margin-right:-2px;
	height:900px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
}
.blocs-card-width{
	width:25%;
}
.h4-style{
	font-size:30px;
	font-family:"OCRAbyBT-Regular";
	width:100%;
}
.h4-lanestate-style{
	font-size:30px;
	font-family:"OCRAbyBT-Regular";
}
.h4-kryptochrome-style{
	font-size:30px;
	font-family:"OCRAbyBT-Regular";
	width:100%;
}
.img-techniseptic-1-style{
	width:800px;
}
.html-widget-bloc-10-style{
	width:96.67%;
}
.h4-bloc-10-style{
	font-size:20px;
	font-family:"Vollkorn";
	width:100%;
}
.h1-style{
	font-size:40px;
	font-family:"Frankai";
	width:85.79%;
	font-weight:700;
}
.img-technisept-style{
	width:1000px;
	height:475px;
}
.img-body-hertz-1-p-style{
	width:700px;
	height:900px;
}
.img-manifes-style{
	height:700px;
	width:827px;
	border-radius:351px 351px 351px 351px;
}
.divider-style{
	height:6px;
	width:84.01%;
	margin-left:auto;
	margin-right:auto;
	background-color:rgba(157,0,232,0.20);
}
.html-widget-15007-style{
	width:100%;
	font-family:"OCRAbyBT-Regular";
}
.link-style{
	width:100%;
	text-decoration:none;
	font-style:normal;
	font-weight:bold;
}
.bloc-padding-top{
	padding-top:6px;
	padding-left:0px;
	padding-right:0px;
}
.html-widget-bloc-21-style{
	height:450px;
	width:100%;
}
.carousel-style{
	width:77.07%;
}
.h1-3-style{
	width:60.09%;
	font-size:35px;
	font-family:"Vollkorn";
	font-weight:300;
}
.html-widget-hero-style{
	width:100%;
	height:351px;
}
.h2-style{
	font-size:0px;
}
.h1-sub-lexia-style{
	font-family:"Frankai";
	width:100%;
}
.carousel-bloc-0-style{
	width:28.16%;
}
.img-technisep-t-style{
	width:159px;
	border-radius:6px 6px 6px 6px;
}
.h1-music-style{
	font-family:"Vollkorn";
	width:91.58%;
}
.h1-donate-style{
	font-family:"Frankai";
	width:100%;
	font-weight:700;
	padding-left:0px;
}
.h1-bloc-9-style{
	font-family:"Frankai";
}
.h5-contact-style{
	width:100%;
	font-size:22px;
	font-family:"Vollkorn";
}
.h5-donate-style{
	font-family:"Alef";
	font-weight:700;
}
.h5-music-style{
	font-family:"Alef";
	font-weight:700;
}
.h5-about-style{
	font-family:"Alef";
	font-weight:700;
}
.carousel-bloc-19-style{
	width:38.68%;
}
.row-bloc-19-style{
	width:100%;
}
.html-widget-bloc-2-style{
	height:450px;
}
.html-widget-0-bloc-2-style{
	height:450px;
}
.html-widget-38405-style{
	height:450px;
}
.html-widget-30813-style{
	height:449px;
}
.html-widget-3913-style{
	height:450px;
}
.html-widget-33770-style{
	height:450px;
}
.html-widget-15686-style{
	height:460px;
}
.html-widget-bloc-4-style{
	height:734px;
}
.html-widget-27369-style{
	height:636px;
	width:100%;
}
.h1-kryptochrome-style{
	font-family:"Frankai";
	font-size:40px;
	width:94.32%;
	margin-left:0px;
}
.p-style{
	font-size:20px;
	width:100%;
	font-family:"Vollkorn";
	line-height:35px;
}
.row-bloc-8-style{
	width:15.79%;
}
.img-bloc-7-style{
	width:443px;
}
.p-bloc-5-style{
	font-size:20px;
	font-family:"Vollkorn";
	width:100%;
}
.html-widget-bloc-5-style{
	height:700px;
}
.h1-dj-lanestate-style{
	font-family:"Frankai";
	width:100%;
}
.p-2-style{
	font-family:"Vollkorn";
	font-size:20px;
	width:100%;
}
.html-widget-style{
	width:95.68%;
	height:424px;
}
.html-widget-bloc-9-style{
	width:95.32%;
}
.img-carsmoke-logo1-style{
	width:399px;
}
label{
	font-family:"OCRAbyBT-Regular";
	text-align:left;
	word-spacing:1px;
	font-weight:normal;
	background-color:rgba(0,0,0,0.11);
}
.h3-style{
	font-size:17px;
	font-family:"Luminari-Regular";
	font-weight:700;
}
.h3-kryptochrome-style{
	font-size:17px;
	font-family:"Lato";
	font-weight:700;
}
.h3-dj-lanestate-style{
	font-size:17px;
	font-family:"Lato";
	font-weight:700;
}
.h3-footer-style{
	font-size:17px;
	font-family:"Lato";
	font-weight:700;
}
.img-bloc-9-style{
	width:276px;
}
.link-dj-lanestate-style{
	font-weight:bold;
}
.link-kryptochrome-style{
	font-weight:bold;
}
.link-footer-style{
	font-weight:bold;
}
.img-3-style{
	width:132px;
}
.h1-4-style{
	font-size:25px;
	font-family:"OCRAbyBT-Regular";
}
.checkbox-style{
	width:100%;
	height:68px;
	color:#FFFFFF!important;
	border-color:#FF0000!important;
}
.label-style{
	width:14.23%;
	font-family:"OCRAbyBT-Regular";
}
.label-email-style{
	width:14.41%;
	font-family:"OCRAbyBT-Regular";
}
.label-name-style{
	width:14.59%;
	font-family:"OCRAbyBT-Regular";
}
.text-area-style{
	width:100%;
}
.btn-style{
	border-radius:0px 0px 0px 0px;
	width:100%;
	text-decoration:none;
	margin-right:74px;
	padding:12px 0px 12px 24px;
}
.container-div-style{
	width:29.37%;
	min-height:104px;
}
.img-bloc-5-style{
	width:409px;
}
.h1-bloc-20-style{
	font-size:20px;
	font-family:"Vollkorn";
	width:82.72%;
	padding-right:0px;
	padding-left:1px;
	margin-left:0px;
	margin-top:48px;
}
.html-widget-bloc-20-style{
	width:69.2%;
	margin-left:77px;
	padding-left:0px;
}
.h3-1-style{
	font-family:"Vollkorn";
	font-size:20px;
	width:69.91%;
	margin-left:72px;
}
.img-bloc-13-style{
	width:278px;
}
.html-widget-0-bloc-12-style{
	height:519px;
	padding-bottom:30px;
}
.html-widget-bloc-12-style{
	height:600px;
	padding-bottom:30px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3648:rgba(255,255,255,0.50);
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(255,38,0,0.52);
	
	--swatch-var-1165:rgba(15,15,15,1.00);
	
	--swatch-var-5561:rgba(15,15,15,0.50);
	
	--swatch-var-2869:#000000;
	
	--swatch-var-5011:rgba(0,0,0,0.20);
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-3298:#43FF00;
	
	--swatch-var-4007:#012929;
	
	--swatch-var-1891:rgba(255,255,255,0.65);
	
	--swatch-var-1390:#0040D8;
	
	--swatch-var-6379:#242424;
	
	--swatch-var-2278:#141414;
	
	--swatch-var-6563:#636363;
	
	--swatch-var-5884:#A8A8A8;
	
	--swatch-var-3045:#05CBF8;
	
	--swatch-var-421:#689FFF;
	
	--swatch-var-5126:#00D4FF;
	
	--swatch-var-1479:rgba(192,35,0,0.59);
	
	--swatch-var-6614:rgba(72,20,255,0.94);
	
	--swatch-var-920:#141414;
	
}


/* Background colour styles */

.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-1165{
	background-color:var(--swatch-var-1165);
}
.bgc-6379{
	background-color:var(--swatch-var-6379);
}
.bgc-2278{
	background-color:var(--swatch-var-2278);
}

/* Text colour styles */

.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-3298{
	color:var(--swatch-var-3298)!important;
}
.tc-421{
	color:var(--swatch-var-421)!important;
}
.tc-6563{
	color:var(--swatch-var-6563)!important;
}
.tc-6614{
	color:var(--swatch-var-6614)!important;
}

/* Button colour styles */

.btn-c-6379{
	background:var(--swatch-var-6379);
	color:#FFFFFF!important;
}
.btn-c-6379:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-6728{
	color:var(--swatch-var-6728)!important;
}
.ltc-6728:hover{
	color:#CCCCCC!important;
}
.ltc-5884{
	color:var(--swatch-var-5884)!important;
}
.ltc-5884:hover{
	color:#757575!important;
}

/* Icon colour styles */

.icon-6563{
	color:var(--swatch-var-6563)!important;
	border-color:var(--swatch-var-6563)!important;
}

/* Bloc image backgrounds */

.bg-Alphabet-20X-203{
	background-image:url("img/Alphabet%20X%203.jpg");
	background-image: -webkit-image-set(url("img/Alphabet%20X%203.webp") 1x,
url("img/Alphabet%20X%203.webp") 2x);background-image: image-set(url("img/Alphabet%20X%203.jpg") 1x,
url("img/Alphabet%20X%203.jpg") 2x,url("img/Alphabet%20X%203.webp") 1x,
url("img/Alphabet%20X%203.webp") 2x);
}


/* = Additional CSS
-------------------------------------------------------------- */
<div id="weather-model" style="width:100%; height:400px; position:relative;"></div>

<script>
(function(){
  const host = document.getElementById("weather-model");
  const W = host.clientWidth || 600;
  const H = host.clientHeight || 400;

  // Create SVG
  const svg = document.createElementNS("http://www.w3.org/2000/svg","svg");
  svg.setAttribute("viewBox",`0 0 ${W} ${H}`);
  svg.setAttribute("width","100%");
  svg.setAttribute("height","100%");
  svg.style.background = "transparent";
  host.appendChild(svg);

  // Simple palette
  const fills = [
    "rgba(70,130,180,0.3)",   // light
    "rgba(30,144,255,0.35)",  // medium
    "rgba(0,191,255,0.4)"     // heavy
  ];

  // Create a few blobs
  const blobs = [];
  for (let i=0;i<6;i++){
    const r = 50+Math.random()*60;
    const cx = Math.random()*(W-r*2)+r;
    const cy = Math.random()*(H-r*2)+r;
    const vx = (Math.random()-0.5)*0.6;
    const vy = (Math.random()-0.5)*0.6;

    const circle = document.createElementNS("http://www.w3.org/2000/svg","circle");
    circle.setAttribute("r",r);
    circle.setAttribute("cx",cx);
    circle.setAttribute("cy",cy);
    circle.setAttribute("fill", fills[Math.floor(Math.random()*fills.length)]);
    circle.setAttribute("stroke","#ffffff");
    circle.setAttribute("stroke-width","2");
    svg.appendChild(circle);

    blobs.push({el:circle,x:cx,y:cy,vx,vy,r});
  }

  // Animate
  function tick(){
    for (const b of blobs){
      b.x += b.vx;
      b.y += b.vy;
      // wrap
      if (b.x < -b.r) b.x = W+b.r;
      if (b.x > W+b.r) b.x = -b.r;
      if (b.y < -b.r) b.y = H+b.r;
      if (b.y > H+b.r) b.y = -b.r;
      b.el.setAttribute("cx",b.x);
      b.el.setAttribute("cy",b.y);
    }
    requestAnimationFrame(tick);
  }
  tick();
})();
</script>


/* = 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%;
	}
	.h1-3-style{
		width:56.79%;
	}
	.h5-donate-style{
		width:100%;
		font-size:19px;
	}
	.html-widget-bloc-4-style{
		height:842px;
	}
	.h1-style{
		width:100%;
	}
	.h4-bloc-10-style{
		width:100%;
	}
	.p-style{
		width:100%;
	}
	.html-widget-bloc-6-style{
		width:100%;
		height:753px;
	}
	.html-widget-0-style{
		width:100%;
		height:600px;
	}
	.html-widget-20498-style{
		width:100%;
	}
	.html-widget-21847-style{
		width:98.42%;
		height:472px;
	}
	.h1-dj-lanestate-style{
		width:100%;
	}
	.p-2-style{
		width:100%;
	}
	.h1-donate-style{
		width:100%;
		padding-left:0px;
	}
	
}

@media (max-width: 767px){
	.box{
		background-color:#AE7C4F;
	}
	.menu-icon{
		stroke:var(--swatch-var-3648);
		fill:var(--swatch-var-3648);
	}
	.hero-menu-icon{
		stroke:var(--swatch-var-3648);
		fill:var(--swatch-var-3648);
	}
	.blocs-card-width{
		width:50%;
	}
	.divider-style{
		width:100%;
		margin-left:auto;
		margin-right:auto;
	}
	.h1-3-style{
		width:74.67%;
	}
	.html-widget-hero-style{
		width:100%;
		height:279px;
	}
	.html-widget-style{
		width:100%;
	}
	.html-widget-bloc-5-style{
		width:100%;
		height:840px;
	}
	.html-widget-bloc-6-style{
		width:100%;
		height:730px;
	}
	.html-widget-0-style{
		width:100%;
		height:545px;
	}
	.html-widget-20498-style{
		width:100%;
		height:448px;
	}
	.html-widget-21847-style{
		width:100%;
	}
	.html-widget-bloc-12-style{
		height:732px;
	}
	.html-widget-0-bloc-12-style{
		height:621px;
	}
	.h1-donate-style{
		width:100%;
		padding-left:0px;
	}
	.link-padding-left{
		padding-left:0px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.footer-social-icons{
		text-align:center;
	}
	.section-heading{
		font-size:30px;
	}
	.section-p{
		font-size:18px;
	}
	.name-heading{
		font-size:30px;
	}
	.box{
		padding:20px 20px 20px 20px;
	}
	.navbar-logo{
		font-size:18px;
	}
	.blocs-card-width{
		width:100%;
	}
	.divider-style{
		width:100%;
	}
	.h1-3-style{
		width:100%;
		font-size:20px;
	}
	.html-widget-footer-style{
		width:81.49%;
	}
	.h5-donate-style{
		width:100%;
	}
	.html-widget-bloc-20-style{
		height:254px;
		width:100%;
	}
	.row-style{
		width:100%;
	}
	.carousel-style{
		width:100%;
	}
	.html-widget-hero-style{
		height:85px;
		width:100%;
	}
	.h4-bloc-10-style{
		font-size:18px;
	}
	.h1-style{
		font-size:40px;
	}
	.html-widget-bloc-6-style{
		width:100%;
		height:413px;
	}
	.html-widget-0-style{
		width:100%;
		height:409px;
	}
	.html-widget-20498-style{
		width:100%;
		height:408px;
	}
	.html-widget-21847-style{
		width:100%;
		height:403px;
	}
	.html-widget-bloc-21-style{
		width:100%;
		height:402px;
		padding-bottom:3px;
	}
	.html-widget-bloc-2-style{
		height:402px;
		width:100%;
	}
	.html-widget-0-bloc-2-style{
		height:402px;
	}
	.html-widget-38405-style{
		height:402px;
	}
	.html-widget-30813-style{
		height:413px;
	}
	.html-widget-3913-style{
		height:404px;
	}
	.html-widget-33770-style{
		height:406px;
	}
	.html-widget-15686-style{
		height:406px;
	}
	.html-widget-6130-style{
		height:640px;
	}
	.html-widget-bloc-4-style{
		height:937px;
		width:100%;
	}
	.html-widget-bloc-5-style{
		width:100%;
		height:748px;
	}
	.html-widget-style{
		height:341px;
	}
	.p-style{
		font-size:18px;
	}
	.html-widget-bloc-12-style{
		height:657px;
	}
	.html-widget-0-bloc-12-style{
		height:633px;
	}
	.h1-donate-style{
		font-family:"Frankai";
		padding-left:0px;
	}
	.btn-style{
		width:100%;
		margin-right:18px;
		padding:0px 252px 0px 0px;
		margin-left:10px;
		margin-bottom:11px;
	}
	.checkbox-style{
		height:93px;
	}
	.h1-4-style{
		font-size:18px;
	}
	.container-div-bloc-3-style{
		width:100%;
		margin-right:7px;
	}
	.img-dscf81-style{
		width:281px;
	}
	.h3-1-style{
		padding-left:3px;
		margin-left:0px;
		padding-right:0px;
		width:100%;
	}
	
}

