/*-----------------------------------------------------------------------------------
	Donovan Weber
	About: Donovan Weber
	Author: Donovan
	Version: 2.0
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:var(--swatch-var-5899);
    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:'InterTight-Regular';
	src: url('./fonts/InterTight-Regular/inter-tight-v7-latin-regular.woff2');
	src: url('./fonts/InterTight-Regular/inter-tight-v7-latin-regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-Bold';
	src: url('./fonts/InterTight-Bold/inter-tight-v7-latin-700.woff2');
	src: url('./fonts/InterTight-Bold/inter-tight-v7-latin-700.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-ExtraLight';
	src: url('./fonts/InterTight-ExtraLight/inter-tight-v7-latin-200.woff2');
	src: url('./fonts/InterTight-ExtraLight/inter-tight-v7-latin-200.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-SemiBold';
	src: url('./fonts/InterTight-SemiBold/inter-tight-v7-latin-600.woff2');
	src: url('./fonts/InterTight-SemiBold/inter-tight-v7-latin-600.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family:'InterTight-ExtraBold';
	src: url('./fonts/InterTight-ExtraBold/inter-tight-v7-latin-800.woff2');
	src: url('./fonts/InterTight-ExtraBold/inter-tight-v7-latin-800.woff2') format('woff2');
	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;
}


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

/* = 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-rd{
	border-radius: 40px;
}





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




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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	color:#FFFFFF!important;
}
.container{
	max-width:1140px;
}
.title{
	font-size:64px;
	line-height:1.0625em;
	margin-top:10px;
	letter-spacing:-0.009em;
	color:#1D1D1F!important;
	padding-bottom:5px;
}
.header{
	border-style:_popUpItemAction:;
	background-size:auto auto;
	border-bottom-width:1px;
	align-items:center;
	position:fixed;
	height:52px;
	z-index:0;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menu{
	z-index:1;
}
.button{
	background-color:#FF4169;
	background-size:length;
	color:#FFFFFF!important;
	border-style:_popUpItemAction:;
	text-transform:uppercase;
	font-weight:700;
	font-size:11px;
	border-radius:6px 6px 6px 6px;
}
.info-section{
	font-family:"InterTight-SemiBold";
	font-size:24px;
	line-height:1.16667em;
	letter-spacing:0.009em;
	color:var(--swatch-var-5178)!important;
	padding-bottom:0px;
	margin-bottom:0px;
}
.paragraph-small{
	font-family:"InterTight-Regular";
	font-size:17px;
	line-height:1.35296em;
	color:var(--swatch-var-5178)!important;
}
h1{
	color:#000000!important;
	font-size:96px;
	line-height:1.04167em;
}
h2{
	font-size:64px;
	line-height:1.0625em;
}
.title-light{
	font-size:64px;
	line-height:1.0625em;
	margin-top:10px;
	font-family:"InterTight-Bold";
	letter-spacing:-0.006em;
	color:#F5F5F7!important;
	padding-bottom:5px;
}
.info-section-white{
	font-family:"InterTight-SemiBold";
	font-size:24px;
	line-height:1.16667em;
	letter-spacing:0.009em;
	color:#FFFFFF!important;
}
.paragraph-small-white{
	font-family:"InterTight-Regular";
	font-size:17px;
	line-height:1.35296em;
	color:#FFFFFF!important;
	margin-top:1.2em;
}
.credit-text-white{
	font-size:12px;
	width:100%;
	font-family:"Inter-Regular";
	letter-spacing:px;
	font-weight:100;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	color:#FFFFFF!important;
}
.divider-background-color{
	background-color:rgba(255,255,255,0.20);
}
a{
	color:#FFFFFF!important;
}
.title-black{
	font-size:64px;
	line-height:1.0625em;
	margin-top:10px;
	font-family:"InterTight-Bold";
	letter-spacing:-0.006em;
	color:var(--swatch-var-5178)!important;
	padding-bottom:5px;
}
.hover-link-bold{
	text-decoration:none;
}
.hover-link-bold:hover{
	text-decoration:none;
	font-family:"InterTight-Bold";
}
.paragraph-small-bold{
	font-family:"InterTight-Bold";
	font-size:17px;
	line-height:1.35296em;
	color:#1D1D1F!important;
}
.paragraph-small-white-bold{
	font-family:"InterTight-Bold";
	font-size:17px;
	line-height:1.35296em;
	color:#FFFFFF!important;
	margin-top:1.2em;
}
.title-thin{
	font-family:"InterTight-ExtraLight";
	color:var(--swatch-var-5178)!important;
}
.uppercase{
	text-transform:uppercase;
}
.extended{
	letter-spacing:5px;
}
.profile-photo{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:105% 105%;
	height:100px;
	width:100px;
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	max-width:100px;
	max-height:100px;
	border-radius:50px 50px 50px 50px;
	background-image:url("img/donovan.png");
	background-image: -webkit-image-set(url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);background-image: image-set(url("img/donovan.png") 1x,
url("img/donovan.png") 2x,url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);
	background-image: -webkit-image-set(url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);background-image: image-set(url("img/donovan.png") 1x,
url("img/donovan.png") 2x,url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);
}
.profile-photo:hover{
	background-position:center center;
	background-size:105% 105%;
	background-repeat:no-repeat;
	background-image:url("img/donovan.png");
	background-image: -webkit-image-set(url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);background-image: image-set(url("img/donovan.png") 1x,
url("img/donovan.png") 2x,url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);
	background-image: -webkit-image-set(url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);background-image: image-set(url("img/donovan.png") 1x,
url("img/donovan.png") 2x,url("img/donovan.webp") 1x,
url("img/donovan.webp") 2x);
}
.hover-link-underline{
	text-decoration:none;
}
.hover-link-underline:hover{
	text-decoration:underline!important;
}
.transparent{
	color:rgba(255,255,255,0.70)!important;
	margin-top:1.2em;
}
.bold{
	font-family:"InterTight-ExtraBold";
}
.credit-text-black{
	font-size:12px;
	width:100%;
	font-family:"Inter-Regular";
	letter-spacing:px;
	font-weight:100;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	color:var(--swatch-var-5178)!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5055:rgba(29,29,31,1.00);
	
	--swatch-var-1950:rgba(0,204,51,1.00);
	
	--swatch-var-5691:rgba(255,255,255,0.85);
	
	--swatch-var-5274:rgba(63,99,139,1.00);
	
	--swatch-var-7315:rgba(41,59,220,1.00);
	
	--swatch-var-389:rgba(255,193,0,1.00);
	
	--swatch-var-5784:rgba(60,225,85,1.00);
	
	--swatch-var-7901:rgba(24,40,152,0.70);
	
	--swatch-var-1595:rgba(4,115,255,0.70);
	
	--swatch-var-4502:rgba(255,255,255,1.00);
	
	--swatch-var-5340:#101827;
	
	--swatch-var-2594:rgba(18,19,23,1.00);
	
	--swatch-var-1910:#2D0000;
	
	--swatch-var-2636:rgba(254,192,0,1.00);
	
	--swatch-var-1830:rgba(76,82,89,1.00);
	
	--swatch-var-5899:rgba(238,240,242,1.00);
	
	--swatch-var-5178:rgba(49,50,54,1.00);
	
	--swatch-var-4935:#00DABE;
	
}


/* Background colour styles */

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

/* Bloc image backgrounds */




/* = 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){
	.title{
		font-size:56px;
		line-height:1.07143em;
		margin-top:10px;
		margin-bottom:20px;
		letter-spacing:-0.005em;
	}
	.paragraph-small{
		margin-top:29px;
		margin-bottom:0px;
	}
	h1{
		font-size:64px;
		line-height:1.0625em;
	}
	h2{
		font-size:48px;
		line-height:1.08349em;
	}
	.title-light{
		font-size:56px;
		line-height:1.07143em;
		margin-top:10px;
		margin-bottom:20px;
		letter-spacing:-0.005em;
	}
	.paragraph-small-white{
		margin-top:29px;
		margin-bottom:0px;
	}
	.info-section{
	}
	.info-section-white{
	}
	.title-black{
		font-size:56px;
		line-height:1.07143em;
		margin-top:10px;
		margin-bottom:20px;
		letter-spacing:-0.005em;
	}
	.hover-link-bold:hover{
	}
	.paragraph-small-bold{
		margin-top:29px;
		margin-bottom:0px;
	}
	.paragraph-small-white-bold{
		margin-top:29px;
		margin-bottom:0px;
	}
	.extended{
		letter-spacing:5px;
	}
	.profile-photo{
		background-size:105% 105%;
	}
	.profile-photo:hover{
		background-size:105% 105%;
	}
	.hover-link-underline:hover{
	}
	.transparent{
		margin-top:29px;
		margin-bottom:0px;
	}
	
}

@media (max-width: 767px){
	.title{
		font-size:44px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.09091em;
		letter-spacing:-0.001em;
	}
	.title-light{
		font-size:44px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.09091em;
		letter-spacing:-0.001em;
	}
	.paragraph-small{
	}
	.paragraph-small-white{
	}
	.title-black{
		font-size:44px;
		margin-top:10px;
		margin-bottom:20px;
		line-height:1.09091em;
		letter-spacing:-0.001em;
	}
	.paragraph-small-bold{
	}
	.paragraph-small-white-bold{
	}
	.extended{
		letter-spacing:5px;
	}
	.profile-photo{
		background-size:105% 105%;
	}
	.profile-photo:hover{
		background-size:105% 105%;
	}
	.transparent{
	}
	
}

@media (max-width: 575px){
	.title{
		font-size:44px;
		line-height:1.09091em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.title-light{
		font-size:44px;
		line-height:1.09091em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.info-section{
	}
	.title-black{
		font-size:44px;
		line-height:1.09091em;
		margin-top:10px;
		margin-bottom:20px;
	}
	.hover-link-bold:hover{
		text-decoration:none;
	}
	.info-section-white{
	}
	.profile-photo{
		backdrop-filter:blur(5px);
		-webkit-backdrop-filter:blur(5px);
		right:120px;
		background-size:105% 105%;
	}
	.profile-photo:hover{
		background-size:105% 105%;
	}
	.paragraph-small:hover{
	}
	.hover-link-underline:hover{
		text-decoration:none;
	}
	
}

