span.link-padding {
		padding-bottom: 100px;
	}

sup {
  line-height:1.5rem; 
	vertical-align:text-top;
}



a.external:after {
  content: url('../img/new_window_icon_sm.png');
  margin-left: 0px;
  margin-top: -10px;
}



#column_menu_mobile {
	display: none;
}


#column_menu {
	/* background-color: #efefef; */
}

#column_content {
	/* background-color: #efefef; */
	color: #666;
}

.ui_example_container {
	background-color: #e4edf1;
	border-radius: 15px;
	margin: 0px 60px 15px 60px;
  position: relative;
  font-size: 12px;
}

.ui_example_container div {
	padding: 5px 15px 0px 15px;
}




.ui_example_container p {
  padding: 5px;
}

.ui_example_container b {
color: #5b9ef8;
  font-size: 14px;
}

.rowWithFullWidth {
    margin-left: 10% !important;
    margin-right: 10% !important;
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}




/******** FONT STUFF ********/




html { -webkit-text-stroke: 0.25px}

@font-face {
	font-family: 'White Rabbit';
	src: local('White Rabbit'), local('White Rabbit'), url('../fonts/whitrabt.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}


@font-face {
	font-family: 'Komu';
	src: local('Komu'), local('Komu'), url('../fonts/Komu.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'RaleWayB';
	src: local('RaleWayB'), local('RaleWayB'), url('../fonts/Raleway-Bold.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'DroidSans';
	src: local('DroidSans'), local('DroidSans'), url('../fonts/DroidSans.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'RobotoL';
	src: local('RobotoL'), local('RobotoL'), url('../fonts/Roboto-Light.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'RobotoM';
	src: local('RobotoM'), local('RobotoM'), url('../fonts/Roboto-Medium.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'RobotoB';
	src: local('RobotoB'), local('RobotoB'), url('../fonts/Roboto-Bold.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'Telegrama';
	src: local('Telegrama'), local('Telegrama'), url('../fonts/telegrama_render.otf') format('opentype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'Amatic';
	src: local('Amatic'), local('Amatic'), url('../fonts/AmaticSC-Regular.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'AmaticB';
	src: local('AmaticB'), local('AmaticB'), url('../fonts/Amatic-Bold.ttf') format('truetype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'Norwester';
	src: local('Norwester'), local('Norwester'), url('../fonts/norwester.otf') format('opentype');
	-webkit-text-stroke: 1px;
}

@font-face {
	font-family: 'SourceCode';
	src: local('SourceCode'), local('SourceCode'), url('../fonts/SourceCodePro-Light.otf') format('opentype');
	-webkit-text-stroke: 1px;
}





/******** MENU CSS ********/


div#parallax-image {
	position: fixed;
	top: calc(
		var(--header-height-difference) * -1
	); /* Multiply by -1 to get a negative value */

	left:  0;
	width: 100%;
	height: 650px;
	margin:  0;
	padding: 0;
border:  1px solid #0f0;
}


:root {
	--background-color: #131313;
	--background-color-menu: #1f1f1f;
	--header-outer-height: 350px;
	--header-inner-height: 70px;
	--header-height-difference: calc(
		var(--header-outer-height) - var(--header-inner-height)
	);
	--header-bg: #fff;
}


div.outer_header {
	/* height: var(--header-outer-height); */
	position: sticky;
	top: calc(
		var(--header-height-difference) * -1
	); /* Multiply by -1 to get a negative value */
	z-index: 1000;
}



div#top_menu_wrapper {
	  position: -webkit-sticky; /* Safari */
    /* height: var(--header-inner-height); */
		position: sticky;
		top: 0;
    z-index: 1001;
}


div.top_menu {
    
    padding:  0;
    background-color: var(--background-color-menu);	

    
}



div.top_menu button {
	font-size: 16px;
font-weight: 50;
font-family: 'Komu', Helvetica, Arial, sans-serif;
color: #fff;
	text-decoration: none;
	line-height: 1.1em;

	border:none;
   background-color:transparent;
   outline:none;
   padding:  0;
   margin:  0;
}


button#homeButton {
	border:none;
   background-color:transparent;
   outline:none;
   padding:  0;
   margin:  0;
}




#menu_spacer {
	height: 40px;
}



#item1,
#item2,
#item3,
#item4 {
	display:  inline;
	text-align: center;
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
	padding: 0;
	margin:  0;
}

#item1_hilite,
#item2_hilite,
#item3_hilite,
#item4_hilite {
	position: relative;
	width:  100%;
}


#marker1,
#marker2,
#marker3,
#marker4 {
position: relative;
width: 75%;
height: 7px;
background-color: transparent; /* #cc00ff; PINK */
overflow: hidden;
margin: 0 auto;
z-index: 1000;
}



#intro, #intro_min {
z-index: 2000;	
text-align: center; 
overflow: hidden;
}

#intro h1 {
font-family: 'RaleWayB', Helvetica, Arial, sans-serif;
}

#intro h2, #intro h3 {
font-family: 'RobotoL', Helvetica, Arial, sans-serif;
}



#intro_min {
	display: block;
	height:  1px;
	background-color: var(--background-color-menu);	

	-webkit-transition: transform 150ms ease;
  -webkit-transition: -webkit-transform 150ms ease;
	transition: height 150ms ease;
	
}

#intro_min div {
display:  inline;
}







/******** BODY CSS ********/



div.paralax_header {
    

    background: transparent;
}

div.parallax_dark_overlay {
    background-image: url('../img/dark_overlay.png');
    background-size: 100% 100%;


}



a.section-anchor {
    display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}


body {
padding: 0px;
margin: 0px;
background-color: var(--background-color);	
font-family: 'RobotoL', Helvetica, Arial, sans-serif;
/*font-family: serif;*/

/*
background: url("../img/halftone_bg.png") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
}

.hi-lite {
	color: #584213;
	/* font-weight: bold; */
	background-color: #fffaea;
	background-color: #fefbf1;
}


.wrapper {
color: #4b4b4b;
/* background-color: #f2edeb; */
}

.wrapper .padding {
padding: 20px;
}



.my_name_is, .my_name_is_min, .i_am_your, .i_am_your_min {
	color:  #66ff00;
font-family: 'White Rabbit', Helvetica, Arial, sans-serif;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);	
}

.jr_text_name, .jr_text_name_min {
color: #fff;
font-family: 'Komu', Helvetica, Arial, sans-serif;
/* font-size: 100px; */
text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
padding: 0px;
margin: 0px;
}




.portfolio-description {
padding: 0px 0px 20px 0px;
}


.portfolio-item {

	padding: 10px 15px 0px 15px;
	border-radius: 15px;
	background-image: url("../img/portfolio_item_top_gradient.png");
	background-repeat: repeat-x;
	background-position: top; 

}

.portfolio-item img.icon {
max-width: 40px;
border: none;
}

.portfolio-item img {
border: 1px solid #e5e5e5;
margin-bottom: 15px;
}




img.phone_frame {
	border-top: 5px solid #666;
	border-radius: 20px;
}


div.portfolio-download {
	font-size: 12px;
	padding: 0px 0px 20px 0px;
	text-align: center;
}

div.portfolio-download .row {
	padding: 10px 0px 0px 0px;
}

div.portfolio-apps-used {
	font-size: 10px;
}

ul.apps_list {
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style: none;
}

ul.apps_list li {
	padding: 1px;
	margin: 0px;
	display: inline;
	clear: both;
}

ul.apps_list li img {
	height: 40px;
}




div.portfolio_ui, div.portfolio_mobile, div.portfolio_animator, div.portfolio_illustrator, div.portfolio_resume  {
	background-color: #fff;
}


div.portfolio-title {
	font-family: 'Komu', Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding: 10px 0px 10px 0px;


	
}


div.portfolio-subtitle {
	font-family: 'Komu', Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding: 60px 0px 20px 0px;
	font-size: 37px;
	color: #5B666D;
	line-height: 1.5rem;
}

span.portfolio-subtitle-sm {
	font-family: 'Komu', Helvetica, Arial, sans-serif;
	font-weight: 100;
	padding: 0px 0px 0px 0px;
	font-size: 25px;
	color: #5B666D;

}

span.text-justified {
	text-align:justify;  
  text-justify:inter-word;
}


div.project-title {
	padding: 0px 0px 10px 0px;
	line-height: 2.4rem;
	font-size: 50px;
	color: #38464e;
}



div.company-info {
	font-family: 'RobotoL', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

div.portfolio_spacer {
	height: 100px;
}




div.multi_faceted_creative {
	color: #66ff00;
	font-size: 18px;
	font-family: 'White Rabbit', Helvetica, Arial, sans-serif;
	font-weight:  100;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);	
	line-height: 24px;
	text-align:center;
	padding: 30px 20px 30px 20px;
}




body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}


div.pipeline {
	font-size: 11px;
	text-align:center;
}

div.pipeline img {
	border-radius: 4px;
}




/* custom bootstrap */



div#admin_alert {
display: inline-block;
position: relative;
width: 100%;
background-color:#CFC;
height: 40px;
text-align: center;
margin-bottom: 10px;
overflow: hidden;

}

div#admin_alert span {
display: inline-block;
vertical-align:middle;	
line-height: 40px;
font-weight: bold;
}












/******** INTRO TEXT FLUID CSS ********/



@media all and (min-width:100px){

			.my_name_is {
			font-size: 18px;	

			padding: 20px 20px 0px 20px;
			}

			.my_name_is_min {
			font-size: 13px;	

			}



			.jr_text_name {
			font-size: 50px;
			}

			.jr_text_name span.capital {
			font-size: 55px;
			}

			.jr_text_name_min {
			font-size: 30px;
			}

			.jr_text_name_min span.capital {
			font-size: 35px;
			}


			.i_am_your {
			font-size: 18px;
			padding: 0px 20px 20px 20px;
			}

			.i_am_your_min {
			font-size: 13px;
			}



	
}



@media all and (min-width:450px){

			.my_name_is {
			font-size: 18px;	
			padding: 20px 20px 0px 20px;
			}

			.my_name_is_min {
			font-size: 15px;	

			}

			.jr_text_name {
			font-size: 60px;
			line-height: 120px;	
			}


			.jr_text_name span.capital {
			font-size: 65px;
			}

			.i_am_your {
			font-size: 18px;
			padding: 0px 20px 20px 20px;
			}

			.i_am_your_min {
			font-size: 15px;
			}

	
}


@media all and (min-width:800px){
	
	.my_name_is {
	font-size: 36px;	
	padding: 150px 40px 20px 40px;
	}

	.my_name_is_min {
	font-size: 20px;	
	}

	.jr_text_name {
	font-size: 165px;
	line-height: 120px;	
	}

	

	.jr_text_name span.capital {
	font-size: 175px;
	}

	.jr_text_name_min {
	font-size: 45px;
	}

	.jr_text_name_min span.capital {
	font-size: 50px;
	}

	

	.i_am_your {
	font-size: 36px;
	padding: 20px 40px 80px 40px;
	}

	.i_am_your_min {
			font-size: 20px;
			}


}



/********* FIXED SOCIAL ICONS CSS *********/

/* Fixed Social Icons Container */
.fixed-social-container {
    position: fixed;
    bottom: 60px;
    left: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    /* Start hidden off-screen */
    transform: translateX(-100px);
    opacity: 0;
}

/* Show the icons (slide in) */
.fixed-social-container.visible {
    transform: translateX(0);
    opacity: 1;
}

/* Hide when scrolled to bottom */
.fixed-social-container.hidden {
    transform: translateX(-100px);
    opacity: 0;
}

/* Social Icon Styling */
.social-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.65;
    transition: all 0.3s ease;
}

.social-icon:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    opacity: 1;
}




.social-icon img {
    width: 55px;
    height: 55px;
}





/******** PORTFOLIO FLUID CSS ********/


@media all and (min-width:100px){
	

	div.top_menu a {
		font-size: 10px;
	}


}



@media all and (max-width:575px){

.rowWithFullWidth {
    margin-left: 5% !important;
    margin-right: 5% !important;
}


	div.project-title {
		letter-spacing: -1px;
	}

}


@media all and (min-width:768px){
	
	div.top_menu a {
		font-size: 28px;
	}

	div.top_menu button {
		font-size: 28px;
	}


	div.portfolio-item {
		padding: 45px 50px 10px 50px;
	}



}



@media all and (min-width:1050px){
	
	div.top_menu a {
		font-size: 35px;
	}

	div.top_menu button {
		font-size: 35px;
	}

	div.project-title {
	padding: 5px 0px 15px 0px;
	font-size: 60px;	
	}
}





@media all and (min-width:1350px){
	

	div.top_menu a {
		font-size: 52px;
	}

	div.top_menu button {
		font-size: 52px;
	}

	div.portfolio-item {
		padding: 45px 120px 10px 120px;
	}


	div.project-title {
	padding: 18px 0px 20px 0px;
	font-size: 70px;	
	}


}




@media all and (min-width:1680px){
	
	div.top_menu a {
		font-size: 65px;
	}

	div.top_menu button {
		font-size: 65px;
	}


	div.portfolio-item {
		padding: 50px 150px 10px 150px;
	}

	div.project-title {
	padding: 24px 0px 20px 0px;
	font-size: 80px;	
	}



}





.social {
padding: 20px 20px 0px 20px;
text-align: center;
}

.social img {
max-width: 52px;
}

.social ul {
list-style: none;
padding: 0px;
margin: 0px;
}

.social ul li {
display: inline-block;
padding: 0px 5px 0px 5px;
}


.copyright {
text-align: center;
padding: 20px;
font-size: 14px;
color: #66ff00;
font-family: 'White Rabbit', Helvetica, Arial, sans-serif;	
font-weight:  100;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);	
}


/* BACAK TO TOP BUTTON CSS */

#button {
  display: inline-block;
  background-color: #60f000;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: visible;
  z-index: 1000;
  transition: all 0.3s ease;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #66ff00;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

#button.hide {
  opacity: 0;
  visibility: hidden;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}