.topnav {
  overflow: hidden;
  background-color: #04aa6d;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04aa6d;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.png {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/MakinaNeredeTransparan.png);
  background-size: cover;
  height: 53.5px;
  width: 190px;
  margin-right: 100px;
}
.others {
  width: 100px;
}
/* Slideshow Begin */
.slide {
  vertical-align: middle;
}
.mySlides {
  display: none;
}

.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 3s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 5s;
}

@keyframes fade {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}

/* Slideshow End */

/* Footer Begin */
.footer {
  padding: 10rem 3rem;
  background-color: #37383d;
  height: 100px;
  margin-top: 10px;
}

.footer__nav {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.footer__item {
  margin-right: 4rem;
}

.footer__link {
  font-size: 1.6rem;
  color: #eee;
  text-decoration: none;
}

.footer__logo {
  height: 5rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 5rem;
}

.footer__copyright {
  font-size: 1.4rem;
  color: #aaa;
  text-align: center;
}

.footer__copyright .footer__link {
  font-size: 1.4rem;
}

/* Footer End*/

/* Grid */
.grid {
  width: auto;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  justify-content: center;
  justify-items: start;
  align-content: center;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  display: grid;
  grid-auto-columns: 1fr;
  font-family: Manrope, sans-serif;
  color: #212d40;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.feature-container {
  display: flex;
  margin-right: 40px;
  margin-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  color: #212d40;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

.grid__img {
  max-width: 100%;
  display: inline-block;
  border: 0;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.paragraph.centered {
  margin-bottom: 0px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Manrope, sans-serif;
  color: #7a818c;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
}
