#equestrian {
    background-image: url("../images/parralax/equestrian.jpg");
    width: 100%;
}

#wildlife {
    background-image: url("../images/parralax/wildlife.jpg");
    width: 100%;
}

#security {
    background-image: url("../images/parralax/security.jpg");
    width: 100%;
}

#monitor {
    background-image: url("../images/parralax/monitor.jpg");
    width: 100%;
}

#agric {
    background-image: url("../images/parralax/agric.jpg");
    width: 100%;
}

#strip {
    background-image: url("../images/parralax/strip1.jpg");
    width: 100%;
}

#manual {
    background-image: url("../images/parralax/support.jpg");
    width: 100%;
}

.parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.5);
}

.pageTitle {
    height: 220px;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 20px;
}

.page-title {
    color: white;
    margin: 5px 0 0 0;
    font-size: 30px;
    font-weight: 600;
}