/* here you can put your own css to customize and override the theme */

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

/*BEGIN footer*/
.footer {
    background: #313030;
    color: #b0b0b0;
}

    .footer h4 {
        color: white;
    }

    .footer span {
        color: #cfcfcf;
    }

    .footer a {
        color: #b0b0b0;
    }

        .footer a:hover {
            color: #cfcfcf;
        }

    .footer address {
        color: #cfcfcf;
    }

    .footer hr {
        color: #b0b0b0;
    }

.copyright {
    background: #272626;
    color: #b0b0b0;
}

    .copyright p {
        color: #b0b0b0;
    }
/*END footer*/

.header-navigation .dropdown-menu > li > a:hover,
.header-navigation .dropdown-menu > li.active > a,
.header-navigation .header-navigation-content .header-navigation-col li > a:hover,
.header-navigation .header-navigation-content .header-navigation-col li.active > a {
    background: black;
    color: blue;
}
