#index-top {
    background: url(../storage/img/index-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    min-height: 700px;
    color: white;
}

#index-top .dark-overlay {
    position: relative;
    left: 0;
    width: 100%;
    min-height: 700px;
    background: rgba(0, 0, 0, 0.6);
    margin: 0px;
    padding: 0px;
}

#index-top .container {
    padding-top: 90px;
}

#index-bottom {
    background: #551a8c71;
}

.ui-accordion .ui-accordion-header {
    height: 70px;
    padding-top: 1em;
    font-size: 24px;
    font-weight: bold;
}

.ui-state-active {
    background: #551a8c; /*#2f8cff*/;
}

.card {
    min-height: 338px;
}

@media only screen and (max-width: 768px) {
    #index-top {
        background: url(../storage/img/index-top.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: -8px;
    }

    .ui-accordion .ui-accordion-header {
        font-size: 20px;
    }
}