/* TYPOGRAPHY */

html {
    font-size: 100%;
}

body {
    font-size: 1em;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
}

h1 {
    font-weight: 100;
    font-size: 3em;
    margin: 0 0 0.4em;
}

h2 {
    font-weight: 300;
    font-size: 2em;
    margin: 0.6em 0 0.3em;
}

h3 {
    font-weight: 400;
    font-size: 1.5em;
    margin: 0.6em 0 0.3em;
}

h4 {
    font-weight: 500;
    font-size: 1.25em;
    margin: 0.7em 0 0.3em;
}

h5 {
    font-weight: 700;
    font-size: 1em;
    margin: 0.8em 0 0.3em;
}

h6 {
    font-weight: 900;
    font-size: 1em;
    margin: 1em 0 0.3em;
    text-transform: uppercase;
}

p {
    font-weight: 300;
}


/* DEFAULTS */

.browsehappy {
    position: absolute;
    z-index: 200;
    background: red;
    color: #eee;
    width: 100%;
    padding: 0.5em;
    text-align: center;
}

.browsehappy a {
    color: inherit;
    text-decoration: underline;
}

img {
    display: block;
    height: auto;
    max-width: 100%;
}

section {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 1.5em 0;
    border-bottom: 1px solid white;
}

section a, section a:hover {
    color: inherit;
}

section p {
    font-size: 1.125em;
    max-width: 40em;
}

.overlay {
    width: 100%;
    height: 100%;
    margin: -1.5em 0;
}

select, textarea, input {
    font-size: 16px !important;
    font-weight: 300 !important;
}
