<link href="css/lightbox.css" rel="stylesheet" />
span.badge.bg-danger.featured-article-badge {display:none;}
.article-list .article {border:none;}
.wrap-div {display: flex; align-items: center; line-height: 2em;}
.text-div {width: 33%;}
.logo-footer {max-width: 120px;}
@media screen and (max-device-width: 550px) {
.logo-footer {max-width: 100px; margin: 0 auto 1% auto;}
.wrap-div {display: block; line-height: 1.5em;}
.text-div {width: 100%;}
}
.l1 {display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.l2 {padding:2%;
     margin:auto;}
.l3 {display: flex;
    max-width: calc(20% - 10px);
    min-width: 200px;
    min-height: 90px;
    align-items: center;
    text-align: center;
    border-radius: 20px;
    corner-shape: superellipse(1.6);
    background-color: #555;
    color: white;}
.l3:hover {color:white;background:#733;}
.up {text-transform: uppercase;}
.b {font-weight:600;}
.cent {text-align: center;}
li {padding-bottom:0.5em;}
.ph {
  display: flex;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-width: 300px;
  min-height: 400px;
  align-items: center;
  text-align: center;
  border-radius: 20px;
  corner-shape: superellipse(1.6);
}
.ph-s {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #fff;
  padding: 10px;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
  font-size: 14pt;
  line-height: 1;
  border-radius: 0 0 20px 20px;
  corner-shape: superellipse(1.6);
}