/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/****************************************************************************/


H2{
    line-height: 100%;
    color: #666666;"
}

.parallax-block{
    position: relative;
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.parallax-block:after {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /*background-color: rgba(0, 0, 0, 0.30);*/
    z-index: 100;
    content: ' ';
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .parallax-block{
        background-attachment: scroll;
    }
}
/*
@media only screen and (min-width : 992px)  {
    .parallax-block{
        background-attachment: fixed;
    }
}
*/