html {
    background-color: #eeeeee;
    color: #000000;

    font-size: 16px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;

}

@media (min-width: 720px) {
    html {
        font-size: 20px;
        line-height: 28px;
    }
}

a {
    text-decoration: none;
    color: #0000bb;
}

a.small {
    font-size: 0.8rem;
    margin-top: -0.8rem;
    display: block;
}

h1, h2, h3 {
    color: #000;
}

h1 {
    font-size: 1.75rem;
    line-height: 2.8rem;
}

h2 {
    font-size: 1.5rem;
    line-height: 2.1rem;
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

p {
    margin-bottom: 1rem;
}

.clear-fix {
    height: 0px;
    font-size: 0pt;
    float: left;
    clear: both;
}

.float-left {
  float: left;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
}

.blog-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 16px;
}

.float-left {
    float: left;
}

.text-center {
    text-align: center;
}

img.intro-image {
    margin-right: 1rem;
    width: 120px;
}

ul.no-bullets {
    padding: 0;
}

ul.no-bullets li {
    list-style-type:none;
    padding: 0;
}

.lighter, .lighter a {
    color: #000;
    font-weight: normal;
}

.discussion {
    margin-top: 5rem;
}

code {
  font-size: 0.8rem;
  line-height: 1.12rem;
  color: #202020;
}

pre.inline {
    display: inline-block;
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.4rem;
    vertical-align: middle;
}
