
/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/* hide nav  show nav */
.hide-nav{
	transform: translate3d(0,-100%,0) !important;
	top: 0px !important;
    transition-delay: 20s;
}
.nav-sticky {
	position: fixed !important;
	top:0;
}
.logo-sticky {
    margin-top: -0px;
}
.header-sticky {
    margin-top: 60px;
    padding: 0px 0 10px;
}

/*
.no-billboard .copy-sticky, .no-billboard .resource-sticky {
	margin-top: 0px !important;
} 
*/

/*
.bio-sticky, .blog-sticky{
	margin-top: 78px;
} 
*/
/*
.resource-sticky {
	margin-top: 38px;
} 
*/

/*
==============================================
Sticky Header 
==============================================
*/
.billboard-sticky {
/*    margin-top: 79px;*/
    position: relative;
}
.billboard-sticky-v2 {
/*    margin-top: 72px;*/
    position: relative;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Sticky Header
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Sticky Header
==============================================
*/
/*
	.billboard-sticky {
		margin-top: 79px;
	}
*/
/*
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		margin-top: 200px !important;
	}
*/
	.body-bio .copy-sticky {
		margin-top: 315px !important;
	}
}

/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Sticky Header
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Sticky Header
==============================================
*/
	.header-sticky, .header-section {
		margin-top: 0px; 
		padding: 10px 0 20px;
	}
	.bio-sticky, .blog-sticky {
		margin-top: 0;
	}
	.billboard-sticky {
		margin-top: 147px;
	}
	.hide-nav{
		transform: inherit !important;
	}
	.billboard-sticky {
		margin-top: 150px;
	}
	.no-billboard .copy-sticky, .no-billboard .resource-sticky {
		margin-top: 0px !important;
	}

	.body-bio .copy-sticky {
		margin-top: 110px !important;
	}
	.nav-sticky {
		position: relative !important;
	}
	.logo-sticky {
		margin-top: inherit;
	}
	.billboard-sticky {
		margin-top: 0;
	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Sticky Header
==============================================
*/
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
==============================================
Sticky Header
==============================================
*/

}

/* IE only */
@media screen\0 { }


