/* indexstyle */

@font-face {
  font-family:EngraversGothic;
  src: url(../font/EngraversGothic.ttf);
}

body{
	
}


.gradientslider1{
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(92,168,160,0) 80%, rgba(61,152,142,1) 95%, rgba(51,146,136,1) 100%);
}
.fontjudul {
    font-family: EngraversGothic;
    font-size: 4rem;
    line-height: 3rem;
	letter-spacing:3px;
}
.fontfooter {
    font-family: EngraversGothic;
}
.buttonlink1{
	text-decoration:none;
	color:white;
}
.buttonlink1:hover{
	text-decoration:none;
	color:#D2BF70;
}
.buttonlink2{
	text-decoration:none;
	color:white;
}
.buttonlink2:hover{
	text-decoration:none;
	color:#339288;
}
.gradientproduct1{
	background: rgb(198,198,198);
	background: linear-gradient(180deg, rgba(198,198,198,1) 0%, rgba(198,198,198,0.7091211484593838) 10%, rgba(198,198,198,0.3113620448179272) 20%, rgba(198,198,198,0) 40%, rgba(255,255,255,0) 100%);
}