html {
    font: normal 16px/1.4 "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: rgb(206, 206, 206);
    background-color: white;
}
body { margin: 0; }
a {  }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}
a:hover {
    color: #188dd9;
    text-decoration: none;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
		opacity: .9;
		transition: opacity .8s ease .4s;
    text-align: center;
}
img:hover {
	opacity: 1;
}
.page-container {
    width: 100%;
    height: 100%;
    text-align: center;
}
.page-content {
		margin: 0 auto;
		padding: 36vh 0 !important;
		width: 345px;
		text-align: center;
}
.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgb(168, 168, 168) !important;
    border: 0px;
    background: rgba(254, 254, 254, 0.01);
    font-size: 13px;
    line-height: 24px;
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
}
.page-footer a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.2s ease;
}
.page-footer a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
    .page-content,
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}
