.container2 {
    max-width: 960px;
    margin: 0 auto;
  }
  section.section:last-child {
    margin-bottom: 0;
  }
  section.section h2 {
    margin-bottom: 40px;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
  }
  section.section p {
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
  }
  section.section p:last-child {
    margin-bottom: 0;
  }
  section.section.content {
    padding: 40px 0;
  }
  section.section.parallax {
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
  }
  section.section.parallax h1 {
    color: rgba(255, 255, 255, 0.8);
    font-size: 48px;
    margin: 0 auto;
    line-height: 600px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  section.section.parallax-1 {
    background-image: url("theme/images/bg/img_about-2.jpg");
  }
  
   
  @media all and (min-width: 600px) {
    section.section h2 {
      font-size: 42px;
    }
    section.section p {
      font-size: 20px;
    }
    section.section.parallax h1 {
      font-size: 96px;
    }
  }
  @media all and (min-width: 960px) {
    section.section.parallax h1 {
      font-size: 160px;
    }
  }