
* {
  font-family: Nunito;
}

a:hover {
  text-decoration: none;
}

html, body {
  width: 100%;
  overflow-x: hidden;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

 /* Navbar */

 .navbar-brand {
   font-size: 25px;
 }

 .nav-link {
   font-size: 18px;
 }

.img-home {
  background-image: url(../img/vihara/utama.png);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.img-home:after {
    content: '';
    position: absolute;
    width: 100%;
    height:100%;
    bottom: 0;
    background:rgba(0,0,0,0.4);
}

.text-img-home {
  color: #fff;
  font-size: 24pt;
  font-weight: bold;
  text-shadow: 2px 2px 4px #777;
  margin-bottom: 2%;
}

.no-shadow {
  text-shadow: none !important;
}

.relative-front {
  position: relative;
  z-index: 1;
}

/* Content Home */

.bg-toska {
    background-color: #009688;
    color: #fff !important;
}

.card-event {
  max-height: 50vh;
  overflow: hidden;
}
.card-artikel {
  overflow: hidden;
}
.card-tentang {
  height: 200px;
  overflow: hidden;
  text-align: center;
  background-color: #d4206a;
  color: #fff;
  border-radius: 5px;
  padding-top: 7vh;
}
.card-tentang:hover {
  color: #fff;
  background-color: #c92060;
}
.card-kegiatan {
  padding: 1% 5% 1% 2%;
  border-left: 10px solid #3388dd;
}

.thumbnail {
  max-height: 300px;
  object-fit: cover;
}

/* Footer */

.footer {
  float: left;
  background-color: #455a64;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-top: 10%;
  padding: 20px;
}

/* Auth*/

.bg-vihara {
  background-image: url(../img/vihara/login.png);
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  position: relative;
}

.bg-vihara:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background:rgba(0,0,0,0.4);
    z-index: -1;
}

.datatr input {
  min-width: 180px;
}


/* Responsive */

@media (min-width: 992px) {
  .navbar > * {
    font-weight: bold;
    text-shadow: 2px 2px 4px #666;
    z-index: 1;
  }

  .navbar-brand, .nav-link {
    color: #fff !important;
  }

  .nav-link:hover {
    background-color: rgba(0,0,0,0.2);
    border-radius: 5px;
  }

  .img-home {
    margin-top: -75px;
  }

}

@media (max-width: 992px) {
  .img-home {
    background-image: url(../img/vihara/utamamobile.png);
  }
}
