.tc {
    display: table-cell;
    vertical-align: middle;
}

.introtext {
    display: table;
    color: #555;
    text-align: center;
    height: 50vw;
    width: 100%;
}

.introtext h1 {
    font-size: 14px;
    text-decoration: underline;
    margin-bottom: 40px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Optima,Segoe,Segoe UI,Candara,Calibri,Arial,sans-serif;
}

.introtext p {
    max-width: 370px;
    font-size: 20px;
    line-height: 28px;
    font-family: adobe-garamond-pro,Garamond,Baskerville,Baskerville Old Face,Hoefler Text,Times New Roman,serif;
    letter-spacing: 1px;
    margin: 0 auto;
}