.section-shaped .shape-style-1.shape-dsai
{
    background: #555abf url(../img/hero/Uluru-Australia.png) center bottom;
    background-size: cover;
}

.navbar-transparent
{
    position: absolute;
    z-index: 100;
    top: 0;

    width: 100%;

    border: 0;
    background-color: rgba(0, 0, 0, .3);
    box-shadow: none;
}

.card {
    margin-bottom: 30px;
}

.event-title,
.event-date,
.event-venue {
    font-weight: bold !important;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.spacer {
    padding-bottom: 15px;
}

.hero-team {
    background: #bebebe url(/assets/img/team.jpg) center center no-repeat;
    background-size: cover;
    height: 40rem;
    padding: 1rem;
    margin-bottom: 3rem;
}

.prof-pic {
    width: 120px;
    border-radius: 50%;
}

.offoff {
    color: #999999;
}

.lds-hourglass {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 64px;
    height: 64px;
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
  .lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 6px;
    box-sizing: border-box;
    border: 26px solid #cef;
    border-color: #cef transparent #cef transparent;
    animation: lds-hourglass 1.2s infinite;
  }
  @keyframes lds-hourglass {
    0% {
      transform: rotate(0);
      animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
      transform: rotate(900deg);
      animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
      transform: rotate(1800deg);
    }
  }
  