.fixed-image{
     background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; 
}

.montserrat-font span,
.montserrat-font p,.montserrat-font h1,
.montserrat-font li,
.montserrat-font h2,.montserrat-font h3,
.montserrat-font h4,.montserrat-font h5{
  font-family: Montserrat, Helvetica, Arial, sans-serif;
}