@import "https://fonts.googleapis.com/css?family=Roboto Condensed:300,400,500,600,700";
body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #666;
}

h1 { font-size: 2rem; color: #3476af; padding-bottom: 8px; margin-bottom: 15px; margin-top: 25px;}

