/* CSS Document */
body {
    font-family: 'Open Sans';
}

h1 { 
    font-weight: 200;
    margin-bottom: 30px;
}

body p {
    line-height: 1.8em;
    font-size: 18px;
}

header {
    height: 70px;
    line-height: 70px;
}

header .header-text {
    font-size: 24px;
    color: #a2a5a8;
}

header .header-text small {
    font-size: 14px;
    font-weight: 200;
}

section {
    background-color: #eff3f8;
    padding: 20px 0;
}