#faq, #explore{
    background-size: cover!important;
}
.select-element{
    border: 2px solid rgb(0,171,211);
}
#loading {
    position: fixed;
    display:flex;
    justify-content: center;
    align-items: center;
    background: #000;
    background: rgba(0, 0, 0, .98);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    z-index:999;
}
.loading{
    width:2%;
}
#eventStartDate {
    font-size: 4em;
    margin: 25px auto;
    font-weight: 400;
}
#cover-iamge {
    background-size: cover!important;
}

#faq {
    color: white;
    padding-top: 40px;
    background-size: 100%
}

#hero {
    border-bottom: 1px solid #888;
    padding-bottom: 20px;
    text-shadow: 1px 1px 1px #000;
}

.homeText {
    border: none;
}

.hide {
    display: none;
}
.dot {
    display: inline-block;
    animation: wave 1s linear infinite;
}
.dot:nth-child(2) {
    animation-delay: -0.8s;
}

.dot:nth-child(3) {
    animation-delay: -0.5s;
}

@keyframes wave {
    0%, 60%, 100% {
        transform: initial;
    }

    30% {
        transform: translateY(-20px);
    }
}