@charset "UTF-8";
/* CSS Document */

.center-block {
    display: flex;
    justify-content: center; /* Centers horizontally */
}

.btn-secondary {
    font-family: 'ember';
}
.btn-primary {
    font-family: 'ember';
}

.ipWidget {
    font-family: 'ember';
}

strong, #bold {
    font-family: 'ember-bold';
}

.ipWidget h2 {
  font-family: 'ember-modern-bold';
  line-height: 1.7em;

}
.kGDkLR {

  font-family: 'ember-modern-bold';
}


.make-column-cards {

        padding: 30px;
        margin-bottom: 30px;
        background-color: white;
        text-align: center;
        box-shadow: 0 15px 35px rgba(50,50,93,.2), 0 5px 15px rgba(0,0,0,.07);

}

.column-card {

border-radius: 25px;
        margin-bottom: 30px;
        background-color: white;
        text-align: center;
        box-shadow: black 1px 2px 5px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        background-image: url('https://na-admin.eventscloud.com/image.php?acc=2059&id=1657402')

}
.column-card img{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
min-height: 200px;
  object-fit: cover;
  user-select: none;
  width: 100%;
  height: auto;
  top: 0px;
  left: 0px;
 max-height: 200px;
}

.column-card a {
    text-decoration: none!important;
    z-index: 1000;
    color: black;
}

.item {
  position: relative;
	margin-left: -20px;
  margin-right: -20px;
}

.item a::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.custom-row { display:flex; gap:2rem; }

