html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}
.intro {
    width: 100%;
    height: 100%;
    background: #fff url("../img/intro.jpg");
    background-position: center;
    background-size: cover;
}
.intro .text {
    height: 91px;
    width: 100%;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}
.intro .text h1 {
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 40px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    text-align: center;
}
.intro .text p {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0;
}