/* DO NOT EDIT this stylesheet, please! 
CREDIT: Lauma Muizaraja | @lauma.works | www.lauma.works */

/*  ↓ ↓ G E N E R A L ↓ ↓ */

*{
  cursor: url("/assets/cursor/arrow.png"), default; 
}a{
  cursor: url("/assets/cursor/pointer.png"), pointer;
}.carousel img{
  cursor: url("/assets/cursor/pointer.png"), pointer;
}


*{
	box-sizing: border-box;
}

@font-face {
  font-family:NavFont;
  src: url('/assets/fonts/ABCGinto-Regular.woff') format("opentype");
}
@font-face {
  font-family:TextFont;
  src: url('/assets/fonts/ABCGinto-Regular.woff') format("opentype");
}
@font-face {
  font-family:AboutFont;
  src: url('/assets/fonts/ABCGinto-Regular.woff') format("opentype");
}
@font-face {
  font-family:CarouselFont;
  src: url('/assets/fonts/ABCGinto-Regular.woff') format("opentype");
}

body{
	margin: 0;	
}

a{
	text-decoration: none;
	color: black;
	font-size: 14pt;
}

footer{
	font-family:NavFont;
	font-size: 14pt;
	position: fixed;
	width: 100%;
	bottom: 0;
	height: 24px;
	padding: 6px;
}#footer1{
	width: 50%;
	text-align: left;
}#footer2{
	width: 50%;
	float: right;
	text-align: right;
}

/*-------------------------*/
/* ↓  ---T H E M E S---  ↓ */

/*active links for home and about*/
.homenav a.active{
	color: black; 
	text-shadow: none;
}

/* D E F A U L T   T H E M E */
footer{ 
	background-color: #405416;
}footer a{
	color: white;
}.active{/*ACTIVE LINK TR:*/
	color: #9f9f9f;
	text-shadow: 0px 0px 3px #9f9f9f, 0px 0px 3px #9f9f9f;
}.active a{
	color: #9f9f9f;
	text-shadow: 0px 0px 3px #9f9f9f, 0px 0px 3px #9f9f9f;
}tr:hover{
	color: #9f9f9f;
	text-shadow: 0px 0px 3px #9f9f9f, 0px 0px 3px #9f9f9f;
}tr:hover a{
	color: #9f9f9f;
	text-shadow: 0px 0px 3px #9f9f9f, 0px 0px 3px #9f9f9f;
}.arrow{
	color: #f11600;
}


.theme-black{ /* B L A C K */
	background-color: black;
	color: white;
}.theme-black a{
	color: white; 
}.theme-black td{
	border-color: white;
}.theme-black .active{/*ACTIVE LINK TR:*/
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-black .active a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-black tr:hover{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-black tr:hover a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-black .arrow{
	color: #ffffff;
}

.theme-bone{ /* B O N E */
	background-color: #EBE6DB;
}

.theme-violet{ /* V I O L E T */
	background-color: #4d52de;
	color: white;
}.theme-violet a{
	color: white; 
}.theme-violet td{
	border-color: white;
}.theme-violet tr:hover{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-violet tr:hover a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-violet footer{
	background-color: #888d2a;
}.theme-violet .active{/*ACTIVE LINK TR:*/
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-violet .active a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-violet .arrow{
	color: #a4a255;
}

.theme-blue{ /* B L U E */
	background-color: #C3DDF9;
}.theme-blue tr:hover{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-blue tr:hover a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-blue .active{/*ACTIVE LINK TR:*/
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-blue .active a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}


.theme-taupe{ /* T A U P E */
	background-color: #B2ACA8;
}.theme-taupe footer{
	background-color: #4d52de;
}.theme-taupe tr:hover{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-taupe tr:hover a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-taupe .active{/*ACTIVE LINK TR:*/
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-taupe .active a{
	color:white;
	text-shadow: 0 0 3px white, 0 0 3px white;
}.theme-taupe .arrow{
	color: white;
}

/*-------------------------*/
/* ↓ N A V I G A T I O N ↓ */


/* top navigation bar */
.topnav{
	font-size: 12pt;
	font-family:NavFont;
	width: 100%;
}.topnav a{
	padding: 10px;
}#leftnav{
	min-width: 50%;
	float: left;
}#nav1{
	float: left;
}#nav2{
	float: right;
}#nav3{
	float: right;
}

/* projects list */
nav{
	font-family:NavFont;
	font-size: 14pt;
	padding: 10px;
	width:50%;
	min-width: 400px;
	float: left;
}table{
	margin-top: 30px;
	width: 100%;
}td{
	padding-bottom: 3px;
	padding-top: 7px;
	border-top-style: solid;
	border-width: thin;
	border-color: black;
	padding-right: 10px;
}table tr td:first-child{
	width: 40px;
}table tr td:first-child + td + td{
	width:110px;

}td{/*deals with text overflow in a cell*/
	max-width: 107px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*LITTLE JUMPY IMAGE BUDDIES ON HOMEPAGE*/
.buddy{
width:190px;
position: absolute;
bottom:33px;
left:32px;
animation: enter 4s linear;
}.buddy img{
width: 100%;
animation: nudge 0.5s linear infinite alternate;
}.buddy2{
width:100px;
position: absolute;
right:14px;
top:65px;
transform-origin: 50% 100%;
animation: sway 3.5s ease-in-out forwards infinite;
}.buddy2 img{
width: 100%;	
}

@keyframes enter {
  0%, 100% {
    transform: translate(-200px,-100px);
	}50%, 100%{
	transform: translate(0,0);
	}
}@keyframes nudge {
  0%, 100% {
    transform: translate(0, 0);
  }50% {
    transform: translate(0px, 3px);
  }80% {
    transform: translate(0px, -12px);
  }
}@keyframes sway{
  0%{transform: rotate(10deg);}
  50%{transform: rotate(-5deg)}
  100%{transform: rotate(10deg);}
}

/*------------*/

@media only screen and (max-width:900px){
	nav{
	min-width: 0;
	width: 100%;

	}
	.hoverpic{
		display: none;
	}
	.buddy2{
		display: none;
	}
}

/*DISPLAY ICON ON HOVER*/
td a>div{
	display: none;
}

.homehover tr:hover>td a div{
	display: block;
}

.hoverpic{
	position: absolute;
	right:0px;
	bottom: 20px;
	max-width:45VW;
	max-height: 70VH;
}

/*increase nav font size for mobile*/
@media only screen and (max-width:450px){
	nav{
		font-size: 15pt;
	}nav a{
		font-size: 15pt;
	}.topnav a{
		font-size: 15pt;
	}footer a{
		font-size:15pt;
	}.buddy{
		display: none;
	}
}@media only screen and (max-width:370px){
	nav{
		font-size: 13pt;
	}nav a{
		font-size: 13pt;
	}.topnav a{
		font-size: 13pt;
	}footer a{
		font-size:13pt;
	}
}

/*-------------------------*/
/* ↓ ↓  C O N T E N T  ↓ ↓ */
main{
	font-family: TextFont;

}

p{   
	line-height: 20px;
	text-align: justify;
}

.caption{
	font-size: 12pt;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
	display: inline-block;
	/*font-size: 12px;*/
	text-indent: 60px;
}.caption a{
	font-size: 10pt;
}

/*--------------------------------*/
/* TEMPLATE1 ".project-template1" */
.project-template1{
	margin-top: 32px;
	float:right;
	padding: 10px;
	padding-left: 0px;
	width: 50%;
	margin-bottom:240px;
}

.project-template1 h1{
    text-align: right;
}

/*image grid*/
.grid1{
	display: grid;
	float: right;
	grid-template-columns: repeat(auto-fill, minmax(1fr, 1fr));
    grid-gap: 6px;
    align-items: start;
}.grid1 img{
	max-width: 100%;
}.fullwidth{
	grid-column: 1 / span 2;
}

@media only screen and (max-width:900px){
	.project-template1{
		width: 100%;
		padding: 10px;
	}
}@media only screen and (max-width:500px){
	.grid1{
		display: block;
	}.grid1 div{
		padding-bottom: 6px;
	}.project-template1{
		margin-top: 0;
		margin-bottom: 100px;
	}
}

/*--------------------------------*/
/* TEMPLATE2 ".project-template2" */

.project-template2{
	padding-top: 74px;
	padding-bottom: 200px;
}

.imgcontainer{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.floatingimg{
	width: max-content;
	max-width: 50%;
	margin-bottom: 50px;
}.floatingimg img{
	display: block;
	max-width: 100%;
	max-height: 90VH;
	object-fit: contain;
}

.floatingimg > .caption{
	box-sizing: border-box;
    width: 0px;
    min-width: 100%;
}

.right{
	margin-left: auto;
}.left {
	margin-right: auto;
}.right > img{
	margin-left: auto;
}.left > img {
	margin-right: auto;
}



@media only screen and (max-width:900px){
	.floatingimg{
		width:65%;
		max-width: none;
		max-height: none;
		margin: none;
	}.floatingimg img{
		max-height: none;
	}.imgcontainer{
		padding-top:6px;
		padding-bottom: 0px;
	}.project-template2{
		margin-bottom: 100px;
	}
}@media only screen and (max-width:600px){
	.floatingimg{
		width:100%;
	}
}

/*--------------------------------*/
/* TEMPLATE3 ".project-template3" 
Reusing classes ".right" and ".left" from .project-template2!!!
*/

.project-template3{
	padding-top: 74px;
	margin-bottom: 150px;
}

.carousel{
	width: fit-content;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 50%;
	margin-bottom: 50px;
}.slide{
	display: none;
}.carousel img{
	display: block;
	max-width: 100%;
	max-height: 90VH;
	object-fit: contain;
}.carousel.right img{
	margin-left: auto;
}.carousel.left img{
	margin-right: auto;
}

.arrow{
	font-family: CarouselFont;
	font-size:10pt;
}

@media only screen and (max-width:900px){
	.carousel{
		width:65%;
		max-width: none;
		max-height: none;
		margin: none;
	}
}@media only screen and (max-width:600px){
	.carousel{
		width: 100%;
	}
}

/*--------------------------------*/
/* A B O U T   ↓  */
.about-main{
	padding: 10px;
	text-align: justify;
	padding-top: 70px;
}


.about-main table{
	font-family:NavFont;
	font-size: 18px;
	margin-top: 8VW;
	border-collapse: collapse; 
}.about-main td{
	border: none;
	padding: 4px;
}.about-main tr{
	border-top: solid black 1px;
	/*border-bottom: solid black 1px;*/
}.about-main table tr:hover{
	text-shadow: none;
	color: black;
}.about-main table tr:hover a{
	text-shadow: none;
	color: red;
}

#textbox{
	float: left;
	width:50%;
	padding-right: 5px;
	font-family: AboutFont;
}#textbox p{
	text-align: left;
	margin: 0px;
}#textbox > .p1{
	font-size: 12pt;
	line-height: 30px;
}#textbox > .p2{
	font-size: 12pt;
	line-height: 30px;
	margin-top: 30px;
}


#imgbox{
	padding-left: 5px;
	float: right;
	width: 50%;
}#imgbox img{
	width:100%;
}

#contactdetails{
	background-color: white;
	width:100%;
	position: fixed;
	bottom:24px;
	padding: 5px;
	left: 0;
	font-family: AboutFont;
}#contactdetails a{
	font-size:14pt;
}#contactdetails span{
	font-size:18pt;
	padding-left: 8px;
	padding-right: 8px;
}

@media only screen and (max-width:800px){
	#textbox{
		width:100%;
		padding: 0px;
		margin-bottom: 20px;
	}#imgbox{
		width:100%;
		padding: 0px;
		margin-bottom: 100px;
	}.about-main table{
		margin-top: 65px;
	}
}

@media only screen and (min-width:1400px){
	#textbox{
		padding-right: 15px;
	}
	#textbox > .p1{
		font-size: 1.9VW;
		line-height: 2.2VW;
	}#textbox > .p2{
		font-size: 1.4VW;
		line-height: 1.8VW;
		text-indent: 5.8VW;
		margin-top: 2.6VW;
	}.about-main table{
	
	}#contactdetails a{
		font-size: 1.4VW;
	}#contactdetails span{
		font-size: 1.8VW;
	}
	
}@media only screen and (min-width:2800px){
	#textbox > .p1{
		font-size: 1.6VW;
		line-height: 1.8VW;
	}#textbox > .p2{
		font-size: 1.1VW;
		line-height: 1.4VW;
		margin-top: 2VW;
		text-indent: 3VW;
	}.about-main table{
		margin-top: 17.7VW;
	}#contactdetails a{
		font-size: 1.1VW;
	}#contactdetails span{
		font-size: 1.3VW;
		padding-left: 0.4VW;
		padding-right: 0.4VW;
	}.about-main{
		padding-top: 6VW;
    }#textbox{
		padding-right: 25px;
	}
	
}


