.parallax { 
    /* The image used */
    background-image: url(../images/it.jpg);

    /* Set a specific height */
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #000;
}
p {
    font-size: 15px;
    line-height: 32px; color:#000; font-weight:400; padding-left:0em; padding-right:.5em
}