h1 {
  font-size: 30px;
  font-weight: bold;
}

p {
  margin: 0 0;
}

.btn {
  border: 1px solid #43ae71;
  border-radius: 0;
  color: #43ae71;
  transition: .4s;
}

.btn:hover {
  background: #43ae71;
  color: #ffffff;
}

.card {
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.landing-hr {
  width: 140px;
  border-bottom: 3px solid #43ae71;
  margin: 0 auto 0 0;
}

@media (max-width: 767.98px) {
  .title-header {
    font-size: 22px;
  }
}


/* END FIXER */

.hero {
  width: 100%;
  height: 560px;
}

.hero img {
  width: 100%;
  height: 660px;

}


@media (max-width: 767.98px) {
  .hero {
    height: auto;
  }

  .hero img {
    height: auto;
  }
}

/* Program Sarjana */

.program-sarjana {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  height: 180px;
}

.program-sarjana p {
  margin: 0 0;
}

.program-sarjana a {
  color: #343A40;
}

.program-sarjana a:hover {
  color: #43ae71;
}

.program-sarjana .body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 170px;
}

.program-sarjana .alias {
  font-size: 30px;
  font-weight: 600;
  padding: 0 20px;
}

.program-sarjana .title {
  font-size: 26px;
  font-weight: 600;
  text-transform: capitalize;
}

.program-sarjana .footer1 {
  width: 100%;
  height: 10px;
  display: flex;
  background: #43ae71;
}

.program-sarjana .footer2 {
  width: 100%;
  height: 10px;
  display: flex;
  background: #43ae71;
}

.program-sarjana .footer3 {
  width: 100%;
  height: 10px;
  display: flex;
  background: rgb(11, 112, 55);
}

@media (max-width: 767.98px) {
  .program-sarjana {
    margin: 20px 0 0 0;
    height: auto;
  }

  .program-sarjana .alias {
    font-size: 24px;
  }

  .program-sarjana .body {
    padding: 10px 0;
    height: auto;
  }
  
  .program-sarjana .title {
    font-size: 18px;
  }

  .program-sarjana .desc {
    font-size: 14px;
  }
}

/* Informasi */

.informasi {
  margin-top: 100px;
}

.informasi h1 {
  font-weight: 400;
}

.informasi span {
  font-weight: 600;
}

.informasi .parallax {
  background-image: url('/assets/front/media/backside.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 340px;
}

.informasi .parallax .high-layer {
  background: rgba(53, 169, 38, 0.171);
  height: 100%;
}

@media (max-width: 767.98px) {
  .informasi {
    margin-top: 80px;
  }
  
  .informasi .parallax {
    height: 170px;
  }
}

/* Pengumuman */

.pengumuman {
  margin-top: 50px;
}

.pengumuman .card {
  height: auto;
}

.pengumuman .card:hover {
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.pengumuman .card h2 {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pengumuman .card h2 {
  font-size: 20px;
  font-weight: 600;
}

.pengumuman .card small {
  font-weight: bold;
}

.pengumuman .card .card-footer {
  padding: 7px 7px;
  border-radius: 0;
  background: #43ae71;
  color: #ffffff;
}

.pengumuman a {
  color: #343A40;
}

.pengumuman a:hover {
  color: #43ae71;
}

.pengumuman a.btn {
  color: #43ae71;
}

.pengumuman a.btn:hover {
  color: rgb(255, 255, 255);
}

@media (max-width: 767.98px) {
  .pengumuman {
    margin-top: 40px;
  }

  .pengumuman .card h2 {
    font-size: 18px;
    font-weight: 600;
  }

  .pengumuman .ig{
    margin: 16px;
    flex: 100%;
  }
}

/* Berita */

.berita {
  margin-top: 50px;
}

.berita .card {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
}

.berita a {
  color: #343A40;
  margin: 16px;
}

.berita a:hover {
  color: #43ae71;
}

.berita a.btn {
  color: #43ae71;
}

.berita a.btn:hover {
  color: rgb(255, 255, 255);
}

.berita h2 {
  font-size: 20px;
  font-weight: 600;
}

.berita span {
  font-weight: bold;
}

.berita .card-img {
  width: 30%;
  height: 150px;
  float: left;
}

.berita .card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.berita .card-body {
  width: 70%;
}

.berita .card-footer {
  width: 100%;
}

.berita p {
  margin: 16px;
}

@media (max-width: 767.98px) {
  .berita {
    margin-top: 40px;
  }

  .berita h2 {
    font-size: 18px;
  }

  .berita .card-img {
    width: 100%;
    height: 150px;
  }

  .berita .card-body {
    width: 100%;
  }

  .berita p {
    margin: 16px;
  }
}

/* Tautan */

.tautan {
  margin-top: 100px
}

.tautan .card {
  width: 240px;
  height: 70px;
  margin: 28px;
}

.tautan .card:hover {
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tautan .card .card-img {
  width: 90%;
  height: 100%;
  margin: 8px;
}

.tautan .card img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tautan p{
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .tautan {
    margin-top: 80px;
  }

  .tautan .card {
    margin: 26px auto;
  }

  .tautan .card .card-img {
    width: 90%;
    height: 90%;
    margin: 8px;
  }
}

@media only screen and (max-width: 767.98px) {

   h1 {
      font-size: 22px;
   }
}

/* Footer */

.footer {
  margin-top: 100px;
  background: rgb(29, 30, 31);
  color: #ffffff;
}

.footer a {
  color: #ffffff;
}

.footer h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 16px;
}

.footer ul {
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  display: inline-block;
}

.footer li {
  padding: 5px 0;
  transition: .4s;
}

.footer li::before {
  content: '\f105';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin: 0 10px 0 0;
  transition: .4s;
}

.footer li:hover::before {
  margin: 0 5px 0 0;
}

.footer li:hover {
  margin: 0 0 0 10px;
}

.footer ul a:hover {
  text-decoration: none;
  color: #43ae71;
}

.footer .copy {
  padding: 10px 0;
}

.footer .copy p {
  text-align: center;
  font-size: 14px;
}

.footer .copy span {
  font-weight: bold;
}