
.container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
#contact {
    background: rgba(0, 0, 0, 0) url("../images/contact_back.jpg") no-repeat scroll center center / cover ;
    position: relative;
    width: 100%;
    z-index: 99;
}
#contact .centered-text h2.title {
    color: #000;
    font-size: 20px;
    padding-top: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#contact .centered-text h1.title {
    color: #000;
    font-size: 27px;
    font-weight: normal;
    padding-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
#contact .centered-text {
    color: #000;
    font-size: 22px;
    margin: 0 auto;
    max-width: 600px;
    padding: 200px 0;
    position: relative;
    text-align: center;
    /*text-transform: uppercase;*/
    width: 38%;
}
#contact .centered-text a {
    color: #000;
    text-decoration: none;
}
#contact .centered-text a:hover {
    text-decoration: underline;
}