/* ADN-Systems — Andorra Theme v5 — mobile friendly */

html, body {
    background: #1a1a4e url('../img/bg_andorra.svg') no-repeat center center !important;
    background-size: cover !important;
    background-attachment: scroll !important;
    min-height: 100vh;
}

.content-wrapper {
    background: rgba(20, 18, 50, 0.35) !important;
}

.main-header.navbar-dark {
    background: rgba(15, 12, 41, 0.65) !important;
    border-bottom: 1px solid rgba(254, 221, 0, 0.25);
}

.main-header.navbar-dark::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, #10069F, #FEDD00, #D0103A);
    opacity: 0.7;
}

.main-footer {
    background: rgba(15, 12, 41, 0.65) !important;
    border-top: 1px solid rgba(16, 6, 159, 0.25);
}
