/* PAGE STYLES ============================================= */
body {
  background-color: #bbbbbb;
  background-image: url("/assets/imgs/site/blp/blc-bk-page.jpg");
}

header {
  background-color: #59779b;
}








/* POST STYLES ============================================= */
.post a {
  text-decoration: none;
  color: #25baf1;
}

.post a:hover {
  color: #324e76;
}


/* RESPONSIVE STYLES ======================================= */
/* Desktop */
@media (min-width: 768px) {
  header {
      background-image: url(/assets/imgs/site/blp/banner/bk1.jpg);
      background-position-y: 245px;
      background-position-x: -160px;
  }
}

/* Tablet */
@media (max-width: 768px) {
  header {
    background-image: url("/assets/imgs/site/blp/banner/bk1m.jpg");
    background-position-y: -65px;
    background-position-x: -160px;
  }
  .banner {
    gap: 1em;
    flex-direction: row-reverse;
  }
  .badge {
    display: none;
  }
}

/* Phone Landscape */
@media (max-width: 576px) {
  .icon {
    display: none;
  }
}