

.sophosintro
{
    background: url("img/bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 140px 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.intro-bg
{
    background: url("img/bg.jpg") center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding: 0px 0 140px;
}

.white-text
{
    color: #ffffff;
}

.full-width-image
{
    background: url(img/xg-firewall-banner.jpeg) no-repeat center center;
    background-size: cover;
    text-align: center;
}

.logo-wrapper
{
    padding: 100px inherit;
    display: inline-block;
}

.xg-body
{
    background-color: #010f37;
}

.full-width
{
    padding-left: 0;
    padding-right: 0;
}

