@font-face {
  font-family: "Akzidenz-Grotesk Pro";
  src: url("/media/videos/akzidenzgroteskpro-it.ttf");
}

@font-face {
  font-family: "Akzidenz-Grotesk Pro Regular";
  src: url("/media/videos/akzidenzgroteskpro-regular.ttf");
}

.nav-main {
  margin-top: 25px;
}

.card-body {
  padding: 12px;
}

.card-image {
    width: 100%;
    height: 100%;
}

.img-cover {
  object-fit: cover;
}

.card-title a {
  text-decoration: none;
  color: #000;
}

.table {
  margin: 0;
}

.card-text {
  margin-bottom: 6px;
}

.table tr:last-child td, .table tr:last-child th {
  border-bottom: 0;
}

.table-sm {
  font-size: 14px;
}

.card-with-text .card-body {
  padding: 16px;
}

footer, footer a, footer a:visited {
    color: #666;
    text-decoration: none;
}

footer a:hover {
    color: #000;
}

.footer {
    text-align: right;
    border-top: 1px solid #ccc;
    margin: 30px 0 30px 0;
    padding-top: 20px;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: square outside;
  display: inline-block;
}

.footer-links::after {
  content: '';
  display: block;
  clear: both;
}

.footer-links li {
  margin-right: 30px;
  list-style: square;
  float: left;
}

.footer-links li:first-child {
  list-style: none;
  margin-right: 30px;
  float: left;
}

.no-border {
  border: none !important;
}

.alerts-no-margin .alert {
  margin-bottom: 0 !important;
}

.td-fit {
  width: 1%;
  white-space: nowrap;
}