
/**
* Nav Sosmed
*/
.preheader {
  background-color: #000;
  border-bottom:2px solid #ff0000;
  text-decoration: none;
}

.wrap-sosmed {
  padding: 10px 2vw;
  display: flex;
  justify-content: space-between;
}

.wrap-sosmed .nav-contact a {
  color: #ffffff;
}

.wrap-sosmed .nav-contact a:last-child {
  margin-left: 20px;
}
.wrap-sosmed .nav-contact a .email-logo {
  margin-right: 10px;
}

.wrap-sosmed .social {
}
.wrap-sosmed .social a {
  margin-right: 10px;
  color: #ffffff;
}

.link-post {
  text-decoration: none;
  color: inherit;
}

.post {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 240px;
    margin-bottom: 30px;
    overflow: hidden;
}

.post-title {
  text-align: center;
  font-weight: 400;
  font-size: larger;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.post-list {
  list-style: none;
}

.post-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.btn-more-post {
  text-align: center;
  margin-bottom: 50px;
}

.title-jumbo {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../assets/images/mosaic_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

.title-jumbo-post {
  padding-top: 30px;
  padding-bottom: 30px;
  background: url("../assets/images/mosaic_1.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: center;
}

.info-post {
  display: flex;
  justify-content: center;
  margin: 30px;
  font-size: 24px;
  font-weight: bold;
}

.info2-post {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

.isi-post {
  text-align: justify;
}

.isi-post img {
  max-width: 80%;
  max-height: 80%;
  text-align: center;
  margin:auto;
  padding: 30px;
}

img {
  max-width: 1000px;
  display: block;
  align-items: center;
}

.nav-link {
  text-transform: uppercase;
}
