* {
  font-family: "Quicksand", sans-serif;
}

body {
  background-color: #f5f5f5;
}

nav {
  background-color: #f5f5f5 !important;
}

a {
  text-decoration: none !important;
}

nav li {
  padding-left: 15px;
}

nav li a {
  font-weight: 600;
}

.featured_image img {
  width: 100%;
  height: auto;
}

.content {
  padding: 0 30px !important;
}

.content p img {
  width: 100%;
  height: auto;
}

.content p {
  text-align: justify;
}

.list {
  margin-top: 1000px;
}

.active {
  color: #3db2ff !important;
}

.navbar-brand {
  font-weight: 600;
}

.bg-hero {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: -1;
  width: 100px;
}

.bg-hero2 {
  position: absolute;
  right: 0;
  bottom: 160px;
  z-index: -1;
  width: 100px;
}

.card-body a {
  text-decoration: none !important;
  font-weight: bold;
  color: black;
}

.button {
  background-image: linear-gradient(
    to right,
    rgba(45, 116, 213, 1) 11.2%,
    rgba(121, 137, 212, 1) 91.2%
  );
  border: none;
  color: white;
  padding: 12px 18px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

.tags {
  background-image: linear-gradient(
    to right,
    rgba(45, 116, 213, 1) 11.2%,
    rgba(121, 137, 212, 1) 91.2%
  );
}

.content p {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
}

.button:hover {
  color: white;
  box-shadow: 0px 3px 10px grey;
}

.bottom {
  font-weight: 600;
}

.author {
  font-size: 20px;
  font-weight: 600;
  opacity: 0.9;
}

.author img {
  width: auto !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 50% !important;
}

.my-sosmed a {
  padding: 0 5px;
  font-size: 25px;
}

.title-index {
  font-weight: 600;
  margin-bottom: 40px;
}

.strip {
  padding: 8px 0;
  background-color: #3db2ff;
  border-radius: 3px;
  z-index: -1;
  top: -56px;
  left: 35%;
  position: relative;
  width: 30%;
  opacity: 0.4;
}

.youtube {
  width: 100% !important;
  height: 500px !important;
}

.icon-sosmed {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

@media only screen and (max-width: 1440px) {
  .content {
    padding: 0 30px !important;
  }
  .bottom {
    padding: 0 115px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .content {
    padding: 0 25px !important;
  }
  .bottom {
    padding: 0 55px !important;
  }
  .strip {
    top: -58px;
    left: 30%;
    width: 40%;
  }
}

@media only screen and (max-width: 767.98px) {
  .content {
    padding: 0 20px !important;
  }
  .bottom {
    padding: 0 20px !important;
  }
  .hero {
    margin-top: 50px;
    margin-bottom: 80px;
  }

  .lead {
    margin-top: 30px;
    margin-bottom: 70px;
  }

  .bg-hero {
    position: absolute;
    right: -20px;
    bottom: 10px;
    z-index: -1;
    width: 130px;
  }

  .bg-hero2 {
    position: absolute;
    right: -20px;
    bottom: 150px;
    z-index: -1;
    width: 130px;
  }
  .strip {
    top: -58px;
    left: 28%;
    width: 45%;
  }
}

@media only screen and (max-width: 575.98px) {
  .hero {
    margin-top: 50px;
    margin-bottom: 90px;
  }

  .lead {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .bg-hero {
    position: absolute;
    right: 5px;
    bottom: 45px;
    z-index: -1;
    width: 120px;
  }

  .bg-hero2 {
    display: none;
  }
  .strip {
    top: -53px;
    left: 15%;
    width: 70%;
  }
}
