/*-----------------------------------------------------------------------------------
	Aaron McNair Life Coach
	About: Aaron McNair is a certified life coach with a holistic approach, integrating the healing of mind, body and spirit.
	Author: Ana Berna
	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;}}

/* = 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-sm{
	padding:20px;
}


/* 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-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.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%);
}

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

/* Image Frame */
.img-frame,.img-frame-md,.img-frame-lg,.img-frame-rd,.img-frame-rd-md,.img-frame-rd-lg{
	background:#FFF;
	border:1px solid rgba(0,0,0,0.1);
	box-shadow:0 2px 2px rgba(0,0,0,0.05);
	padding:4px;
}
.img-frame{
	border-radius:3px;
}
.img-frame-md,.img-frame-lg{
	border-radius:6px;
}
.img-frame-md,.img-frame-rd-md{
	padding:8px;
}
.img-frame-lg,.img-frame-rd-lg{
	padding:14px;
}
/*  Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text Widths
-------------------------------------------------------------- */
.text-w-90{
	max-width:90%;
}
.text-w-80{
	max-width:80%;
}
.text-center.text-w-sm, .text-center.text-w-md, .text-center.text-w-lg, .text-center.text-w-90, .text-center.text-w-80, .text-center.text-w-70, .text-center.text-w-60, .text-center.text-w-50{
	margin-left: auto;
	margin-right: 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;
}



/* 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:"Vollkorn";
}
.container{
	max-width:1140px;
}
.carousel-style{
	text-shadow:0px 3px 3px #000000;
	color:#FEFB00!important;
	font-family:"Lobster";
	font-size:30px;
}
.p-style{
	font-size:17px;
}
.slidertext{
	text-shadow:0px 3px 3px #000000;
	font-family:"Pacifico";
	font-size:36px;
	color:#FFFFFF!important;
}
.link-style{
	color:#BE39AF!important;
}
.footertext{
	font-family:"Vollkorn";
	font-style:italic;
	font-size:14px;
}
.container-div-0-style{
	width:64.85%;
}
.h5-style{
	font-size:18px;
	width:100%;
}
.img-bloc-2-style{
	width:450px;
}
.link-style:hover{
	color:#7E00C8!important;
}
.h3-style{
	width:100%;
	font-size:24px;
	color:var(--swatch-var-1268)!important;
}
.p-bloc-4-style{
	width:100%;
}
.img-style{
	border-radius:0px 0px 0px 0px;
	width:518px;
}
.navbar-brand img{
	width:450px;
}
.h3-bloc-1-style{
	font-size:24px;
}
.h2-style{
	font-size:40px;
	line-height:42px;
	color:var(--swatch-var-3265)!important;
}
.link-contact-style{
	font-weight:bold;
}
.img-body-graphic-style{
	width:450px;
}
.img-spirit-graphic-style{
	width:357px;
}
.img-img-29-style{
	width:323px;
}
.img-youtube-logo--style{
	width:100px;
}
.img-bloc-5-style{
	width:99px;
}
.img-tiktok-logo-style{
	width:100px;
}
.row-style{
	width:99.91%;
}
.img-ig-logo-style{
	width:100px;
}
.h4-style{
	line-height:35px;
}
.img-aaron-tennis-style{
	width:239px;
}
.h6-style{
	font-size:17px;
}
.img-am-and-ab-j-style{
	height:200px;
}
.img-bloc-11-style{
	height:200px;
}
.label-style{
	width:100%;
	font-family:"Oswald";
	font-weight:800;
}
.img-15-style{
	width:580px;
}
.img-16-style{
	width:580px;
}
.img-17-style{
	width:580px;
}
.grid-style{
	column-gap:39px;
	grid-template-columns:0.75fr 0.75fr;
	row-gap:31px;
	width:100%;
	min-height:612px;
	grid-template-rows:274px auto;
}
.grid-0-style{
	grid-template-columns:1fr;
}
.h3-9-style{
	line-height:35px;
}
.h3-8-style{
	line-height:35px;
}
.closing{
	margin:10px 10px 10px 10px;
	font-size:18px;
	color:var(--swatch-var-3265)!important;
}
.p-bloc-5-style{
	width:80%;
}
.img-4-style{
	height:190px;
}
.img-5-style{
	height:190px;
}
.img-7-style{
	height:190px;
}
.p-3-style{
	width:98.69%;
}
.img-27953-style{
	width:400px;
}
.img-14-style{
	width:394px;
}
.bloc-divider-b-fill{
	fill:var(--swatch-var-3265);
}
.p-bloc-24-style{
	width:70%;
}
.p-13-bloc-24-style{
	width:70.55%;
}
.p-13-style{
	width:70%;
}
.img-youtube-lo-style{
	width:90px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-667:#FEFFFF;
	
	--swatch-var-3265:rgba(35,75,156,0.88);
	
	--swatch-var-1268:rgba(0,0,0,0.30);
	
	--swatch-var-4214:rgba(255,255,255,1.00);
	
}



/* Text colour styles */

.tc-1268{
	color:var(--swatch-var-1268)!important;
}
.tc-3265{
	color:var(--swatch-var-3265)!important;
}

/* Icon colour styles */

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




/* = 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){
	.p-bloc-6-style{
		width:100%;
	}
	.img-spirit-graphic-style{
		width:350px;
	}
	.img-16-style{
		width:450px;
	}
	.grid-style{
		column-gap:21px;
		min-height:497px;
		grid-template-columns:1.50fr 1fr;
		row-gap:17px;
	}
	.img-15-style{
		width:450px;
	}
	.img-17-style{
		width:450px;
	}
	.img-am-and-ab-j-style{
		height:130px;
	}
	.img-bloc-11-style{
		height:130px;
	}
	.img-aaron-tennis-style{
		height:130px;
	}
	.img-4-style{
		height:120px;
	}
	.img-5-style{
		height:120px;
	}
	.img-7-style{
		height:120px;
		width:154px;
	}
	.h5-style{
		width:100%;
	}
	
	/* MD Text Margin Offsets */
	.mg-sm-md{
		margin-top:10px;
		margin-bottom:5px;
	}
	
}

@media (max-width: 767px){
	.text-right{
	}
	.text-left{
	}
	.text-center{
	}
	.p-style{
		line-height:20px;
	}
	.p-bloc-24-style{
		width:83.8%;
	}
	.h3-9-style{
		font-size:24px;
		line-height:30px;
	}
	.container-div-0-min-height{
		min-height:274px;
	}
	.img-am-and-ab-j-style{
		width:300px;
		height:220px;
	}
	.img-aaron-tennis-style{
		width:300px;
		height:215px;
	}
	.p-bloc-4-style{
		width:100%;
	}
	.h3-style{
		width:100%;
	}
	.h5-style{
		width:100%;
		font-size:16px;
		line-height:20px;
	}
	.p-bloc-25-style{
		width:80.07%;
	}
	.p-13-style{
		width:83.8%;
	}
	.p-13-bloc-24-style{
		width:83.8%;
	}
	.img-bloc-11-style{
		width:300px;
		height:210px;
	}
	.link-style{
	}
	.img-5-style{
		width:500px;
		height:380px;
	}
	.img-4-style{
		width:500px;
		height:340px;
	}
	.img-6-style{
		height:370px;
		width:500px;
	}
	.img-7-style{
		width:500px;
		height:420px;
	}
	.img-14-style{
		width:303px;
	}
	.link-0-style{
		width:20px;
	}
	.img-youtube-lo-style{
		height:130px;
		width:112px;
		border-radius:0px 0px 0px 0px;
		margin-top:-16px;
		padding-right:0px;
		margin-right:9px;
		margin-bottom:23px;
		padding-bottom:26px;
	}
	.link-27551-style{
		width:20px;
	}
	.bloc-margin-bottom{
		margin-bottom:-41px;
	}
	.h5-bloc-21-style{
		font-size:16px;
	}
	.p-bloc-20-style{
		font-size:20px;
	}
	.h3-8-style{
		font-size:2px;
	}
	
}

@media (max-width: 575px){
	.p-bloc-1-style{
		font-size:24px;
	}
	.p-2-style{
		font-size:24px;
	}
	.slidertext{
		font-size:24px;
	}
	.navbar-brand img{
		width:300px;
	}
	.h5-bloc-21-style{
		font-size:20px;
		line-height:26px;
	}
	.h4-style{
		font-size:26px;
		line-height:30px;
	}
	.h3-8-style{
		font-size:26px;
		line-height:30px;
	}
	.container-div-0-min-height{
		min-height:274px;
	}
	.h3-9-style{
		font-size:18px;
		line-height:22px;
	}
	.img-am-and-ab-j-style{
		height:210px;
	}
	.img-aaron-tennis-style{
		width:299px;
		height:210px;
	}
	.h5-style{
		width:97.86%;
		padding-right:0px;
	}
	.p-bloc-25-style{
		width:91.81%;
	}
	.p-bloc-24-style{
		width:96.8%;
	}
	.img-bloc-11-style{
		width:281px;
		border-radius:0px 0px 0px 0px;
		height:210px;
	}
	.img-4-style{
		width:270px;
		height:190px;
	}
	.img-5-style{
		width:270px;
		height:200px;
	}
	.img-6-style{
		width:270px;
		height:210px;
	}
	.img-7-style{
		width:270px;
		height:220px;
	}
	.img-youtube-lo-style{
		margin-right:159px;
		margin-left:12px;
		padding:31px 1px 20px 17px;
		margin-top:-19px;
		width:99px;
	}
	.h3-style{
	}
	
}

