.event-banner img{
    width: 100%; height: auto;
}
.event-title{
    padding-left: 0.75rem;
}
.event-title h1{
    font-size: 50px;
    color: #fff;
    text-align: center;
}
#hidden-latlong{
    display: none;
}

.container1 {
    color:  #832b94;;
    font-size: large;
}

.dot1 {
    width: 7em;
    height: 7em;
    text-align: center;
    line-height: 7em;
    border-radius: 7em;
    background:#fcf7f5;
    margin: 0.5em 2em;
    display: inline-block;
    color:  #832b94;;
    font-size: large;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4);
}

.jumbotron {
    position:relative;
    overflow: hidden;
    border-radius: 15px;
    height: 500px;
    width: 100%;
  }
  
  .jumbotron .container {
    position:relative;
    z-index:2;
    
    background:rgba(0,0,0,0.2);
    padding:2rem 5rem 2rem 5rem;
    border:1px solid rgba(0,0,0,0.1);
    border-radius:3px;
  }
  
  .jumbotron-background {
    object-fit:cover;
    font-family: 'object-fit: cover;';
    position:absolute;
    top:0;
    z-index:1;
    width:100%;
    height:100%;
    opacity:0.8;
  }
  
  img.blur {
      -webkit-filter: blur(1px);
      filter: blur(1px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='4');
    height: 100%;
    width: 100%;  
  }

.event-time-detail p{font-size: 20px;}
.event-price-table .table {width: 100%!important;}
.event-price-table .table th { background: none #cc4c00}
.event-price-table table td { padding: .75rem!important; background: none #fcdcca!important;}

.contest-title{border: none; color: #fff; font-size: 3.5rem; font-weight: 300; line-height: 1.2;}
.contest-detail .card{ margin-bottom: 0.75rem;}

.attending-user-list {display: flex; flex-wrap: wrap; justify-content: space-evenly; margin-top: 10px;}
.event-attendees ul{margin: 0;}
.event-attendees ul li {list-style: none; display: flex; border: 1px solid #777777; border-radius: 5px; margin: 10px 0;}
.event-attendees ul li img {border-radius: 50%; margin: 0.5rem; width: 45px; height: 45px;}