@font-face {
  font-family: Akira;
  src: url("../font/Akira Expanded Demo.otf");
  font-style: normal;
  font-display: swap;
}

#carousel-frontpage {
  height: 65vh;
}

#carousel-frontpage .carousel-item img {
  height: 65vh;
  object-fit: cover;
}

#carousel-frontpage .carousel-item .after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0 ,0 ,0 ,0.6));
}

.font-weight-light {
  font-weight: 300 !important;
}

.btn-primary {
  background-color: #162541;
  border-color: #162541;
}

.bg-home, .bg-light {
  background-color: #D9EFFA;
  border-color: #D9EFFA;
}

.bg-touchscreens, .btn-touchscreens {
  background-color: #E6007E;
  border-color: #E6007E;
}

.text-touchscreens {
  color: #E6007E !important;
}

.bg-signage, .btn-signage {
  background-color: #00B0DB;
}

.text-signage {
  color: #00B0DB !important;
}

.bg-narrowcasting, .btn-narrowcasting {
  background-color: #76B729;
  border-color: #76B729;
}

.text-narrowcasting {
  color: #76B729 !important;
}
.footer-clean {
  padding: 50px 0;
  background-color: #fff;
  color: #4b4c4d;
}

.footer-clean h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-clean ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-clean ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-clean ul a:hover {
  opacity: 1;
}

.footer-clean .item.social {
  text-align: right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align: center;
  }
}

.footer-clean .item.social > a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin-left: 10px;
  margin-top: 22px;
  color: inherit;
  opacity: 0.75;
}

.footer-clean .item.social > a:hover {
  opacity: 0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top: 40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top: 10px;
  }
}

.footer-clean .copyright {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 13px;
  opacity: 0.6;
}

.blog-entry-thumb>img {
  display: block;
  width: 100%;
}

.blog-entry-thumb {
  display: block;
  position: relative;
  border-radius: .4375rem;
  overflow: hidden;
  height: 350px;
  background-position: center;
  background-size: cover;
}

.blog-entry-meta-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .375rem .625rem;
  border-radius: .25rem;
  background-color: rgba(255,255,255,.8);
  color: #4b566b;
  text-decoration: none !important;
  z-index: 5; 
}

.blog-entry-meta-label svg {
  margin-bottom: 4px;
}

.blog-entry-meta-link {
  display: inline-block;
  color: #d9e1e9 !important;
  font-weight: normal;
  text-decoration: none;
}

.blog-entry-title>a {
  text-decoration: none !important;
  line-height: 1.3;
}

.blog-entry-meta-divider {
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 1rem;
  background-color: #d9e1e9;
  vertical-align: middle;
}