/*
font-family: 'Roboto Mono', monospace ;

font-family: 'Roboto', sans-serif;

font-family: 'Roboto Condensed', sans-serif;

font-family: 'Roboto Slab', serif;
*/


body {
    margin: 100px 20px 0;
    letter-spacing: 0.01em;
}

/* fonts and text prettiness */

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    letter-spacing: 0.02em;
    color: #a33;
    margin-top: 1.5em;
}

h1 {
    font-size: 3.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.2em;
}

/* combined settings for text width and centering */

h1, h2, h3, h4, p, ul, footer {
    min-width: 500px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

p, ul {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    font-size: 1.25em;
    color: #555;
}

ul {
    list-style-type: square;
    padding-left: 0px;
    list-style-position: inside;
}

code {
    font-family: 'Roboto Mono', monospace;
    border-style: dotted;
    border-width: 0.01em;
    background-color: #ff0;
    font-size: 0.95em;
}

figcaption, footer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    padding: 10px;
    background-color: #eaeaea;
}

footer {
    margin-top: 50px;
    font-size: 0.6em;
}

figure {
    margin: 10px;
}

img {
    width: 100%;
}

a {
    color: #555;
    text-decoration: none;
    border-bottom-style: solid;
    border-bottom-width: 4px;
    border-color: #a33;
}