#item1_arrow,
#item2_arrow,
#item3_arrow,
#item4_arrow {
	width: 7px;
	height: 7px;
	display: inline-block;
}

.arrow_decorated {
	border-color: #fff;
	border-style: solid;
	content: '';
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow_nondecorated {
	border-color: #fff;
	border-style: solid;
	border-width: 0 0 0 0;
	content: '';
}

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



#column_menu_mobile {
	display: none;
}


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

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


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

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



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

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


div.menu_sticky_mobile {
		position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 1000;
}


div.menu_sticky {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 0;
        z-index: 1000;
}

div.menu_sticky a,
div.menu_sticky_mobile a {
	font-family: 'RaleWayB', Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
}

div.menu_sticky a:hover,
div.menu_sticky_mobile a:hover {
	text-decoration: underline;
}


div#menu_mobile_colorbar {
	height: 5px; 
	color: #fff;
	background: #35402D; 
}


#menu_spacer {
	height: 40px;
}



#item1,
#item2,
#item3,
#item4 {
	padding: 10px 10px 10px 2px;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}




#item1_mobile,
#item2_mobile,
#item3_mobile,
#item4_mobile {
	text-align: center;
	padding: 10px;
	line-height: 1em;
}



#item1,
#item1_mobile {
	color: #f00;
	background-color: #35402D; 
}

#item2,
#item2_mobile {
	color: #f00;
	background-color: #7C8C70; 
}

#item3,
#item3_mobile {
	color: #f00;
	background-color: #D9AA8F; 
}

#item4,
#item4_mobile {
	color: #f00;
	background-color: #F27777; 
}


#item2,
#item3,
#item4 {
	background-image: url("../img/menu_item_shadow.png");
	background-repeat: repeat-x;
	background-position: top; 
}


#item1 { border-bottom: 1px solid #695345;}

#item2 { border-bottom: 1px solid #A2997F;}

#item3 { border-bottom: 1px solid #DCC5B2;}

#item4 { border-bottom: 1px solid #CC5A54;}



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 {
	border: solid #35402D;
	border-width: 15px 15px 15px 15px;
	padding: 20px;
	border-radius: 25px;
	background-color: #fff;
}

div.portfolio_mobile {
	border: solid #7C8C70;
	border-width: 15px 15px 15px 15px;
	padding: 20px;
	border-radius: 25px;
	background-color: #fff;
}

div.portfolio_animator {
	border: solid #D9AA8F;
	border-width: 15px 15px 15px 15px;
	padding: 20px;
	border-radius: 25px;
	background-color: #fff;
}

div.portfolio_illustrator {
	border: solid #F27777;
	border-width: 15px 15px 15px 15px;
	padding: 20px;
	border-radius: 25px;
	background-color: #fff;
}

div.portfolio_resume {
	border: solid #f2edeb;
	border-width: 15px 15px 15px 15px;
	padding: 20px;
	border-radius: 25px;
	background-color: #fff;
}

div.portfolio-title {
	font-family: serif;
	font-family: 'RobotoM', Helvetica, Arial, sans-serif;
	font-size: 30px;
	padding: 10px 0px 10px 0px;


	
}





	div.project-title {
		padding: 0px 0px 10px 0px;
		line-height: 1.65rem;
	}



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

div.portfolio_spacer {
	height: 100px;
}




div.multi_faceted_creative {
	color: #4b4b4b;
	font-size: 18px;
	font-family: 'SourceCode', Helvetica, Arial, sans-serif;
	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;
}



/* 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;
}



body {
padding: 0px;
margin: 0px;
background-color: #f2edeb;	
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;
}


#top_border {
background-color: #35402D;
width: 100%;
height: 4px;	
}

#bottom_border {
background-color: #35402D;
width: 100%;
height: 20px;		
}





#intro {
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;
}

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

.wrapper .padding {
padding: 20px;
}


.my_name_is, .i_am_your {
font-family: 'SourceCode', Helvetica, Arial, sans-serif;
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);	
}

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


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


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

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












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

.my_name_is {
font-size: 18px;	

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



.jr_text_name {
font-size: 50px;
}


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



	
}



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

.my_name_is {
font-size: 18px;	

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



.jr_text_name {
font-size: 60px;
}


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



	
}




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



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

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

}




@media all and (max-width:575px){
	
	div#column_menu {
		display: none;
	}

	#column_menu_mobile {
		display: inline;
		position: -webkit-sticky; /* Safari */
	    position: sticky;
	    top: 0;
	    z-index: 1000;
	}

	div.portfolio_ui,
	div.portfolio_mobile,
	div.portfolio_animator,
	div.portfolio_illustrator,
	div.portfolio_resume {
		border-radius: 0px;
	}

	div.portfolio-title {
		padding: 20px 0px 10px 0px;
		line-height: 1rem;
		font-size: 26px;

	}

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

}




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

	.arrow_decorated {
	position: relative;
	border-width: 3px 3px 0 0;
	width: 7px;
	height: 7px;
	left: 0px;
	top: -2px;
	}

}




@media all and (min-width:1100px){
	
	div.menu_sticky a {
	font-size: 18px;
	}

	.arrow_decorated {
	position: relative;
	border-width: 3px 3px 0 0;
	width: 7px;
	height: 7px;
	left: 0px;
	top: -3px;
	}

}



@media all and (min-width:1350px){
	
	div.menu_sticky a {
	font-size: 22px;
	}

	#item1_arrow,
	#item2_arrow,
	#item3_arrow,
	#item4_arrow {
		width: 10px;
		height: 10px;
	}

	.arrow_decorated {
	position: relative;
	border-width: 4px 4px 0 0;
	left: 0px;
	top: -3px;
	}

	div.portfolio-item {
		padding: 20px 100px 10px 100px;
	}


	div.portfolio-title {
	font-size: 40px;	
	}


}




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

	#item1_arrow,
	#item2_arrow,
	#item3_arrow,
	#item4_arrow {
		width: 10px;
		height: 10px;
	}

	.arrow_decorated {
	position: relative;
	border-width: 4px 4px 0 0;
	left: 0px;
	top: -5px;
	}


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

	div.portfolio-title {
	font-size: 46px;	
	}

}





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

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

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


.copyright {
text-align: center;
padding: 20px;
font-size: 14px;
color: #4b4b4b;
font-family: 'SourceCode', Helvetica, Arial, sans-serif;	
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);	
}


/* BACAK TO TOP BUTTON CSS */

#button {
  display: inline-block;
  background-color: #7C8C70;
  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;
}
#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: #35402D;
}
#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;
}