.landing-page .navbar-default .navbar-brand,
.landing-page .navbar-default .navbar-brand:hover {
    background-color: white;
    padding-top: 25px;
}

@media (max-width: 768px) {
    .landing-page .navbar-default .navbar-brand {
        padding-top: 10px;

    }

}


.landing-page .contact {
    background-image: url('../resources/word_map.png');
}

.landing-page .header-back.two {
    background: url('../resources/mediagnostics.jpg') 50% 75% no-repeat;
    background-size: cover;
}

.newsletter {
    margin-top:60px;
}

.landing-page .carousel-caption  h1,
.landing-page .carousel-caption  h1  + p {
    text-shadow: black 3px 3px 20px;
}

.landing-page .newsletter h2 {
    font-size: 20px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.landing-page .newsletter p {
    text-align: center;
    color: #676a6c;
}

.newsletter label, .newsletter input, .newsletter p {
    color: #676a6c;
}

.newsletter label.error {
    color: #cc5965;
}

.landing-page .gray-section {
    margin-top: 0 !important;
    padding-bottom: 20px !important;
}

.services p.imgCenter {
    text-align: center;
    margin-bottom: 35px;
}

.services p.imgCenter img {
    width: 200px;
    height: 200px;
    text-align: center;
}