
.mouse-lewat td:hover{
	cursor: pointer;
}

.mouse-lewat-1 div:hover{
	cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

.table td.fit, 
.table th.fit {
  white-space: nowrap;
  width: 2%;
}

.teks_mempelai{
  font-family: "MonteCarlo";
  font-weight: 600;
  font-size: 3em;
}

.table-data{
  font-family: "Arial Narrow";
}

body{
  font-family: "Andada Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.area-dasar{
  /*background-image: url('../images/bg2.jpg');*/
  background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('../images/bg2.jpg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:bottom;
}

.btn_pink{
  background-color: pink;
  border-color: #FF69B4;
}

.btn_pink:hover{
  background-color: #FADADD ;
  border-color: #FF69B4;
}

.btn_pink:visited{
  background-color: pink;
  border-color: #FF69B4;
}

.item-kiri-tengah-2s{
  animation: slide_kiri_tengah_1 2s;
  
}

.item-kiri-tengah-2-5s{
  animation: slide_kiri_tengah_2 2.5s;
}

.item-fade-in-2s{
  animation: fade_in 2s;
}


@keyframes slide_kiri_tengah_1 {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}

@keyframes slide_kiri_tengah_2 {
  0% {
    transform: translate(-100%);
  }
  100% {
    transform: translate(0%);
  }
}

@keyframes fade_in {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
  
}
