.parallax1 {
    background-image: url(../Images/golf2.jpg);
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax2 {
    padding-top: 100px;
    background-image: url(../Images/indoor-golf-range-glasgow.JPG);
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax3 {
    background-image: url(../Images/indoor-golf-glasgow.jpg);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.parallax4 {
    background-image: url(../Images/cheap-golf-lessons-glasgow.jpg);
    min-height: 600px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.top {
    padding-top: 20%
}

.margin{
    margin-top: 8rem;
}

.par1 {
    background-image: url(../Images/golf2.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.par2 {
    background-image: url(../Images/indoor-golf-range-glasgow.JPG);
    background-repeat: no-repeat;
    background-size: cover
}

.par3 {
    background-image: url(../Images/indoor-golf-glasgow.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.par4 {
    background-image: url(../Images/cheap-golf-lessons-glasgow.jpg);
    background-repeat: no-repeat;
    background-size: cover
}