@charset "utf-8";
/* CSS Document */

.imagethumb{
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 15%;
  /* if you're reading this, I want to make the rotations have be a somewhat random variable. I know I could do that via javascript, but I want to try and keep this as pure html/bootstrap as I can. I'm sure enough google will get me there, but its a lot of google :p Thanks for being curious!!*/
  rotate: 10deg;
  text-align: center;
}
.container7{
  position:relative;

}
.container7:hover .imagethumb {
  animation: shake 0.5s;
	animation-iteration-count: 1;
	transition: 0.1s ease-out;
}

.container7:hover .middle {
  opacity: 0.95;
  
}

.popuptext-p {
  background-color: #ff0081;
  color: white;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 24px;}
.popuptext-g {
  background-color: #11733b;
  color: white;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 24px;}
.popuptext-b {
  background-color: #1573ff;
  color: white;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 24px;}
.popuptext-o {
  background-color: #ff733c;
  color: white;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 12px 24px;}

#myVideo {
  position: fixed;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  filter: blur(5px) brightness(90%)
}

.introcontent{
position: fixed;
}

/* IMAGE CAROUSEL GAO */
.gao-carousel{
	margin: 0 auto;
	padding: 20px 0;
	max-width: auto;
	overflow: hidden;
	display: flex;
	flex: 0 0 100%;
}
.gao-card{
	width: 50%;
	justify-content: center;
	align-items: center;
	height: 50%;
}

.gao-group{
	display: flex;
	gap: 20px;
	padding-right: 10px;
	will-change: transform;
	animation: gao-scrolling 10s linear infinite;
}

@keyframes gao-scrolling{
	0% {transform: translateX(0);}
	100% {transform: translateX(-100%);}
}

.nav-green{
	color: #ffffff;
}

.nav-pink{
	color: #ffffff;
}

.nav-orange{
	color: #ffffff;
}

.nav-teal{
	color: #ffffff;
}

.nav-green:hover,
.nav-green:active
{
	color: #11733b;
}

.nav-pink:hover,
.nav-pink:active{
	color: #ff0081;
}

.nav-orange:hover,
.nav-orange:active{
	color: #ff733c;
}

.nav-teal:hover,
.nav.teal:active{
	color: #1573ff;
}

.green{
	color: #11733b;
}

.pink{
	color: #ff0081;
}

.orange{
	color: #ff733c;
}

.teal{
	color: #1573ff;
}

.nav-icon{
	height: 20px;
	width: 20px;
	display:inline-block;
	transition: 0.5s;
}
.nav-icon:active,
.nav-icon:hover{
	animation: shake 1s;
	animation-iteration-count: infinite;
}

.navbar{
	background-color: #000000;
}

.bottomnav{
height:50px;
align-items: baseline;
}

.no-padding{
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-toggler{
	border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    border-color: transparent !important;
	box-shadow: none !important;}

.nav-link{
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	transition: 0.2s;
	color: #ffffff;
}
.nav-link:visted{
	color: #ffffff;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus{
	animation: shake3 1s;
	animation-iteration-count: 1;
}

.bold{
	font-weight: 800px;
	color: #000000;
}

.portcard{
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	text-align: left;
	text-shadow:0px 0px 4px #000000;
}
.modaltextheader{
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	color: #000000;
	margin-bottom: 0;

}

.close{
	color: #ffffff;
	opacity: 1;
	border: none;
	background: none;
	margin-top: -2px;
	margin-left: auto;
	margin-right: 8px;

}

.mr-4{
	margin-right: 15px;
}

.imgsmall{
	height:75px;
}
.imgsnug{
	width: 2000px;
    height: 1000px;
    object-fit: cover;
}

.blur{
	filter: blur(5px);
}

.cream{
	color:#ffffff;
}

.text_header{
	font-family: "League Spartan", sans-serif;
	font-weight: 700;
}

.modal-footer{
	align-content: center;
}

.modal-backdrop {
    background-color: #000000;
}

.btn{
	padding: 0px  !important;
}

.turngreen{
	fill: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.turngreen:hover{
	fill:#11733b;
	color: #11733b;
}

.turnyt{
	fill: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.turnyt:hover{
	fill:#ff0000;
	color: #ff0000;
}

.turnlink{
	fill: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.turnlink:hover{
	fill:#0a66c2;
	color: #0a66c2;
}

.turninsta{
	fill: #000000;
	color: #ffffff;
	transition: 0.2s;
}

.turninsta:hover{
	fill:#8134AF;
	color: #8134AF;
}

.btn{
transform: rotate(0deg);
	transition: 0.1s ease-in;
}

.btn:hover{
	animation: shake 0.5s;
	animation-iteration-count: 1;
	transition: 0.1s ease-out;
}
@keyframes shake {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-3deg); }
  40% { transform:rotate(3deg); }
	55% { transform: rotate(-4deg); }
  70% { transform:rotate(4deg); }
	100% { transform:rotate(0deg); }}

@keyframes shake2 {
  0% { transform: rotate(0deg); }
  20% { transform: rotate(-5deg); }
  40% { transform:rotate(5deg); }
	55% { transform: rotate(-7deg); }
  70% { transform:rotate(7deg); }
	100% { transform:rotate(0deg); }}

@keyframes shake3 {
  0% { transform: rotate(0deg); }
  10% { transform: rotate(-5deg); }
  20% { transform:rotate(5deg); }
	30% { transform: rotate(-7deg); }
  40% { transform:rotate(7deg); }
	50% { transform: rotate(-5deg); }
  60% { transform:rotate(5deg); }
	70% { transform: rotate(-7deg); }
  80% { transform:rotate(7deg); }
	90% { transform:rotate(-5deg); }
100% { transform:rotate(0deg); }}
	
.card-title{
	font-family: "League Spartan", sans-serif;
	font-weight: 700;
	filter: grayscale(0%);
}

.boldtext{
	font-weight:700;
}

.notbold{
	font-weight: 200;

}

.btn-custom{
	fill: #000000;
}

.overlaycard{
	color: #11733b;
	filter: grayscale(100%);
	
transition: 0.2s ease-in;
}

.overlaycard:hover{
	color: #11733b;
	filter: grayscale(0%);
	
}
.bigtext{
	font-size: 80px;
	line-height: 65px;
}
.portfolio-header{
	text-align: left;
	font-family: "League Spartan", sans-serif;
	font-weight: 500;
}

/*
Source - https://stackoverflow.com/a/31423741
Posted by Nikhil Batra
Retrieved 2026-03-09, License - CC BY-SA 3.0
*/

.textpadding1{
padding: 20px;
}
.textpadding2{
padding: 0px 15px 15px;
	text-align: left;
}
.textpadding3{
	padding: 10px 15px 0px;
	text-align: left;
}

.LaptopBoySize{
	margin-bottom: -90px;
	width: 90px;
	height: auto;
}

.artist-text{
	margin-top: -10px;
	
}

.buttonleftnudge{
	margin-left: 43px;
}

.h-200{
	height: 200px;
	padding: 0px 3px;
}

.scroll-right {
 height: 200px;	
 overflow: hidden;
 position: relative;
}
.scroll-right .inner {
 position: absolute;
 margin: 0;
 line-height: 50px;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(0%);
 -webkit-transform:translateX(0%);	
 transform:translateX(0%);
 /* Apply animation to this element */	
 -moz-animation: scroll-right 10s linear infinite;
 -webkit-animation: scroll-right 10s linear infinite;
 animation: scroll-right 10s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-right {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-right {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-right {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}


/*
Source - https://stackoverflow.com/a/31423741
Posted by Nikhil Batra
Retrieved 2026-03-09, License - CC BY-SA 3.0
*/

@media screen and (max-width: 576px) {
.popuptext-p {
  font-size: 12px;
  padding: 2px 4px;}
.popuptext-o {
  font-size: 12px;
  padding: 2px 4px;}
.popuptext-b {
  font-size: 12px;
  padding: 2px 4px;}
.popuptext-g {
  font-size: 12px;
  padding: 2px 4px;}

    .textpadding1{
		padding: 10px;}
	
	.LaptopBoySize{
	margin-bottom: -52px;
	width: 50px;
	height: auto;}
	
	.buttonleftnudge{
	margin-left: 14px;}
	
	.h-200{
	height: 60px;
	padding: 0px ;
	margin: 0px -10px;}

	.scroll-right {
	height: 60px;	
 	overflow: hidden;
 	position: relative;}
	
	.addpadding{
		padding-bottom: 30px;
	}
	
	.mobilesizetext{
		font-size: 55pt;
	}
	
}


.hover-white{
	opacity: 0;
}

.hover-white:hover{
	opacity: 1;
}

h3{
	font-family: "League Spartan", sans-serif;
}

h4{
font-weight: 200;
}

h5{
font-weight: 200;
}
h6{
	font-weight: 200;
}
ul li {
  display: inline;
  padding: 10px;
}



.scrollshake{
	animation-iteration-count: 2;
transition: 0.2s ease-in;}

.scrollshake:hover{
	animation: shake2 0.2s;
	animation-iteration-count: 2;
	transition: 0.1s ease-out;
}

.jiggle{
transition: 0.2s ease-in;
	animation-iteration-count: infinite;
}

.jiggle:hover{
	animation: shake2 1s;
		animation-iteration-count: infinite;

	transition: 0.1s ease-out;
}

.LaptopBoy{
	position: relative;
	z-index: 1;
}

.backz{
	z-index: -1;
}



.scroll-right2 {
 height: 40px;	
 overflow: hidden;
 position: relative;
display: flex;
}
.scroll-right2 .inner2 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
	flex-shrink: 0;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(0%);
 -webkit-transform:translateX(0%);	
 transform:translateX(0%);
 /* Apply animation to this element */	
 -moz-animation: scroll-right 40s linear infinite;
 -webkit-animation: scroll-right 40s linear infinite;
 animation: scroll-right 40s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-right {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-right {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-right {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}

@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    -webkit-transform:translate3d(0,-30px,0) scaleY(1.1);
    transform:translate3d(0,-30px,0) scaleY(1.1)
  }
  70% {
    -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    -webkit-transform:translate3d(0,-15px,0) scaleY(1.05);
    transform:translate3d(0,-15px,0) scaleY(1.05)
  }
  80% {
    -webkit-transform:translateZ(0) scaleY(.95);
    transform:translateZ(0) scaleY(.95);
    -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transition-timing-function:cubic-bezier(.215,.61,.355,1)
  }
  90% {
    -webkit-transform:translate3d(0,-4px,0) scaleY(1.02);
    transform:translate3d(0,-4px,0) scaleY(1.02)
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  to {
    -webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);
    animation-timing-function:cubic-bezier(.215,.61,.355,1);
    -webkit-transform:translateZ(0);
    transform:translateZ(0)
  }
  40%,
  43% {
    -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    -webkit-transform:translate3d(0,-30px,0) scaleY(1.1);
    transform:translate3d(0,-30px,0) scaleY(1.1)
  }
  70% {
    -webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    animation-timing-function:cubic-bezier(.755,.05,.855,.06);
    -webkit-transform:translate3d(0,-15px,0) scaleY(1.05);
    transform:translate3d(0,-15px,0) scaleY(1.05)
  }
  80% {
    -webkit-transform:translateZ(0) scaleY(.95);
    transform:translateZ(0) scaleY(.95);
    -webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);
    transition-timing-function:cubic-bezier(.215,.61,.355,1)
  }
  90% {
    -webkit-transform:translate3d(0,-4px,0) scaleY(1.02);
    transform:translate3d(0,-4px,0) scaleY(1.02)
  }
}
.animate_bounce{
  -webkit-animation-name:bounce;
  animation-name:bounce;
  -webkit-transform-origin:center bottom;
	transform-origin:center bottom;
}

.LaptopBoy:hover{
	animation: bounce 1s;
	animation-iteration-count: 1;
}

.img-bounce:hover{
	animation: bounce 1s;
	animation-iteration-count: 1;
}

/*CUSTOM BUTTON-PINK*/
.holographic-card-pink {
  width: auto;
  height: auto;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	color: #ffffff;
  transition: all 0.5s ease;
	padding-bottom: 10px;
}

.buttonheader{
	font-size: 1.7rem;
}

.holographic-card-pink:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,0,0,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
	color: #ffffff;
}

.holographic-card-pink:hover {
background: #ff0081;
	color: #000000;
	animation: shake 0.5s;
	animation-iteration-count: 1;
	transition-timing-function: ease-out;
}

.holographic-card-pink:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
	color: #000000;
}

/*CUSTOM BUTTON-GREEN*/
.holographic-card-green {
  width: auto;
  height: auto;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	color: #ffffff;
  transition: all 0.5s ease;
	padding-bottom: 10px;
}

.holographic-card-green:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,0,0,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
	color: #ffffff;
}

.holographic-card-green:hover {
background: #11733b;
	color: #000000;
	animation: shake 0.5s;
	animation-iteration-count: 1;
	transition-timing-function: ease-out;
}

.holographic-card-green:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
	color: #000000;
}

/*CUSTOM BUTTON-ORANGE*/
.holographic-card-orange {
  width: auto;
  height: auto;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	color: #ffffff;
  transition: all 0.5s ease;
	padding-bottom: 10px;
}

.holographic-card-orange:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,0,0,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
	color: #ffffff;
}

.holographic-card-orange:hover {
background: #ff733c;
	color: #000000;
	animation: shake 0.5s;
	animation-iteration-count: 1;
	transition-timing-function: ease-out;
}

.holographic-card-orange:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
	color: #000000;
}

/*CUSTOM BUTTON-TEAL*/
.holographic-card-teal {
  width: auto;
  height: auto;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
	color: #ffffff;
  transition: all 0.5s ease;
	padding-bottom: 10px;
}

.holographic-card-teal:before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 220%;
  height: 220%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    rgba(0,0,0,0.3)
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
	color: #ffffff;
}

.holographic-card-teal:hover {
background: #1573ff;
	color: #000000;
	animation: shake 0.5s;
	animation-iteration-count: 1;
	transition-timing-function: ease-out;
}

.holographic-card-teal:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
	color: #000000;
}

/* Logo Scoll*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f2f2f2;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  background: #ffffff;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
}

.logos:after {
  right: 0;
}

.logos-slide {
  display: inline-block;
pointer-events: none;
  animation: 20s slide infinite linear;
}

.logos-slide img {
  height: 300px;
  margin: 0 5px;
	pointer-events: auto;
	transition: 0.3s;
}
.logos-slide img:hover {
animation: shake 0.5s;
	transition: 0.3s;
}

@media screen and (max-width: 576px) {
	.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}
	
	.logos-slide {
  display: inline-block;
  animation: 10s slide infinite linear;
}
	
	.logos-slide img {
  height: 150px;
  margin: 0px;
	transition: 0.3s;
}
}
