﻿navbar-default .navbar-nav > li > a {
    color: black;
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .navbar-default .navbar-nav > li > a {
        color: black !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar-default .navbar-nav > li > a {
        color: black !important;
    }
}

@media (min-width:961px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .navbar-default .navbar-nav > li > a {
    }
}

.bg-river {
    background-color: #ff0000 !important;
}

.black {
    color: black !important;
}

.gray {
    color: #b0adad !important;
}



.module-title:after {
    background: rgba(236, 28, 36, 0.00) !important;
}

.notuppercase {
    color: white !important;
}

.contact-header {
    height: 270px;
    background: url(../img/contact.jpg) center top no-repeat;
    background-size: cover;
}

.black {
    color: black !important;
}

.career-header {
    height: 270px;
    background: url(../img/career-banner.jpg) center top no-repeat;
    background-size: cover;
}

.business-header {
    height: 270px;
    background: url(../img/website-designing.html) center top no-repeat;
    background-size: cover;
}

.service-header {
    height: 270px;
    background: url(../img/services.jpg) center top no-repeat;
    background-size: cover;
}

.about-header {
    height: 270px;
    background: url(../img/about-us.jpg) center top no-repeat;
    background-size: cover;
}

.project-header {
    height: 270px;
    background: url(../img/portfolio-mobile.jpg) center top no-repeat;
    background-size: cover;
}

.servicesContentHeader {
    height: 270px;
    /*background: url(/img/header.jpg) center top no-repeat;*/
        background: url(../img/services.jpg) center top no-repeat;
    background-size: cover;
}
.services-page-header { border-bottom: none; text-align:center !important; margin-top: 220px;}
.services-page-header h1 { color: #ff0000;font-weight:bolder !important; font-size: 24px;  display: inline; padding:3px 10px; moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.services-page-header h1 small { color: #fff; text-transform: none; padding-left: 10px;}