body{
	font-family: 'Montserrat', sans-serif;
	background-color: #61006B;
	margin: 40px 57px 50px;
}


#header{
	background-color: #61006B;
	height: 90px;
	padding-top: 20px;
}

#logo img{
	height: 50px;
}
#menucontact a, #menuwork a, #menublog a{
	color: white;
	font-size: 15px;
	text-decoration: none;
}

#menucontact, #menuwork, #menublog {
	padding-top: 10px;
}



#menucontact:hover, #menuwork:hover, #menublog:hover{
	color: white;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:0.3px;
	font-size: 15px;
}	

/*#menuabout{
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff;
	font-size: 15px;
}*/

#menuabout a{
	color: white;
	-webkit-text-fill-color:transparent;
	-webkit-text-stroke-width:0.3px;
	font-size: 15px;
	text-decoration: none;
}	
#menuabout{
	padding-top: 10px;
}



#about{
	font-size: 75px;
	color: #FFA200;
	font-weight: bold;
	margin-top: 70px;
}


#c{
	margin-top: 25px;
}
#about1{
	font-size: 40px;
	color: #FFA200;
	text-align: right;
}

#aboutimg{
	position: relative;
	height: 400px;
}

#aboutimg img{
	position: absolute;
	height: 400px;
	transition: opacity 0,3s ease-in-out;
}

#aboutimg .gambar2:hover{
	opacity: 0;
}

#about2{
	font-size: 15px;
	color: #FFA200;
	padding-top: 145px;
}

#d{
	margin-top: 35px;
}
#about3, #about4{
	font-size: 15px;
	color: #FFA200;
}


hr{
	margin-top: 50px;
	border-top: 2px solid white;
}


.fa-instagram, .fa-behance, .fa-linkedin {
	height: 15px;
  	color: white;
  	padding: 0 10px;
}

#footer{
	font-size: 15px;
	color: white;
}

@media (max-width: 576px) {
	#about2{
		padding-top: 0px;
	}
}
