
/* ==========================================================================
   BRIGITTE
   ========================================================================== */


@font-face {
    font-family: 'Bellerose';
    src: url('../fonts/BelleroseLight.woff2') format('woff2'),
        url('../fonts/BelleroseLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

h1, h2{
  font-family: 'Bellerose', sans-serif;
  text-shadow: -2px 3px 0px #000;
}

h1 {
  font-size: 225px;
  color: #ffffff;
}

h2 {
  font-size: 70px;
  letter-spacing: 1.5px;
  color: #ffffff;
}

.subtitulo {
    font-size: 55px !important;
    margin-top: 28px;
    color: #ffffff;
    font-weight: normal;
    text-shadow: 2px 2px 1px #000;
}

.lead {
  font-size: 21px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  margin-top: 40px;
}

/* ==========================================================================
   Nav Styles
   ========================================================================== */

.navbar {
    border: 0px solid rgba(0, 0, 0, 0);
    background: #a04624;
    margin: auto;
    min-height: 60px;
    padding-top: 8px;
    position: fixed;
    top: -60px;
    transition: top 0.4s ease 0s;
}


/* ==========================================================================
   Main styles
   ========================================================================== */
.cap-impar {
  background: #231f20 no-repeat center center fixed;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-blend-mode: screen;
}


.cap-par {
  background: #f2f2f2;
  background-blend-mode: screen;
}


#apoiase {
    background: #a04624;
}