* {
  font-family: "Nunito Sans", sans-serif !important;
}

h1, h2, h3, h4, h5 {
  color: #444;
  font-family: "Neuton", serif !important;
}

.content {
  padding-top: 14vh;
}

#full-image-preview {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
#full-image-preview img {
  border-radius: 10px;
  max-height: 70vh;
}
#full-image-preview .close-button {
  position: absolute;
  top: 10vh;
  right: 10vh;
  width: 2.5rem;
  height: 3rem;
  z-index: 999999999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
#full-image-preview .close-button span {
  background: #FFF;
  width: 100%;
  height: 3px;
}
#full-image-preview .close-button span:nth-child(1) {
  transform: rotate(45deg);
}
#full-image-preview .close-button span:nth-child(2) {
  transform: rotate(-45deg) translateY(-3px) translateX(2px);
}

.email-navbar a:hover {
  color: #EEE !important;
}

.pt-4-5 {
  padding-top: 2rem;
}

@media screen and (min-width: 992px) {
  .pt-lg-4-5 {
    padding-top: 2rem !important;
  }

  .w-lg-100 {
    width: 100%;
  }

  .w-lg-50 {
    width: 50% !important;
  }
}
@media screen and (max-width: 991px) {
  .w-md-100 {
    width: 100%;
  }
}
.p-4-5 {
  padding: 2rem;
}

.mt-4-5 {
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .kepsek-sambutan-photo {
    width: 15rem;
  }
}
.h-1-2 {
  font-size: 2.5rem !important;
}

.mt-5-5 {
  margin-top: 3.5rem;
}

.mt-6 {
  margin-top: 4rem;
}
