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




.navbar{
	background-color: #000000;
}

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

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

.navbar-toggler{
	color: #ffffff;
}

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

.nav-link:hover{
	color: #11733b;
}

.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{
	color:#11733b;
	font-family: "League Spartan", sans-serif;
	text-transform: uppercase;
	font-weight: 600;

}

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

.btn{
	padding: 0px  !important;
}

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

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

.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); }}
	
.card-title{
	font-family: "League Spartan", sans-serif;
	font-weight: 700;
	filter: grayscale(0%);
}

.boldtext{
	font-weight:700;
}

.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: 15px 15px 0px;
	text-align: left;
}

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

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

.buttonleftnudge{
	margin-left: 25px;
}

.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) {

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


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


