@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);
body {background-color: #fff;}

h1 {	
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
	color: #AA1F43;
}
p {	
	font-family: 'Dosis', sans-serif;
	text-align: justify;
	margin-top: 5px;
	color: #AA1F43;
	font-weight: bold;
	text-indent: 25px;
	font-size: 150%;
}
h3 {
	font-family: 'Roboto', sans-serif;
    font-weight: bold;
	color: #AA1F43;
}

.btn-send {
	background-color: #68A1BB;
	color: #ffffff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
}

.btn-send:hover {
	background-color: #2A6597;
	color: #ffffff;
	font-weight: bold;
}
.navbar-custom {
  background-color: #ffffff;
  border-color: #AA1F43;
  width: 100%;
  float: right;
  text-align: center;
  margin-bottom: 5px;
}
.navbar-custom li a{
	color: #666666;	
	font-weight: bold;
	text-transform: uppercase;
}
.navbar-custom li a:hover{
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
	color: #AA1F43;
}
.active {
	text-decoration: none;
	font-weight: bold;
	background-color: #fff;
	color: #AA1F43;
}
.navbar-custom  .navbar-brand{
	color: #AA1F43;
	font-weight: bold;
	padding-right: 50px;
}

.navbar-header .navbar-toggle .icon-bar{
	color: #666666;
	font-weight:bold;
	background-color: #666666;
}

.navbar-header .navbar-toggle .icon-bar:hover{
	color: #AA1F43;
	font-weight:bold;
	background-color: #AA1F43;
}

#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: 10px;
    padding-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
	color: #AA1F43;
}
.jumbotron .carousel-caption p {
    padding-bottom: 0px;
    font-family: 'Dosis', sans-serif;
    word-spacing: 3px;
	color: #AA1F43;
}
.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.05);
}
.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.05);
}
.carousel-caption h3 {
    font-size: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
#svc{
    border: none;
}
.img-responsive {margin: 0 auto;}

#headerSVC {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 1px;
    overflow: hidden;
}
/*
body {
    background-color: #CCC
}
*/
#map-outer {
    height: 440px;
    padding: 20px;
    margin-bottom: 10px;
    background-color: #FFF;
}
#map-container {
    height: 400px;
}
.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.personal-button {
	background-color: #AA1F43;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
.personal-button:hover {
	color: #ffffff;
	background-color: rgba(170,31,67,0.8);
}

.personal-button:active {
	color: #ffffff;
	background-color: rgba(170,31,67,0.8);
}

.personal-button:focus {
	color: #ffffff;
	background-color: rgba(170,31,67,0.8);
}

@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 {
        padding-bottom: 0px;
		padding-top: 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
		font-size: 15px;
		margin-top: 0px;
    }
    #headerSVC {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px;
        margin-top: 1px;
        overflow: hidden;
    }
}
