@charset "utf-8";
@import "reset.css";

body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.page-wrap {
    padding: 0 10px;
}
.page-background {
    display: block;
    position: fixed;
    background-size: auto;
    background-position: bottom left;
    height: 100%;
    width: 100%;
    height: 100vh;
    width: 100vw;
    z-index: -1;
    overflow: hidden;
    opacity: .4;
    background-repeat: no-repeat;
}

.branding {
    padding-top: 5%;
    text-align: center;
    max-width: 530px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

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

.content {
    text-align: center;
    padding: 20px 0;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:active {
    opacity: .6;
}

.footer {
    position: absolute;
    bottom:10px;
    right: 20px;
    width: 100%;
    text-align: right;
}