/*!
 * Start Bootstrap - Shop Homepage (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 */
@import url(https://fonts.googleapis.com/css?family=Changa + One|Open + Sans); /*! Classes Layout  */
h1,
h2,
h3,
h4,
h5,
h6,
header h4,
ul.strong_color > li > a {
  color: #d13c4f;
}
.colum-date,
header h1 {
  -webkit-font-smoothing: antialiased;
}
.titlemain,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Changa One", cursive;
}
.colum-date,
.lead,
.scroll {
  text-align: center;
}

body {
  background: url(../images/bg.jpg) center no-repeat fixed #000;
  -webkit-text-size-adjust: none;
  background-size: cover;
  overflow: auto;
} /*! Header */
.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar-default .navbar-collapse {
  background-color: transparent;
  margin-top: 5px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
header h1 {
  font-size: 55px;
  font-weight: 300;
  padding-top: 40px;
  display: inline-block;
}
header h3,
header h4 {
  font-size: 30px;
  text-align: center;
  color: #d13c4f;
}
header h4 {
  font-size: 18px;
  margin: 0;
  font-style: italic;
}
label {
  color: #fff;
}
.colum-date {
  float: right;
  padding-top: 45px;
  display: inline-grid;
}
.topbar {
  height: 130px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
} /*! Title */
.titlemain {
  margin-bottom: 20px;
  font-size: 47px;
  color: #d13c4f;
}
.suppliers h4 {
  color: #0f0f0f;
} /*! Menu */
.list-group-item {
  font-family: "Open Sans", sans-serif;
  background-color: #f8edf3;
  border: 1px dotted #1a3a6b;
}
a.list-group-item {
  color: #1a3a6b;
}
a.list-group-item:active,
a.list-group-item:focus,
a.list-group-item:hover {
  background-color: #edc9db;
  color: #1a3a6b;
}
.description p,
.lead {
  color: #000;
}
.lead {
  font-size: 27px;
  background-color: #1a3a6b;
  margin-bottom: 0;
  font-family: "Changa One", cursive;
  padding: 5px;
}
.bg-light,
.suppliers {
  background-color: rgba(255, 255, 255, 0.8);
} /*! Content */
.description {
  margin-top: 20px;
  font-size: 18px;
}
.color-black {
  color: #000 !important;
}

footer .powered,
footer .powered a {
  color: #000;
  font-weight: 700;
  text-decoration: underline;
}
footer {
  background: #fff;
}

.navbar-brand{
  color:#fff!important;
}

.padding-half {
  padding-top: 40px;
  padding-bottom: 40px;
} /*! Mensagem */
.make-scrollable {
  height: 100% !important;
  overflow: hidden;
  background: 0 0 !important;
} /*! Fornecedores */
.suppliers {
  border: 1px solid #ddd;
  padding: 10px;
}
.img-suppliers img {
  margin: auto;
} /*! Lista de Presentes */
.scroll {
  height: 44px;
  background-color: #fff;
  overflow: auto;
} /*! Form */
.input-group {
  width: 100%;
}
.input-group .form-control {
  height: 45px;
} /*! Footer */
footer .powered {
  margin-top: 20px;
}
footer .powered img {
  margin-right: 10px;
} /*! Responsivo */
@media screen and (max-width: 780px) {
  header h1 {
    font-size: 30px;
    padding-top: 55px;
  }
  header h3,
  header h4 {
    font-size: 16px;
  }
}
@media screen and (max-width: 499px) {
  .titlemain {
    font-size: 23px;
    background-repeat: no-repeat;
    margin-bottom: 0;
    width: 100%;
    background-size: contain;
  }
  .nav-pills > li + li {
    margin-left: 0;
  }
  .nav-pills > li {
    float: none;
  }
 .navbar-header{
   background-color:#000!important;
   color:#fff;
 }
}

