/* Styles */

body{
    background-image: url(../images/backgrounds/background4.jpg);
    background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

    background-attachment: fixed;
}
@media (max-width: 980px) {
    body{
        background-size: 980px;
    }
}

/* About Our Building */

#about-our-buliding{
    position: relative;
}
#about-our-building-text{
    position: absolute;
    right: 50%;
}
#about-our-building-image{
    text-align: right;
}

/* History */

#history{
    position: relative;
}
#history-text{
    position: absolute;
    left: 50%;
    top: 5px;
}

/* Pipe Organ */

#pipe-organ{
    position: relative;
}
#pipe-organ-text{
    position: absolute;
    right: 50%;
}
#pipe-organ-image{
    text-align: right;
}

/* Vision Centre */

#vision-centre{
    position: relative;
    text-align: center;
}
#vision-centre-image{
    text-align: left;
}
#vision-centre-text{
    position: absolute;
    left: 50%;
    top: 5px;
}

/* Venue Hire */

#venue-hire{
    position: relative;
}
#venue-hire-text{
    position: absolute;
    right: 50%;
}
#venue-hire-image{
    text-align: right;
}
#venue-hire ul li a{
    color: #fff;
}
#venue-hire ul li a:hover{
    color: #ff6a00;
}