/* ----------------------------------------------

        Stylesheet

        by Tony Pierce - tony [at] novatone.co.nz

--------------------------------------------- */

/* --- Main ----------------------------- */

html, body { width: 100%; font-family: 'Open Sans', sans-serif; font-size: 16px; }
h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; line-height: 1.4; color: #56B047; font-weight: 700; }
h1 { color: #000810; font-size: 2.4rem; padding: 0; font-weight: 300; }
h2 { font-size: 1.6rem; margin: 0 0 20px 0; }
h3 { font-size: 1.25rem; padding: 10px 0; }
p, li { font-family: 'Open Sans', sans-serif; font-size: 1rem; font-weight: 300; color: #000810; }
ul { padding: 0px; margin: 0 0 1.25rem 1rem; }
strong { font-weight: bold; text-transform: uppercase; }
hr {
    height: 3px;
    border: none;
    background-color: #000810;
    margin: 15px 0 30px 0;
}
a {
    color: #56B047;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
img { max-width: 100%; }
#main {
    max-width: 1200px;
    height: 100vh;
    margin: 0 auto;
}
#mainOutter {
    width: 100%;
    height: 100%;
    display: table;
}
#mainInner {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#mainInner p {
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #000810;
}
#mainInner strong, #mainInner a {
    vertical-align: top;
    display: inline-block;
    margin-top: 12px;
}
#mainInner a {
    color: #000810;
    font-size: 20px;
    margin-top: 8px;
    text-decoration: none;
}
#mainInner a:hover {
    color: #56B047;
}
#mainContent {
    text-align: left;
    display: inline-block;
    padding: 14px;
}
.arrow {
    margin-right: 15px;
}
@media only screen and (max-width: 40em) {
    h1 { font-size: 2rem; }
    #mainInner a {
        font-size: 1rem;
        margin-top: 12px;
    }
}
