.navbar-brand {
	padding-top: 5px !important;
	height: 30px !important;
}
/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

/* Add a gray background color and some padding to the footer */
footer {
  background-color: #f2f2f2;
  padding: 25px;
}
    
.carousel-inner img {
  width: 100%; /* Set width to 100% */
  margin: auto;
  min-height:200px;
}

/* Hide the carousel text when the screen is less than 600 pixels wide */
@media (max-width: 600px) {
	.carousel-caption {
	  display: none; 
	}
}
.navbar-inverse .navbar-nav > li > a {
	/*color: #ab2089;*/
	color: #d2caca;
}

.image-border {
	border: 1px solid black;
}

.mail-form {
	background-color: #f2f2f2;
}

.carousel-inner > .carousel-item > img { margin: 0 auto; }
/* Add an extra .carousel parent class to increase specifity
   avoiding the use of !important flag. */
.carousel .carousel-indicators li {
  background-color: #fff;
  background-color: rgba(70, 70, 70, 0.25);
}

.carousel .carousel-indicators .active {
  background-color: #444;
}