/*!
 * Start Bootstrap - Heroic Features HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 0px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.m-t-30{
  margin-top: 30px;
}

.m-b-5{
	margin-bottom: 5px;
}

.btn-padding{
	padding: 6px 35px;
}

.hero-spacer {
    margin-top: 65px;
    min-height: 50% !important;
    background-image: url('../imgs/bg_header.jpg');
    background-repeat: no-repeat;
    background-color: #000;
    height: 445px;
    background-size: 110%;
    color: #fff;
    text-shadow:#000 2px 2px 2px;
}

.hero-feature {
    margin-bottom: 30px;
}

.hero-feature .thumbnail h3{
    font-size: 20px;
}

footer {
    margin: 50px 0;
}

.img1, .img2, .img3, .img4{
  width: 100%;
  min-height: 220px;
  background-color: #f1f1f1;
}
.img1{
  background-image: url('../imgs/produtos/prod1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}.img2{
  background-image: url('../imgs/produtos/prod4.jpg');
  background-size: cover;
  /*background-position: -50px;*/
  background-repeat: no-repeat;
}.img3{
  background-image: url('../imgs/produtos/prod6.jpg');
  background-size: cover;
  /*background-position: -50px;*/
  background-repeat: no-repeat;
}.img4{
  background-image: url('../imgs/produtos/prod5.jpg');
  background-size: 100%;
  background-position-y: -80px;
  background-repeat: no-repeat;
}




.navbar-c  {
    background-color: #f1f1f1;
    background-image: none;
}

.navbar-c  .nav > li > a {
    color: #2f2f2f;
    text-decoration: none;
    text-shadow: 0 0px 0 #ffffff;
}

.navbar-c  .navbar-brand {
  color: #000;
}.navbar-c  .navbar-brand:hover {
  color: gray;
}

.navbar-c .nav > li > a:focus,
.navbar-c .nav > li > a:hover {
  color: white;
  text-decoration: none;
  background-color: #6f6fff;
}

.navbar-c .navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: white;
}

.navbar-c .navbar-link {
  color: white;
}

.navbar-c .navbar-link:hover {
  color: gray;
}

/*-- change navbar dropdown color --*/
.navbar-c .navbar-nav .open .dropdown-menu>li>a,.navbar-c .navbar-nav .open .dropdown-menu {
  background-color: #8b8b8b;
  color:#ffffff;
}
        
.navbar-c .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #eee;
  border-color: #428bca;
}
