/* Background */

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

    background-repeat: no-repeat;

    background-position: center center;

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

/* Welcome */

#welcome-text{
    top: 10px;
    position: absolute;
    right: 60%;
    text-align: center;
}
#welcome-image{
    text-align: right;
}

/* Who We Are */

#who-we-are-text{
    top: 2px;
    position: absolute;
    left: 60%;
    text-align: center;
}

/* What We Believe */

#what-we-believe-text{
    top: 10px;
    position: absolute;
    right: 60%;
    text-align: center;
    width: 40%;
}
#what-we-believe-image{
    text-align: right;
}

/* Contact Us */

#contact-us-text{
    padding: 20px 0px;
    text-align: center;
}
#contact-us-subheader{
    text-align: center;
    padding-bottom: 10px;
}
#contact-us-text ul li{
    list-style-type: none;
    font-size: 16px;
    padding: 2px 0px;
}
#paul-kim{
    margin-left: 20%;
    width: 30%;
    float: left;
    text-align: center;
}
#paul-kim-contact{
    text-align: center;
}
#ron-wilson{
    margin-right: 20%;
    width: 30%;
    float: right;
    text-align: center;
}
#ron-wilson-contact{
    text-align: center;
}
#contact-us-text p a{
    color: #fff;
}
#contact-us-text p a:hover{
    color: #ff6a00;
}
#contact-us-bottom{
    clear: both;
}