html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /* Negative indent footer by its height */
  margin: 0 auto -130px;
  /* Pad bottom by footer height */
  padding: 0 0 130px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 130px;
}
#footer p, #footer label {
  color: #ffffff;
}
#footer .pull-direita {
  text-align: right;
}

#footer .input-sm {
  border: 1px solid #ccc;
}


.main{
  background-color: #000027;
  width: 100%;
  height: 70px;
}
.copyright{
  background-color: #333333;
  width: 100%;
  height: 60px;
}

.social a {
  list-style-type: none;
  height: 36px;
  line-height: 36px;
  margin: 0 0 0 8px;
  padding: 0;
  width: 36px;
}
.social a i {
  font-size: 16px;
  margin: 0 0 0 5px;
  color: #EDEFF1 !important;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
  padding: 130px 15px 0;
}
.container .credit {
  margin: 20px 0 0 0;
}
.container .credit .pull-right {
  margin: 15px 0 20px 0;
}

#footer > .container {
  padding-left: 15px;
  padding-right: 15px;
}


@media (max-width: 991px) {
  #footer p, #footer .pull-direita {
    text-align: center;
  }

  #wrap {
    margin: 0 auto -215px;
    padding: 0 0 215px;
  }

  #footer {
    height: 215px;
  }
  .main{
    height: 115px;
  }
  .copyright{
    height: 100px;
  }
  #wrap > .container {
    padding: 215px 15px 0;
  }

  .newsletter{
    text-align: center;
  }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  #footer p, #footer .pull-direita {
    text-align: center;
  }

  #wrap {
    margin: 0 auto -310px;
    padding: 0 0 310px;
  }

  #footer {
    height: 310px;
  }
  .main{
    height: 140px;
  }
  .copyright{
    height: 170px;
  }
  #wrap > .container {
    padding: 310px 15px 0;
  }

  .newsletter{
    text-align: center;
  }

  .hcpro p{
    font-size: 25px;
  }
}

@media (max-width: 767px){
  .navbar-inverse {
      background-color: #000026;
  }
  .navbar-inverse .navbar-nav>li>a {
      color: #fff;
  }
  .navbar-inverse .navbar-nav>li>a:hover {
      color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
      color: #fff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
      color: #fff;
  }
  .navbar-toggle {
    background-color: #333333;
  }
}


body {
  background-color: #eee;
}
.jumbotron {
  background-color: #ccc;
}
.jumbotron2 {
  background-color: rgba(0,0,0,0.3);
}

h1, h2, h3, h4 {
  color: #000027;
}
.item .thumbnail {
  border-color: #000027;
}
.item .thumbnail * {
  color: #000027;
}
