body {
    overflow-x: hidden;
    0font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #21ABE3;
}

p {
    font-size: 16px;
    line-height: 1.75;
}

p.large {
    font-size: 18px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #21ABE3;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #21ABE3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-weight: 700;
}

h3{
    font-size: 22px;
}

.img-centered {
    margin: 20px auto;
    max-height: 80px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #21ABE3;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #21ABE3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #21ABE3;
    background-color: #21ABE3;
}

.btn-primary .badge {
    color: #21ABE3;
    background-color: #fff;
}

.btn-xl {
    padding: 20px 40px;
    border-color: #21ABE3;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #21ABE3;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #21ABE3;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #21ABE3;
    background-color: #21ABE3;
}

.btn-xl .badge {
    color: #21ABE3;
    background-color: #fff;
}


#map{
    width: 100%;
    height: 400px;
    margin: 35px auto 50px;
}

.legal p{
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.navbar-default {
    border-color: transparent;
    background-color: #222;
}

.navbar-default .navbar-brand {
    color: #3aaaf8;
    padding: 5px 15px;
}

.navbar-brand .logo{
    height: 40px;
    padding: 0 15px;
    margin-top: -2px;
}

.navbar-right{
    margin-top: 4px;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #21ABE3;
}

.navbar-default .navbar-collapse {
    border-color: rgba(255,255,255,.02);
}

.navbar-default .navbar-toggle {
    border-radius: 0;
    border: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #21ABE3;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #21ABE3;
}

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #21ABE3;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #21ABE3;
}

@media(min-width:768px) {
    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 0px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #222;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }

    .navbar-default .navbar-brand{
        height: 50px;
    }

}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .intro-text {
}

header .intro-text .intro-lead-in, .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Merriweather', serif;
    font-size: 18px;
    font-style: italic;
    line-height: 22px;
}

#clients .intro-lead-in{
    margin: 20px 0 0;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    text-shadow: 0px 1px #000;

}

header .intro-logo{
    margin-bottom: 20px;
    margin-top: -20px;
}
.scroller{
    font-size: 30px;
    text-align: center;
    margin-top: -50px;
    padding-bottom: 10px;
}

.scroller a{
    color: #fff;
    text-decoration: none;
}

@media(min-width:768px) {
    header .intro-text {
        
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-size: 30px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-size: 60px;
        font-weight: 700;
        line-height: 75px;
    }
}

section {
    padding: 100px 0;
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 40px;
}

section h2.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 150px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}

section#clients{
    background: #edeaea;
}
section#contact {
    background-color: #222;
    background-image: url(../img/map-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px){
    section#contact{
        text-align: center;
    }
}

section#contact .section-heading, section#contact address, section#contact .contact-info {
    color: #fff;
    margin-bottom: 15px;
}

section#contact .contact-info a{
    color: #2F9FEF;
}

#about{
    background: #fafafa;
}

#references{
    background: #ede8e8;
}

.detailed-info{
    padding: 50px;
    background: #fff;
    border-bottom: 5px solid #21ABE3;
    margin-bottom: 25px;
}


footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}

footer ul.quicklinks {
    margin-bottom: 0;
    text-transform: uppercase;
    text-transform: none;
    line-height: 40px;
}


::-moz-selection {
    text-shadow: none;
    background: #21ABE3;
}

::selection {
    text-shadow: none;
    background: #21ABE3;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #21ABE3;
}