/*-----------------------------------------------------------------------------------
	Vintage Tech Collection
	About: My tech collection website.
	Author: Richard Lynch
	Version: 1.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    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;}}

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

@font-face {
	font-family:'Poppins-Regular';
	src: url('./fonts/Poppins-Regular/poppins.woff2');
	src: url('./fonts/Poppins-Regular/poppins.woff2') format('woff2'),
	url('./fonts/Poppins-Regular/poppins.eot?#iefix') format('embedded-opentype'),
	url('./fonts/Poppins-Regular/poppins.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;
	position:relative;
}


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

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


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.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);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}
/* Dividers */

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


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

.mg-clear{
	margin:0;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = 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-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: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-wire{
	background:transparent!important;
	border:2px solid transparent;
}
.btn-wire:hover{
	background:transparent!important;
	border:2px solid transparent;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}


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


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




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

a[data-lightbox]{
	position: relative;
	display: block;
	text-align: center;
}
a[data-lightbox]:hover::before{
	content:"+";
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial;
	font-size:32px;
	line-height: 42px;
	width:50px;
	height:50px;
	margin-left:-25px;
	border-radius: 50%;
	background:rgba(0,0,0,.5);
	color:#FFF;
	font-weight:100;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
	opacity: 0.6;
	-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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Poppins-Regular";
}
.container{
	max-width:1140px;
}
.footer-link{
	text-align:center;
	font-size:25px;
	margin-bottom:30px;
}
.primary-divider{
	width:150px;
	height:3px;
	background-color:var(--swatch-var-3409);
	margin:10px auto 40px auto;
}
.primary-btn{
	color:#FEFFFE!important;
}
.hero-sub-heading{
	font-size:20px;
}
.hero-btn{
	min-width:150px;
}
.footer-divider{
	background-color:var(--swatch-var-3409);
	width:40%;
	height:3px;
	margin-top:30px;
	margin-bottom:30px;
}
.info-text{
	font-size:18px;
}
.cap-heading{
	text-transform:uppercase;
}
.hero-fill-mask{
	fill:transparent;
}
.logo-style{
	font-size:24px;
	color:#FEFFFF!important;
}
.feature-icon{
	text-align:center;
}
.primary-icon{
	fill:var(--swatch-var-3409);
}
.form-btn{
	min-width:200px;
}
.drink-thumb{
	float:left;
	width:50px;
	height:50px;
	border-radius:50px 50px 50px 50px;
}
.menu-grid{
	grid-template-columns:0.20fr 1fr 0.25fr;
	column-gap:13px;
}
.page-heading{
	font-size:64px;
}
.bloc-fill-mask-2{
	fill:rgba(0,0,0,0.70);
}
.bloc-fill-mask-3{
	fill:rgba(0,0,0,0.70);
}
.brand-image{
	max-width:200px;
}
.link-style{
	width:100%;
}
nav .dropdown-menu .nav-link{
	color:#FEFFFF!important;
	white-space:nowrap;
	text-align:left;
}
.dropdown-menu{
	background-color:rgba(0,0,0,0.80);
	border-style:solid;
	border-color:#877676!important;
}
.h1-style{
	line-height:120px;
	font-family:"Poppins";
	font-weight:700;
}
.my-list:active{
	border-style:solid;
	border-color:#0000FF!important;
}
.my-list:focus{
	border-style:solid;
	border-color:#0000FF!important;
}
.link-passives-style{
	font-family:"Poppins";
	font-weight:700;
}
.link-sockets-style{
	font-family:"Poppins";
	font-weight:700;
}
.link-ics-style{
	font-family:"Poppins";
	font-weight:700;
}
.img-style{
	width:223px;
}
.img-40pinsock-style{
	width:252px;
}
.my-button:active{
	background-color:var(--swatch-var-3409);
	color:var(--swatch-var-6293)!important;
}
.my-button:focus{
	background-color:var(--swatch-var-2941);
	color:var(--swatch-var-1448)!important;
}
.my-button:visited{
	background-color:#932092;
}
.h1-passives-style{
	font-family:"Poppins";
	font-weight:700;
}
.link-0-style{
	font-family:"Poppins";
	font-weight:700;
}
.h1-hero-style{
	font-family:"Poppins";
	font-weight:700;
}
.p-style{
	font-family:"Poppins";
	font-weight:500;
}
.h1-features-style{
	font-family:"Poppins";
	font-weight:700;
}
.h2-style{
	font-family:"Poppins";
	font-weight:700;
}
.h3-style{
	font-size:28px;
}
.img-a1-1n4001-style{
	width:319px;
}
.img-123-style{
	height:500px;
}
.img-a1-lm323k-style{
	height:500px;
}
.img-a1-lm320mp12-style{
	height:500px;
}
.img-119-style{
	height:500px;
}
.img-a1-lm320mp5-style{
	height:500px;
}
.img-a1-ua7812uc-style{
	height:500px;
}
.img-7812uc-unus-style{
	height:500px;
}
.img-22uf-25v-sieme-style{
	height:500px;
}
.img-22uf-25v-015-style{
	height:500px;
}
.img-a1-47pf-style{
	height:500px;
}
.img-22-style{
	height:500px;
}
.img-a1-aci-led-style{
	height:300px;
}
.p-353-style{
	font-size:20px;
}
.p-354-style{
	font-size:20px;
}
.p-355-style{
	font-size:20px;
}
.p-356-style{
	font-size:20px;
}
.p-357-style{
	font-size:20px;
}
.p-358-style{
	font-size:20px;
}
.p-359-style{
	font-size:20px;
}
.p-360-style{
	font-size:20px;
}
.p-361-style{
	font-size:20px;
}
.p-362-style{
	font-size:20px;
}
.p-bloc-102-style{
	font-size:20px;
}
.img-a1-2504v-style{
	width:242px;
}
.img-345-style{
	width:292px;
}
.img-a1-2513-style{
	width:176px;
}
.img-350-style{
	width:208px;
}
.img-2519b-7349-2-style{
	width:266px;
}
.img-2519b-7611-style{
	width:255px;
}
.img-a1-24pin-style{
	width:319px;
}
.img-a1-6301-style{
	width:357px;
}
.img-6301dd-7434-style{
	width:233px;
}
.img-6301-8128-style{
	width:324px;
}
.img-a1-7400-style{
	width:145px;
}
.img-388-style{
	width:180px;
}
.img-387-style{
	width:163px;
}
.img-384-style{
	width:141px;
}
.img-386-style{
	width:369px;
}
.img-383-style{
	width:262px;
}
.img-381-style{
	width:253px;
}
.img-a1-7402-style{
	width:213px;
}
.img-403-style{
	width:354px;
}
.img-402-style{
	width:392px;
}
.img-401-style{
	width:178px;
}
.img-399-style{
	width:214px;
}
.img-a1-7404-style{
	width:278px;
}
.img-411-style{
	width:255px;
}
.img-406-style{
	width:241px;
}
.img-407-style{
	width:208px;
}
.img-a1-7408-style{
	width:197px;
}
.img-421-style{
	width:155px;
}
.img-418-style{
	width:324px;
}
.img-419-style{
	width:351px;
}
.img-414-style{
	width:297px;
}
.img-416-style{
	width:260px;
}
.img-a1-7410-style{
	width:233px;
}
.img-431-style{
	width:147px;
}
.img-423-style{
	width:202px;
}
.img-427-style{
	width:203px;
}
.img-a1-7427-style{
	width:392px;
}
.img-435-style{
	width:275px;
}
.img-a1-7432-style{
	width:302px;
}
.img-444-style{
	width:167px;
}
.img-443-style{
	width:380px;
}
.img-a1-7451-style{
	width:255px;
}
.img-450-style{
	width:322px;
}
.img-447-style{
	width:181px;
}
.img-a1-9316-style{
	width:238px;
}
.img-453-style{
	width:213px;
}
.img-74123-sig-72-j-style{
	width:269px;
}
.img-a1-74123-style{
	width:259px;
}
.img-459-style{
	width:406px;
}
.img-a1-74154-style{
	width:214px;
}
.img-466-style{
	width:414px;
}
.img-465-style{
	width:241px;
}
.img-469-style{
	width:400px;
}
.img-a1-74157-style{
	width:430px;
}
.img-472-style{
	width:171px;
}
.img-a1-74160-style{
	width:286px;
}
.img-a1-74175-style{
	width:292px;
}
.img-495-style{
	width:232px;
}
.img-a1-74s257-style{
	width:164px;
}
.img-500-style{
	width:424px;
}
.img-a1-dram-style{
	width:432px;
}
.img-509-style{
	width:366px;
}
.img-a1-555-style{
	width:318px;
}
.img-512-style{
	width:320px;
}
.img-a1-ds0025-style{
	width:201px;
}
.img-517-style{
	width:248px;
}
.img-a1-74ls02-style{
	width:233px;
}
.img-529-style{
	width:254px;
}
.img-528-style{
	width:304px;
}
.img-a1-74ls10-style{
	width:314px;
}
.img-535-style{
	width:307px;
}
.img-a1-crystal-style{
	width:416px;
}
.img-540-style{
	width:363px;
}
.img-a1-heat-sink-style{
	width:335px;
}
.img-a1-6pin-power-style{
	width:343px;
}
.img-557-style{
	width:420px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(35,36,35,1.00);
	
	--swatch-var-2941:#005152;
	
	--swatch-var-6728:rgba(255,255,255,1.00);
	
	--swatch-var-3409:rgba(4,51,255,1.00);
	
	--swatch-var-5076:#414141;
	
	--swatch-var-1448:rgba(255,38,0,1.00);
	
	--swatch-var-6293:rgba(255,251,0,1.00);
	
	--swatch-var-6284:#007102;
	
	--swatch-var-3505:#6A0057;
	
}


/* Background colour styles */

.bgc-5076{
	background-color:var(--swatch-var-5076);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}

/* Text colour styles */

.tc-6728{
	color:var(--swatch-var-6728)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}

/* Icon colour styles */

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

/* Bloc image backgrounds */

.bg-Mimeo-202{
	background-image:url("img/Mimeo%202.jpg");
	background-image: -webkit-image-set(url("img/Mimeo%202.webp") 1x,
url("img/Mimeo%202.webp") 2x);background-image: image-set(url("img/Mimeo%202.jpg") 1x,
url("img/Mimeo%202.jpg") 2x,url("img/Mimeo%202.webp") 1x,
url("img/Mimeo%202.webp") 2x);
}
.bg-A2-800-10{
	background-image:url("img/A2_800_10.jpg");
	background-image: -webkit-image-set(url("img/A2_800_10.webp") 1x,
url("img/A2_800_10.webp") 2x);background-image: image-set(url("img/A2_800_10.jpg") 1x,
url("img/A2_800_10.jpg") 2x,url("img/A2_800_10.webp") 1x,
url("img/A2_800_10.webp") 2x);
}
.bg-Skyline4{
	background-image:url("img/Skyline4.jpg");
	background-image: -webkit-image-set(url("img/Skyline4.webp") 1x,
url("img/Skyline4.webp") 2x);background-image: image-set(url("img/Skyline4.jpg") 1x,
url("img/Skyline4.jpg") 2x,url("img/Skyline4.webp") 1x,
url("img/Skyline4.webp") 2x);
}
.bg-Skyline8{
	background-image:url("img/Skyline8.jpg");
	background-image: -webkit-image-set(url("img/Skyline8.webp") 1x,
url("img/Skyline8.webp") 2x);background-image: image-set(url("img/Skyline8.jpg") 1x,
url("img/Skyline8.jpg") 2x,url("img/Skyline8.webp") 1x,
url("img/Skyline8.webp") 2x);
}
.bg-Skyline5{
	background-image:url("img/Skyline5.jpg");
	background-image: -webkit-image-set(url("img/Skyline5.webp") 1x,
url("img/Skyline5.webp") 2x);background-image: image-set(url("img/Skyline5.jpg") 1x,
url("img/Skyline5.jpg") 2x,url("img/Skyline5.webp") 1x,
url("img/Skyline5.webp") 2x);
}
.bg-walkway{
	background-image:url("img/walkway.jpg");
	background-image: -webkit-image-set(url("img/walkway.webp") 1x,
url("img/walkway.webp") 2x);background-image: image-set(url("img/walkway.jpg") 1x,
url("img/walkway.jpg") 2x,url("img/walkway.webp") 1x,
url("img/walkway.webp") 2x);
}
.bg-Skyline6{
	background-image:url("img/Skyline6.jpg");
	background-image: -webkit-image-set(url("img/Skyline6.webp") 1x,
url("img/Skyline6.webp") 2x);background-image: image-set(url("img/Skyline6.jpg") 1x,
url("img/Skyline6.jpg") 2x,url("img/Skyline6.webp") 1x,
url("img/Skyline6.webp") 2x);
}
.bg-desk-equipment{
	background-image:url("img/desk-equipment.jpg");
	background-image: -webkit-image-set(url("img/desk-equipment.webp") 1x,
url("img/desk-equipment.webp") 2x);background-image: image-set(url("img/desk-equipment.jpg") 1x,
url("img/desk-equipment.jpg") 2x,url("img/desk-equipment.webp") 1x,
url("img/desk-equipment.webp") 2x);
}
.bg-Sunset1{
	background-image:url("img/Sunset1.jpg");
	background-image: -webkit-image-set(url("img/Sunset1.webp") 1x,
url("img/Sunset1.webp") 2x);background-image: image-set(url("img/Sunset1.jpg") 1x,
url("img/Sunset1.jpg") 2x,url("img/Sunset1.webp") 1x,
url("img/Sunset1.webp") 2x);
}



/* = 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){
	.hero-fill-mask{
		fill:rgba(0,0,0,0.70);
	}
	.form-btn{
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.mt-md-0{
	}
	.mt-md-4{
	}
	
}

@media (max-width: 767px){
	.primary-divider{
		margin-bottom:30px;
	}
	.form-btn{
		width:100%;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
	}
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:30px;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.menu-grid{
		grid-template-columns:0.20fr 1fr 0.25fr;
		column-gap:7px;
	}
	.menu-price{
		font-size:16px;
	}
	.menu-item-title{
		font-size:21px;
	}
	.drink-thumb{
		width:30px;
		height:30px;
	}
	.menu-item-info{
		font-size:15px;
	}
	.page-heading{
	}
	.logo-style{
	}
	.hero-sub-heading{
		font-size:18px;
	}
	.hero-fill-mask{
		fill:rgba(0,0,0,0.80);
	}
	.mt-1{
	}
	
}

