body {
    background: url('../images/backgrounds/city.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html, body {
    width: 100% !important;
    height: 100% !important;
}

.overlay {
    background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.9) 100%) repeat scroll 0% 0%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    top: 0px;
    left: 0px;
}

#main-content {

    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    color: #FFF;

    padding-top: 300px;
}


#main-content h2 {
    margin: 10px 0px 30px;
    font-size: 45px;
    text-transform: uppercase;
}