body {    
    font-family: 'Source Sans Pro', sans-serif;
}

.row {
    max-width: 390px;
    text-align: center;
}

#header {
    height: 230px;
    border-bottom: 2px solid #7f7f7f;
    padding-top: 70px;
}


#content {

}

h1 {
    font-size: 27px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 7px;
}

h2 {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase; 
    margin-bottom: 0;   
}

h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 8px;
}