header.masthead-landing {
  text-align: center;
  color: white;
  background-image: url("../img/landing/bg_identidade.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-color: #DA70D6;
  min-height: 300px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead-landing .intro-text {
    padding-top: 150px;
    padding-bottom: 100px; }
    header.masthead-landing .intro-text .intro-lead-in {
      font-size: 22px;
      font-style: italic;
      line-height: 22px;
      margin-bottom: 25px;
      font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
      header.masthead-landing .intro-text .intro-heading {
        font-size: 50px;
        font-weight: 700;
        line-height: 50px;
        margin-bottom: 25px;
        font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

        @media (min-width: 768px) {
          header.masthead-landing .intro-text {
            padding-top: 300px;
            padding-bottom: 200px; }
            header.masthead-landing .intro-text .intro-lead-in {
              font-size: 40px;
              font-style: italic;
              line-height: 40px;
              margin-bottom: 25px;
              font-family: 'Droid Serif', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
              header.masthead-landing .intro-text .intro-heading {
                font-size: 75px;
                font-weight: 700;
                line-height: 75px;
                margin-bottom: 50px;
                font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; } }