﻿/*----------------------------------------
    color-custom CSS
------------------------------------------*/

.mov-text-black {
    color: black !important;
}

.mov-text-gray {
    color: gray !important;
}

.mov-text-lgray {
    color: lightgray !important;
}

.mov-text-dgray {
    color: darkgray !important;
}

.mov-text-lsgray {
    color: lightslategray !important;
}

.mov-text-dsgray {
    color: darkslategray !important;
}

.mov-text-white {
    color: white !important;
}

.mov-dark {
    background: #212121;
    color: white;
}

.mov-main-dark {
    background: #212121;
    color: white;
}

.mov-header-dark {
    background: #212121;
    color: white;
}

.mov-navbar-dark {
    background: #212121;
    color: white;
}

.mov-footer-dark {
    background-color: #212121;
    color: white;
}

    .mov-footer-dark a {
        color: white;
    }

        .mov-footer-dark a:hover {
            color: white;
            text-decoration: underline;
        }
