@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-size:16px;
}

h1 {
	font-family: 'Nunito', sans-serif;
	font-size:3em;
}

p {
	font-family: 'Nunito', sans-serif;
	letter-spacing:1px;
	line-height:155%;
	font-size:0.95em;
	
}

nav {
	background-color:white;
	width:100%; /*panjang menu navigasi*/
	height:100px;
	z-index:100;
	font-family: 'Nunito', sans-serif;
	font-weight:700;
	position:fixed;
	top:0;
}

nav .logo {
	width:4em;
	height:auto;
	padding-top:1.1875em;
	padding-left:7.5em;
	z-index:100;
}

nav select {
	display: none;
}

.smallnav {
	display:none;
}

@media only screen and (max-width:667px) {
	nav {
		height:100px;
	}
	
	nav .logo{
		width:2em;
		margin: 0.4% 7% 0% 15%;
	}
	
	.menu {
	font-size:0.8em;
	max-width: 2em;
	color: black;
	display: flex;
	flex-direction:row;
	position:relative;
	padding: 0.8em;
	margin:-1.5em 0 0 35%;
	}
	
	#landingpage h1 {
	font-size:2em;
	text-align:center;
	}
	
	.smallnav {
	visibility:visible;
}

}

ul {
	display: inline-flex;
	position: absolute;
	top: 1px; /*jarak menu dari top*/
	right: 7.5em;
	z-index: 100;
	height: 29px;
}


.menu li {
	max-width: 4.375em;
	background-color: white;
	color: black;
	display: inline-flex;
	flex-direction:row;
	margin-right: 1.4em;
	margin-left: 1.4em;
	padding-right: 0.1em;
	padding-left: 0.1em;
	padding-top: 1.5em;
	padding-bottom:1.5em;
	z-index:100;
}

.menu li:hover {
	border-bottom:1px solid black;
}

.active {
	border-bottom:1px solid black;
}

/*LANDINGPAGE*/
#landingpage {
	width:100%;
	height:auto;
	overflow:hidden;
}

.landingpic {
	width:auto;
	min-height:950px;
	z-index:2;
	margin:0px auto;
	background-image:url(Images/Main-picture.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#landingtext {
	text-align:center;
	background-color: rgba(255, 255, 255, 0.7);
	width:40%;
	padding:3em;
	position: absolute;
	top:35%;
  	left: 0; 
 	right: 0; 
 	margin: auto;
}

#landingpage hr { 
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	width:350px;
}

@media screen and (max-width: 768px) {
	#landingpage hr {
		width:80%;
	}
}

/*BRIEF INTRODUCTION LINKS*/
#briefintro {
	width:100%;
	height:1000px;
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:flex-start;
}

.briefweb {
	width:70%;
	height:30%;
	padding-top: 7%;
	margin: auto;
	position:relative;
}

#webillustration {
	position:absolute;
	top:30%;
	left:70%;
	width:40%;
	height:auto;
}

.briefweb h1 {
	width:10em;
	height:auto;
	padding:0;
	position:absolute;
	top:130px;
	left:300px;
	line-height:120%;
	letter-spacing:2px;
	font-size:2.5em;
}

.briefweb hr {
	width:20%;
	position:relative;
	top:-320px;
	left: 195px;
	
}

.briefweb p {
	position:absolute;
	top:270px;
	padding-left:370px;
}

.briefweb .workbutton:hover {
	border-bottom:1px solid black;
	padding:0 0 4px 0;
}

.briefillust {
	width:70%;
	height:30%;
	padding-top: 10%;
	margin: auto;
	position:relative;
}

#ilusilus {
	position:absolute;
	top:0;
	left:80%;
	width:20%;
	height:auto;
}

.briefillust h1 {
	width:10em;
	height:auto;
	padding:0;
	position:absolute;
	top:180px;
	left:300px;
	line-height:120%;
	letter-spacing:2px;
	font-size:2.5em;
}

.briefillust hr {
	width:24%;
	position:relative;
	top:-300px;
	left: 280px;
} 

.briefillust p {
	position:absolute;
	top:270px;
	padding-left:370px;
}

.briefillust .workbutton:hover {
	border-bottom:1px solid black;
	padding:0 0 4px 0;
}

.workbutton {
	font-family: 'Nunito', sans-serif;
}

@media screen and (max-width: 834px) and (min-width: 768px) {
	.briefweb p {
	position:absolute;
	top:244px;
	padding-left:370px;
	}
	
	.briefillust p {
	position:absolute;
	top:244px;
	padding-left:370px;
	}
	
	.briefweb hr {
	width:20%;
	position:relative;
	top:-310px;
	left: 195px;
	}
}

@media screen and (max-width: 768px) and (min-width: 414px) {
	.webpic,
	.illustpic {
		width:50%;
		height:auto;
	}
	
	.briefweb h1 {
		font-size: 1.7em;
		top: 45px;
		left: 250px;
	}
	
	.briefillust h1 {
		font-size: 1.7em;
		top: 60px;
		left: 250px;
	}
	
	.briefweb p {
	position:absolute;
	top:120px;
	padding-left:290px;
	font-size:0.8em;
	}
	
	.briefillust p {
	position:absolute;
	top:100px;
	padding-left:290px;
	font-size: 0.8em;
	}
	
	.briefillust {
		padding-top: 0;
		margin-top:0;
	}
	
	.briefweb {
		padding-top: 0;
		margin-top:8%;
		margin-bottom:15%;
	}
	
	.briefweb hr {
	width:20%;
	position:relative;
	top:-260px;
	left: 120px;
	}
}

@media screen and (max-width: 414px) and (min-width: 300px) {
	.webpic,
	.illustpic {
		width:97%;
		height:auto;
	}
	
	.briefweb {
		padding-bottom: 250px;
	} 
	
	.briefweb h1 {
		font-size: 1.7em;
		position:relative;
		top: -7px;
		left: 0;
	}
	
	.briefweb h1 br {
		display:none;
	}
	
	.briefweb hr {
		visibility:hidden;
	}
	
	.briefweb p {
		position:relative;
		top:-30px;
		padding-left:0;
		font-size:0.8em;
	}
	
	.briefillust h1 {
		font-size: 1.7em;
		position:relative;
		top: -10px;
		left: 0;
	}
	
	.briefillust p {
		padding-left:0;
		position:relative;
		top:-32px;
		font-size:0.8em;
	}
	
	#webillustration {
		display:none;
	}
	
	#ilusilus {
		display:none;
	}
}

#footer {
	padding: 40px;
	width:70%;
	height:70px;
	background-color:white;
	border-top-color:black;
	border-top: 1px solid;
	margin:150px auto 0 auto;
	position:relative;
}

#footer img {
	padding-right:40px;
}

#footer h5 {
	letter-spacing:1px;
	font-family: 'Nunito', sans-serif;
}

#footer p {
	text-align:right;
	position:absolute;
	top:70px;
	right:40px;
	font-size:0.8em;
	letter-spacing:1px;
}

@media screen and (max-width: 769px) and (min-width: 415px) {
	#footer {
		margin:-90px auto 0 auto;
	}
	
	#footer p {
		text-align:right;
		font-size:0.65em;
		top:75px;
	}
}

@media screen and (max-width:414px) {
	#footer {
		margin: 295px auto 0 auto;
	}
	
	#footer img {
		display: inline-flex;
    	justify-content: space-between;
	}
	
	#footer p {
		text-align:left;
		top:70px;
		padding:40px;
	}
}


/*==========ABOUT PAGE==========*/

#aboutme {
	width:70%;
	height:30%;
	padding-top: 12%;
	padding-left:10%;
	margin: auto;
	position:relative;
}

#aboutme h1 {
	width:10em;
	height:auto;
	padding:0;
	position:absolute;
	top:200px;
	left:440px;
	line-height:120%;
	letter-spacing:2px;
	font-size:2.5em;
}

#aboutme hr {
	width:30%;
	position:relative;
	top:-520px;
	left: 195px;
	
}

#aboutme p {
	position:absolute;
	top:325px;
	padding-left:370px;
	padding-right:10%;
}

#footerabout {
	padding: 40px;
	width:70%;
	height:70px;
	background-color:white;
	border-top-color:black;
	border-top: 1px solid;
	margin:20px auto 0 auto;
	position:relative;
}

#footerabout img {
	padding-right:40px;
}

#footerabout h5 {
	letter-spacing:1px;
	font-family: 'Nunito', sans-serif;
}

#footerabout p {
	text-align:right;
	position:absolute;
	top:70px;
	right:40px;
	font-size:0.8em;
	letter-spacing:1px;
}

@media screen and (max-width:415px) and (min-width:300px) {
	.selfportrait {
	width:90%;
	height:auto;
	position:relative;
	top:88px;
	}
	
	#aboutme h1 {
		position:relative;
		font-size:1.8em;
		top:1px;
		left:0;
		letter-spacing:1px;
	}
	
	#aboutme p {
		position:relative;
		top:0px;
		padding-left:0;
	}
	
	#aboutme hr {
		display:none;
	}

	#footerabout {
	margin-top:20px;
	}
	
	
	#footerabout p {
		text-align:left;
		top:70px;
		padding:40px;
	}
}

/*END OF ABOUT PAGE*/

/*CONTACTME PAGE*/

#contactme {
	width:70%;
	height:30%;
	padding-top: 12%;
	padding-left:10%;
	margin: auto;
	position:relative;
}

#contactme h1 {
	width:10em;
	height:auto;
	padding:0;
	position:absolute;
	top:190px;
	left:423px;
	line-height:120%;
	letter-spacing:2px;
	font-size:2.5em;
}

#contactme hr {
	width:20%;
	position:relative;
	top:-380px;
	left: 195px;
}

#contactme p {
	position:absolute;
	top:315px;
	padding-left:370px;
	padding-right:10%;
}

.contacts {
	margin-left:0;
}

.contactdesc img .telp {
	position:relative;
	top:0px;
	padding:0;
	margin:0;
}

#footercontact {
	padding: 40px;
	width:70%;
	height:70px;
	background-color:white;
	border-top-color:black;
	border-top: 1px solid;
	margin:70px auto 0 auto;
	position:relative;
}

#footercontact img {
	padding-right:40px;
}

#footercontact h5 {
	letter-spacing:1px;
	font-family: 'Nunito', sans-serif;
}

#footercontact p {
	text-align:right;
	position:absolute;
	top:70px;
	right:40px;
	font-size:0.8em;
	letter-spacing:1px;
}

@media screen and (max-width:415px) and (min-width:300px) {
	.contactpic {
	width:90%;
	height:auto;
	position:relative;
	top:80px;
	}
	
	#contactme h1 {
		position:relative;
		font-size:1.8em;
		top:2em;
		left:0;
		letter-spacing:1px;
	}
	
	#contactme p {
		position:relative;
		top:4em;
		padding-left:0;
	}
	
	#contactme hr {
		display:none;
	}

	#footercontact {
	margin-top:5em;
	}
	
	
	#footercontact p {
		text-align:left;
		top:70px;
		padding:40px;
	}
}

/*WORK DETAIIIIIILLLLLL*/
#workdetails .part1 {
	width:70%;
	height:30%;
	padding-top: 20%;
	padding-left:10%;
	margin: auto;
	position:relative;
}

.part1 h1 {
	width:10em;
	height:auto;
	padding:0;
	position:absolute;
	top:300px;
	left:423px;
	line-height:120%;
	letter-spacing:2px;
	font-size:2.5em;
}

.part1 .description {
	position:absolute;
	top:415px;
	padding-left:370px;
	padding-right:10%;
}

.worktype {
	width:70%;
	height:auto;
	position:relative;
	padding:auto;
	margin:0 auto 0 auto;
	background-color:#CCC;
}

.part2 {
	display:inline-flex;
	width:70%;
	height:10%;
	padding-left:20%;
}

.part2 .category{
	position:relative;
	width:70%;
	height:10%;
	margin:auto;
	top:-37em;
}

#workdetails .backbutton {
	background-color:none;
	padding-right:14%;
	position:relative;
	left:0px;
	text-align:right;
}

.backbutton:hover {
	text-decoration:underline;
}

/*SLIDE SHOWWWWWWWW*/
/* Slideshow container */
.slideshow-container {
  max-width: 750px;
  max-height: 500px;
  position: relative;
  margin: auto;
}

.slideshow-container img {
	width:750px;
	height: 500px;
	margin-left:auto;
	margin-right:auto;
	
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(275,275,275,0.8);
}

/* Caption text */
.text {
  color: #333;
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: 'Nunito', sans-serif;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 7px;
  width: 7px;
  margin: 0 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

@media screen and (max-width:415px) and (min-width:200px) {
	.part1 img {
		width:90%;
		height:auto;
		position:relative;
		top:60px;
	}
	
	.part1 h1 {
		font-size:2em;
		position:relative;
		top:1.6em;
		left:0;
	}
	
	.part1 .description {
		position:relative;
		top:3em;
		padding-left:0px;
		padding-right:0;
	}
	
	.part2 {
		position:absolute;
		display:block;
		margin-top:26em;
		left:0;
	}
	
	.part2 .category{
		position:relative;
		width:70%;
		height:80%;
		margin:auto;
		top:0em;
		left:-2em;
		bottom:0em;
	}
	
	#workdetails .backbutton {
		display:none;
	}
	
	.slideshow-container {
 		max-width: 415px;
  		max-height: 277px;
  		position: relative;
  		margin: auto;
		top:5em;
	}

	.slideshow-container img {
		width:415px;
		height: 277px;
		margin-left:auto;
		margin-right:auto;
}


/*WORK PAGEEEEEEEEEEEEEEEEE*/
/* Dropdown Button */