/* CLEARFIX */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* GENERAL */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}
a {
	text-decoration: none;
}
nav {
	background-color: #bc3192;
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 4;
}
/*  BURGER MENU */
.hamburgler-icon-wrapper {
	position: fixed;
	top: 1.75em;
	left: 50%;
	margin-left: -13px;
	height: 26px;
	width: 26px;
	cursor: pointer;
	z-index: 6;
}
.hamburgler-icon-wrapper p {
	padding: 0px;
	margin: 0px 0px 0px 38px;
	color: #fff;
	font-size: 20px;
}
.hamburgler-icon, .hamburgler-icon:before, .hamburgler-icon:after {
	content: '';
	position: absolute;
	height: 4px;
	width: 26px;
	background: #fff;
	transition: all 0.2s ease
}
.hamburgler-icon b {
	display: none;
}
.hamburgler-icon {
	top: 0.55em
}
.hamburgler-icon:before {
	top: -0.60em
}
.hamburgler-icon:after {
	top: 0.65em
}
.hamburgler-active .hamburgler-icon {
	background: transparent;
	transform: rotate(-135deg);
	height: 5px;
}
.hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
	top: 0
}
.hamburgler-active .hamburgler-icon:before {
	transform: rotate(90deg);
	height: 5px;
}
.hamburgler-active .hamburgler-icon, .hamburgler-active .hamburgler-icon:before, .hamburgler-active .hamburgler-icon:after {
	z-index: 4;
	background: #fff;
}
.hamburgler-menu {
	transition: all 0.4s ease;
	opacity: 0;
	display: none;
	position: fixed;
	background-color: #bc3192;
	text-align: left;
	z-index: 3;
	height: 100vh;
}
.hamburgler-active .hamburgler-menu {
	opacity: 1;
	display: block;
	pointer-events: initial;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.hamburgler-menu-list {
	display: block;
	width: 80%;
	max-width: 850px;
	transition: all 0.4s ease;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2)
}
.hamburgler-menu-list h3 {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 30px;
	margin-bottom: 35px;
	border-bottom: 3px dashed #fff;
}
.hamburgler-menu-list .return-home {
	background: url(/img/billy-the-spacekid-logo-icons.svg);
	background-position: -120px 0px;
	display: block;
	width: 230px;
	height: 106px;
	margin: 0px auto 30px auto;
}
.hamburgler-menu-list ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 50px 0px;
}
.hamburgler-menu-list li {
	margin-bottom: 20px;
	float: left;
	margin-right: 30px;
}
.hamburgler-menu-list li:last-of-type {
	margin-right: 0px;
}
.hamburgler-menu-list li a, .hamburger-list-active {
	font-family: 'Libre Baskerville', serif;
	letter-spacing: 2px;
	text-decoration: none!important;
	color: #fff;
	font-size: 40px;
	line-height: 45px;
	display: block;
	position: relative;
	transition: all 0.5s ease;
	overflow: hidden;
	padding-left: 25px;
	padding-right: 6px;
}
.hamburger-list-active {
	cursor: default;
	padding-left: 28px;
	position: relative;
}
.hamburger-list-active:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: 1px;
	transform: rotate(-3deg) scale(1) skew(1deg) translate(0px);
}
.hamburger-list-active:before {
	content: '\02794';
	position: absolute;
	padding-left: 6px;
}
.hamburger-list-active:before, .hamburgler-menu-list li a:before {
	content: '\203A';
	margin-right: 12px;
	position: absolute;
	left: 0;
}
.hamburgler-menu-list li a:hover {
	padding-left: 25px;
}
.hamburgler-menu-list li a:before {
	opacity: 0;
	transform: rotate(-145deg);
	transition: all 0.5s ease;
}
.hamburgler-menu-list li a:hover:before {
	opacity: 1;
	transform: rotate(0deg);
	margin-top: -3px;
}
.hamburgler-active .hamburgler-menu-list {
	transform: translate(-50%, -50%) scale(1)
}
/*  RESPONSIVE MENU */
@media only screen and (max-width: 1250px) {
nav {
	border-bottom: 3px solid #fff;
}
.hamburgler-icon-wrapper p {
	display: none;
}
.hamburgler-menu-list li a:before, .hamburgler-menu-list li a:hover:before {
	opacity: 1;
	transform: rotate(0deg);
	margin-top: -3px;
}
.hamburgler-menu-list .return-home {
	background: url(/img/billy-the-spacekid-logo-icons.svg);
	background-position: 0px 0px;
	background-size: 585px;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0px 0px 20px 0px;
}
.hamburgler-menu-list h3 {
	padding-bottom: 13px;
	margin-bottom: 10px;
	font-size: 15px;
}
.hamburgler-menu-list ul {
	margin: 0px 0px 30px 0px;
}
.hamburgler-menu-list li {
	margin-bottom: 8px;
	margin-right: 20px;
}
.hamburgler-menu-list li a, .hamburger-list-active {
	font-size: 22px;
	line-height: 30px;
}
.hamburger-list-active, .hamburgler-menu-list li a, .hamburgler-menu-list li a:hover {
	font-size: 22px;
	padding-left: 20px;
}
}
@media only screen and (max-width: 450px) {
.hamburgler-menu-list li {
	margin-bottom: 20px;
	float: none;
	margin-right: 0px;
}
.hamburgler-menu-list li a, .hamburgler-menu-list li a:hover, .hamburger-list-active {
	font-size: 30px;
	line-height: 45px;
}
.hamburger-list-active {
	display: inline-block;
}
}
/* INTERNAL PAGE NAV AND INFO */
.return-to-top {
	background-color: #bd3393;
}
.return-to-top a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	height: 100px;
	position: relative;
}
.return-to-top:before {
	content: '\203A';
	transform: rotate(-90deg);
	font-size: 80px;
	color: #fff;
	position: absolute;
	display: table;
	left: 50.3%;
	margin-top: 5px;
	margin-left: -25px;
}
.page-identifier {
	position: fixed;
	color: #bd3393;
	margin: 220px 0px 0px -70px;
	font-size: 15px;
	line-height: 0px;
	letter-spacing: .1em;
	transform: rotate(270deg) scale(1) skew(0deg) translate(0px);
	mix-blend-mode: hue;
}
@media only screen and (max-width: 1200px) {
.page-identifier {
	display: none;
}
}
/* BOTTOM NAVIGATE BETWEEN SKILLS */
.cross-promo-nav ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 300px;
}
.cross-promo-nav ul li {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 50%;
	transition: all 0.5s ease;
}
.cross-promo-nav ul li a {
	height: 300px;
	display: block;
	color: #bd3393;
	font-family: 'Libre Baskerville', serif;
	font-size: 40px;
	line-height: 60px;
	letter-spacing: 1px;
	position: relative;
	text-align: center;
	transition: all 0.75s ease;
	box-shadow: inset -13px 2px 0px -9px rgba(188,49,146,1);
}
.cross-promo-nav ul li a span {
	width: 350px;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -50px;
	text-align: center;
	position: absolute;
}
.cross-promo-nav ul li a:hover {
	color: #fff;
	box-shadow: inset -1300px 2px 0px -9px rgba(188,49,146,1);
}
@media only screen and (max-width: 1050px) {
.cross-promo-nav ul li a {
	font-size: 25px;
	line-height: 38px;
}
.cross-promo-nav ul li a span {
	margin-top: -30px;
	width: 175px;
	margin-left: -87.5px;
}
}
@media only screen and (max-width: 550px) {
.cross-promo-nav ul li {
	float: none;
	width: 100%;
}
.cross-promo-nav ul:before {
	content: '';
	display: block;
	position: relative;
	height: 0vh;
}
.cross-promo-nav ul li a, .cross-promo-nav ul li a:hover {
	color: #bc3192;
	height: 200px;
	font-size: 22px;
	line-height: 33px;
	box-shadow: inset 93px -97px 0px -94px #bd3393;
}
.cross-promo-nav ul li a span {
	top: 50%;
	margin-top: -30px;
}
.cross-promo-nav ul:hover li {
	width: 100%;
}
}
/*RESPONSIVE FULL SCREEN VIDEO EMBED*/
.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.video-responsive iframe, .video-responsive-small iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
.video-responsive-small {
	overflow: hidden;
	padding-bottom: 27%;
	position: relative;
	height: 0;
}
@media only screen and (max-width: 850px) {
.video-responsive-small {
	padding-bottom: 55%;
}
}
/*GHOST BUTTONS*/
.purple-ghost, .white-ghost {
	margin-top: 62px;
	margin-bottom: 27px;
}
.purple-ghost a, .white-ghost a {
	padding: 20px;
	transition: all 0.5s ease;
}
.purple-ghost a {
	color: #bc3192;
	border: 3px solid #bc3192;
}
.purple-ghost a:hover {
	color: #fff;
	background-color: #bc3192;
}
.white-ghost a {
	color: #fff;
	border: 3px solid #fff;
}
.white-ghost a:hover {
	color: #bc3192;
	background-color: #fff;
}
.ghost-external a {
	padding-left: 40px;
}
.ghost-external a:before {
	content: '\2191';
	margin-left: -20px;
	position: absolute;
	transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
@media only screen and (max-width: 550px) {
.purple-ghost a, .white-ghost a {
	display: block;
	text-align: center;
}
}
