@font-face {
  font-family: MadeGentle;
  src: url(font/MadeGentle.otf);
}

.navbar-brand {
  font-family: "MadeGentle", sans-serif;
}
.jumbotron {
  padding-top: 5rem;
  background-color: #d8f0b7;
}

#LL {
  background-color: #d8f0b7;
}

#LL h2 {
  margin-top: 20px;
}

.footer {
  background-color: #d8f0b7;
  text-align: center;
}

.contact-left {
  flex-basis: 60%;
}

.contact-right {
  flex-basis: 40%;
  margin-top: 30px;
}

#chatbot {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

section {
  padding-top: 5rem;
}

.row .card:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  transform: scale(1.03);
}

.nav-item:hover {
  transform: scale(1.05);
}

.the-end {
  text-align: center;
  background-color: #d8f0b7;
}

.logo_sosmed {
  padding-bottom: 2rem;
}

.logo_sosmed .logososmed .ig:hover {
  transform: scale(1.05);
}

.logo_sosmed .logososmed .email:hover {
  transform: scale(1.05);
}

/* SLIDESHOW */
* {
  box-sizing: border-box;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Hide the images by default */
.mySlides {
  display: none;
}

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

/* 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(0, 0, 0, 0.8);
}

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

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

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