/* ----------------------------------------------------------------------------------
    Michael Craig Martin
    Designed & Built by Artlogic in London
---------------------------------------------------------------------------------- */

@import url(/fonts/stylesheet.css);

html {
    font-size: 10px;
}
body {
    margin: 0;
    padding: 12px;
    font-family: 'InterWeb', Sans-Serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: normal;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: -0.02em;
}

a, a:visited {
    color: #111;
    text-decoration: underline;
}

.tabbing-detected a:focus {
    outline: 2px solid #111;
}

p {
    margin: 0 0 20px;
    padding: 0;
}
p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #111;
    padding: 0;
    margin: 0 0 20px;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}


img {
    max-width: 100%;
}

iframe {
    border: 0;
    padding: 0;
    margin: 0;
}