/* Default */
html, body{ height: 100%; margin: 0;}

body{
    font-size: 16px;
    font-family: 'Open-Sans', sans-serif;
}


h1, h2, h3, h4, h5, p{
    color: #000;
    padding-bottom: 30px;
}

p{
    line-height: 28px;
    color: #666;
    font-weight: 300;
}
