﻿/*Parallax*/
.parallax {
    position: static;
    min-height: 100%;
    width: 100%;

    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}

/*subscribe to aour services*/
.subscribe-to-our-services .parallax {
    background-image: url(/Images/img.jpg);
    padding: 3% 0;
    height: 180px;
    font-size: 28px;
}

/*LUSA parallax*/
.lusa-parallax .parallax {
    background-image: url(/Images/img.jpg);
    padding: 2% 0;
    height: 310px;
    font-size: 22px;
}