/* Styles */

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

    background-repeat: no-repeat;

    background-position: center center;

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

/* Worship Team */

#worship-team-text{
    padding-top: 10px;
    padding-bottom: 20px;
}

/* Worship Pastor */

#worship-pastor-text{
    padding-top: 10px;
    position: absolute;
    right: 50%;
}
#worship-pastor-image{
    text-align: right;
}

/* Special Events */

#special-events{
    padding-top: 10px;
}
#special-guests{
    position: relative;
    padding-top: 20px;
}
#special-guests-text{
    position: absolute;
    left: 50%;
    width: 50%;
}
#carols-together-text{
    padding-top: 10px;
    position: absolute;
    right: 30%;
}
#carols-together-image{
    text-align: right;
}