.jumbo-header .jumbotron {
  min-height: 60vw;
  background-size: cover;
  background-position: center; }

.jumbo-header .jumbotron.small {
  min-height: 40vw; }

@media (min-width: 768px) {
  .jumbo-header .jumbotron {
    min-height: 350px; }
  .jumbo-header .jumbotron.small {
    min-height: 220px; } }

.header-bar .profile-circle.small {
  margin-top: 0 !important;
  background-size: cover;
  background-position: center;
  margin-right: 1.5rem;
  height: 70px !important;
  width: 70px !important; }

.header-bar .container:first-child {
  position: relative; }
  .header-bar .container:first-child .profile-circle {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -30px; }

.header-bar h1 {
  padding-top: 1.5rem;
  line-height: 0.9;
  white-space: pre-wrap;
  word-break: break-word; }

@media (max-width: 767.98px) {
  .header-bar .container:first-child .profile-circle {
    left: 15px;
    margin-top: -95px; }
  .header-bar h1 {
    padding-top: 2.5rem; } }

@media (min-width: 768px) {
  .header-bar .container {
    padding-left: 170px; } }

.aspect-ratio.header-img {
  background-size: cover; }

.card.event {
  padding: 1rem;
  position: relative;
  min-height: 100px; }
  .card.event .profile-circle {
    position: absolute;
    left: 15px;
    top: 0;
    margin-top: -15px;
    height: 90px;
    width: 90px; }
  .card.event .profile-circle + .info {
    padding-left: 105px; }
  .card.event h4 {
    line-height: 0.95; }
  .card.event .aside {
    margin-left: -20px; }

/*# sourceMappingURL=styles.css.map */