:root {
  --jumbotron-padding-y: 3rem;
}

#logo {
  margin-top: 50px;
  width: 300px;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: calc(var(--jumbotron-padding-y) * 2);
    padding-bottom: calc(var(--jumbotron-padding-y) * 2);
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron-heading {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.photo {
  width: 300px;
  height: auto;
}

[data-role="model"] {
  display: none;
}

.user-photo {
  width: 100%;
  display: block;
  aspect-ratio: 194 / 260;
  object-fit: cover;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-text {
  white-space: pre;
}

.text-muted {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  box-sizing: border-box;
  display: block;
}
.text-muted.small {
  font-size: 75%;
}

.category {
  padding: 60px 0 30px;
  display: block;
  text-align: center;
}

@page {
  size: A4;
  margin: 20px 0;
}

.pagebreak {
  display: none;
}

@media print {
  .pagebreak {
    display: block;
    page-break-before: always;
    height: 30px;
  }
  .hide-print {
    display: none;
  }
  .bg-light {
    background-color: #fff !important;
  }
  .col-md-2 {
    width: 20%;
  }
  .no-break {
    page-break-inside: avoid;
  }
  .card-body {
    padding: 0.5rem;
  }
  .photo {
    width: 33%;
  }
  body {
    font-size: 60%;
  }
}
