.navbar-inverse .navbar-brand {
    background-image: url("../img/cartoview-logo-text-white.png");
    background-position: center center;
}

body {
    overflow-x: hidden;
}
body,html {
   margin: 0 !important;
   padding: 0 !important;
}
h1, h2, h3, h4, h5, h6, p {
    word-wrap: normal;
    word-break: break-word;
    white-space: normal
}
.home .jumbotron {
    background: #2c689c;
    color: #fff;
    margin-bottom: 0;
    padding: 7.5em 0 0em;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.4);
}
.home .jumbotron a {
    color: #ffffff;
}
.jumbotron p {
    margin-bottom: 1em;
    font-size: 24px;
    font-weight: 200;
    text-shadow: 9px 11px 11px #000000;
}
#wrap{
    padding-top: 70px;
}