body {
    font-family: "ff-meta-web-pro",sans-serif;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

body #contentWrapper {
    background-color: rgba(255,255,255,0.9);
    margin-left: 2%;
    height: 100%;
    min-height: 100%;
    height: 100vh;

    width: 420px;
    padding-top: 50px;
}
body #contentWrapper .innerContent {
    padding: 0 55px 0 55px;
}
h1 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 21px;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
    color: #56af31;
}
.logo {
    width: 100%;
}
.bold {
    font-weight: bold;
}
.green {
    color: #56af31;
}
a {
    color: #000;
}
a:hover,
a:active,
a:focus {
    color: #56af31;
}

.row-buffer-2x {
    margin-top: 20px;
}
.row-buffer-3x {
    margin-top: 30px;
}

.uppercase {
    text-transform: uppercase;
}

@media(max-width: 450px) {
    body #contentWrapper {
        margin-left: 0;
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }
    body {
        font-size: 15px;
    }
    h1 {
        font-size: 18px;
    }
}