
html, body {
    height: 100%;
}

body {
    font-size: 24px;
    color: #666;
    overflow-x: hidden;
}

.home {
    background-image: url('../images/cover_2.jpg');
    background-color: #222;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    height: 100%;
}

.home-overlay {
    background-color: rgba(44, 62, 80, 0.3);
    background-image: url('../images/pattern.png');
    background-repeat: repeat;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
}

.intro img {
    width: 95%;
    max-width: 960px;
    height: auto;
}
