
@media only screen and (min-width: 600px) {
    #header{
        min-height: 60px;
    }
}
.modal .modal-body{
    text-align: center;
    font-weight: 500;
}

.event-banner {
    overflow: hidden;
}

.event-banner img{
   width: 100%
}


.cover-background {
    /* height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #6D0832;
    z-index: 9999;
    background-image: url("../components/assets/images/cover-background.png?v=4"); */
}

.cover-background{
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    /* background-color: #1A3647; */
    background-image: url("../components/assets/images/cover-background.png?v=4");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cover-fade-enter-active, .cover-fade-leave-active {
    transition: opacity 0.9s ease-in-out;
}
  
.cover-fade-enter, .cover-fade-leave-to {
    opacity: 0;
}

.cover {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cover img {
    object-fit: contain;
    max-height: 100%;
    max-width: 100%;
    margin: 0px auto;
    cursor: pointer;
}

.content {
    margin-bottom: 40px !important;
}