body {
    background-color: #E8F6FF;
    margin: 0;
    font-family: 'Proxima Nova', Helvetica, Arial, sans-serif;
}

.outer {
    display: table;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.middle {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.inner {
    height: 90%;
    margin: 0 auto;
    padding: 10px;
    text-align: left;
    width: 70%;
}

.sub-inner {
    display: table;
    float: left;
    height: 100%;
}

.sub-inner-left {
    width: 40%;
}

.sub-inner-right {
    margin-top: -10%;
    width: 60%;
}

.sub-inner div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    width: 90%;
    height: auto;
    max-height: 90%;
    max-width: 90%;
}

.page-title {
    color: #4a4a4a;
    font-size: 48px;
    font-size: 2.5vmax;
}

.intro-text {
    color: #4a4a4a;
    font-size: 28px;
    font-size: 1.5vmax;
}

#go-back-button {
    border: solid 2px #159ef4;
    border-radius: 3px;
    color: #fff;
    background-color: #18a4fc;
    box-shadow: 0 2px 2px 0 rgba(182, 192, 200, 0.8);
    cursor: pointer;
    display: inline-table;
    margin: 0 auto;
    padding: 0.5em 2em;
    font-weight: 100;
    font-size: 1vmax;
    text-transform: uppercase;
}

#go-back-button label {
    cursor: pointer;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media (max-width: 600px) {
    .inner {
        width: 90%;
    }
}