@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Dosis);
p {
    margin-bottom: 0px;
}
#bs-example-navbar-collapse-1 {
    float: right;
}
.caption {
    text-align: center;
}
.caption h3 {
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}
.caption p{
    margin-top: 30px;
}
.jumbotron {
    padding-bottom: 0px;
    display: inline;
}
.jumbotron .carousel-caption h1 {
    margin-top: 5%;
    padding-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.jumbotron .carousel-caption p {
    padding-bottom: 0px;
    font-family: 'Dosis', sans-serif;
    word-spacing: 3px;
}
.jumbotron .carousel-caption {
    height: 100%;
}
.btn-primary {
    margin-top: 30px;
}
.col-md-4 {
    margin-bottom: 30px;
}
.row {
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
}
.jumbotron .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.2);
}
.carousel-caption h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#svc{
    border: none;
}
#headerSVC {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 1px;
    height: 400px;
    overflow: hidden;
}
/*
body {
    background-color: #CCC
}
*/
#map-outer {
    height: 440px;
    padding: 20px;
    /*border: 2px solid #CCC;*/
    margin-bottom: 20px;
    background-color: #FFF;
}
#map-container {
    height: 400px;
}
.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

@media screen and (max-width: 768px) {
    #map-outer {
        height: 650px;
    }
    #bs-example-navbar-collapse-1 {
        float: none;
    }
    #myCarousel {
        margin-bottom: 20px;
    }
    .row {
        padding-top: 0px;
        padding-left: 25px;
        padding-right: 25px;
    }
    .navbar-toggle {
        margin-right: 40px;
    }
    .jumbotron .carousel-caption p {
        padding-top: 0px;
        font-size: 12px;
    }
    .jumbotron .carousel-caption h1 {
        margin-top: 2%;
        padding-bottom: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
    }
    #headerSVC {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 20px;
        margin-top: 1px;
        height: 175px;
        overflow: hidden;
    }
	.carousel-caption h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
}
