.header {
    color: white;
}

.header h1, .callout h1 {
    display: block;
    margin: 20px;
    margin-top: 90px;
    text-align: center;
    color:white;
    -webkit-text-shadow: 0px 0px 12px #333333,0px 0px 11px #333333;
    text-shadow: 0px 0px 12px #333333,0px 0px 11px #333333;
    font-size: 4.5em;
    font-weight: 700;
}

.header h3, .header p {
    display: block;
    margin: 20px;
    text-align: center;
    color:white;
    font-weight: 200;
    font-size: 2.5em;
    -webkit-text-shadow: 0px 0px 12px #333333,0px 0px 11px #333333;
    text-shadow: 0px 0px 12px #333333,0px 0px 11px #333333;
}

.header .btn {
    font-weight: 200;
    font-size: 2em;
}

.logo img {
    max-width: 200px;
}

section.services {
    background-color: #092482;
     
}
section.services .text-primary {
    color: #092482;
}

footer p.description {
    font-style: italic;
    color: darkgray
}

.counter-value{
    display:inline-block;
    margin: 2px;
    padding: 10px 10px 2px 10px;
    background-color:black;
}
.counter-value p {
    color:white;
    margin: 0;
    padding: 0;
    font-size: 26px;
}
.counter-value h6 {
    color:white;
    margin: 0;
    padding: 0;
    clear: none;
}

/* Phone Size ----------- */
@media only screen and (min-width : 200px) and (max-width : 479px) {
    .counter-value{
        display:block;
        width: 80px;
        margin: 2px auto;
    }
}