body {
    background-color: #060606;
}


.home_page .upcoming-list-description .btn-default {
   position: relative;
}


.full-page-container.home_page:before {
    background-image: none;
    background-color: #060606;
}

.header-container-lower {
   border:none;
}

.address-top-container .atc-item{
   border:none;
}

.atc-item span i {
    color: #da1700;
}


.btn-default:hover, .btn-default:focus {
    color: #000;
    background-color: #ffa305;
}

.btn-default {
    display: inline-flex;
    align-items: center;
    background-color: #da1701;
    border: none;
    border-radius: 10px;
    padding: 15px 40px;
    font-weight: bold;
    font-size: 18px;
}

.featured-event-title {
   line-height: 52px;
}

.show-events-list-group .show-events-list-group-item.selected .panel-heading {
    background: #fff;
    color: #da1701;
}

@media only screen and (max-width: 767px) {
   .home_page .featured {
       margin-top: 0;
   }
}

@media only screen and (max-width: 767px) {
   .featured-event-title {
       font-size: 26px;
       line-height: 37px;
   }
}

@media only screen and (max-width: 767px) {
.carousel-inner .featured-date-address{
    font-size: 25px;
    line-height: 32px;
}

   .carousel-inner .featured-event {
       font-size: 22px;
   }
}


.upcoming-list-description .featured-event-title {
    line-height: 54px;
}

@media only screen and (max-width: 767px) {
   .navbar.navbar-default {
       margin-top: 0;
   }
}
