body {
    font-family: -apple-system, "msp", "Helvetica Neue", "Helvetica", sans-serif;

    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.continued {
    position: absolute;
    top: -1000px;
    left: -1000px;
    opacity: 0;
}
a {
    color: deepskyblue;
    opacity: 0.7;
    text-decoration: none;
}
a:hover {
    opacity: 1;
    text-decoration: underline;
}
.container {
    min-height: 75vh;
    position: relative;
    z-index: 0;
}
.topcontainer {
    background: rgb(30, 30, 30);
    background: linear-gradient(180deg, rgb(70, 70, 70), rgb(30, 30, 30));
    min-height: 80vh;
}
.topcontainer td {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 130px;
    vertical-align: middle;
}
.appstore {
    -webkit-transition: 0.25s opacity;
    transition: 0.25s opacity;
}
.appstore img {
    width: 140px;
}
.comingsoon {
    display: inline-block;
    color: gray;
    border: 1px solid dodgerblue;
    border-radius: 7px;
    padding: 7px;
    -webkit-transition: 0.25s background;
    transition: 0.25s background;
}
.comingsoon:hover {
    background: dodgerblue;
}
.comingsoon a {
    color: dodgerblue;
    -webkit-transition: 0.25s opacity;
    transition: 0.25s opacity;
}
.comingsoon a:hover {
    text-decoration: none;
}
.comingsoon:hover a {
    color: #eee;
}
.twitter {
    margin-top: 15px;
}
.twitter a {
    color: dodgerblue;
}
.speedlink {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 200;
}
.speedlink a {
    background: #0f487f;
    color: #eee;
    padding: 7px 14px 8px 14px;
    transition: 0.3s background, 0.3s box-shadow;
    opacity: 1 !important;
    border-radius: 5px;
    text-decoration: none !important;
}
.speedlink a:hover {
    background: #1b81e5;
}
.container td {
    vertical-align: middle;
}
.aligner {
    min-height: 75vh;
    width: 100%;
    z-index: 10;
}
.wrapper {
    display: inline-block;
    text-align: left;
}
.logo img {
    width: 128px;
    border-radius: 35px;
    animation: 1.5s shadow;
    box-shadow: 0 0 40px rgba(50, 50, 50, 0.5);
}
@keyframes shadow {
    from {
        box-shadow: none;
    }
    66% {
        box-shadow: none;
    }
    to {
        box-shadow: 0 0 40px rgba(50, 50, 50, 0.5);
    }
}
.header {
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0;
    margin-bottom: 10px;
    color: white;
}
.tagline {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 200;
    color: #ccc;
}
.detail {
    font-size: 26px;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 14em;
    margin-left: auto;
    margin-right: auto;
}
.getpurify {
    font-size: 18px;
}
.textcell {
    padding: 20px 40px;
}
.textcell.left {
    text-align: right;
}
.subtitle {
    max-width: 12em;
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 40px;
}
.textcell p {
    line-height: 1.6;
    max-width: 32em;
}
.prose sup {
    opacity: 0.7;
}
#maintag {
    background: linear-gradient(180deg, rgb(30, 30, 30), rgb(0, 0, 0));
    color: #eee;
    min-height: 0;
}
#maintag:after {
    display: none !important;
}
#maintag table {
    width: 100%;
    min-height: 0;
    text-align: center;
}
#maintag td {
    padding: 40px;
}
#maintag h1 {
    font-size: 60px;
    font-weight: 100;
}
#maintag h2 {
    font-weight: 100;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}
#perf{
    background: linear-gradient(0deg, rgb(30, 30, 30), rgb(0, 0, 0));
    color: #eee;
}
#whitelist {
    background: linear-gradient(0deg, rgb(0, 0, 0), rgb(30, 30, 30));
    color: #eee;
}
#content, #advanced{
    background: rgb(247, 247, 247);
}
.container:after {
    position: absolute;
    content: "";
    z-index: 1;
    display: block;
    top: -50px;
    bottom: 0;
    background-repeat: no-repeat !important;
}
#whitelist:after {
    left: 40%;
    right: 0;
}
#content:after, #perf:after, #advanced:after {
    right: 40%;
    left: 0;
}
#small:after {
    left: 0;
    top: 0;
    right: 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6), transparent 60%, transparent 100%),
                        url(gift.jpg);
    background-size: 100% 100%, cover;
    background-position: top;
}
#small table {
    position: absolute;
    top: 0;
    left: 0;
    color: #eee;
}
#content:after {
    background-image: url(content.png);
    background-size: cover;
    background-position: right top;
}
#perf:after {
    background-image: url(perf.png);
    background-size: cover;
    background-position: bottom center;
    pointer-events: none;
}
#whitelist:after {
    background-image: url(whitelisting.png);
    background-size: cover;
}
#advanced:after {
    background-image: url(advanced.png);
    background-size: 70%;
    top: -120px;
    background-position: top center;
}
#whitelist em {
    font-style: normal;
    font-weight: 600;
    font-variant: small-caps;
}
@media (max-width: 1275px) and (min-width: 901px) {
    #whitelist:after {
        left: 32em;
        margin-left: 40px;
        right: 0;
    }
    #perf:after {
        background-size: 190%;
    }
    #content:after, #perf:after, #advanced:after {
        right: 32em;
        margin-right: 40px;
        left: 0;
    }
    #advanced:after {
        top: 0;
    }
    .container, .aligner {
        min-height: 60vh;
    }
    #small p {
        max-width: 40%;
    }
    #small, #small .aligner {
        min-height: 75vh;
    }
}
@media (max-width: 900px) {
    .container, .aligner {
        min-height: 60vh;
    }
    .textcell {
        text-align: center !important;
    }
    .subtitle {
        text-align: center;
    }
    .container:after {
        position: static;
        min-height: 50vh;
        width: 100%;
        background-position: top center !important;
    }
    #perf:after {
        margin-top: -25vh;
    }
    #advanced:after {
        margin-top: -50px;
        min-height: 75vh;
    }
    #small table {
        position: static;
        color: inherit;
    }
}
.footer {
    background: rgb(30, 30, 30);
    padding: 20px 40px;
    color: #797979;
    font-weight: 300;
}
.footnote, .disclaimer {
    padding: 10px 0;
    line-height: 1.4;
    font-size: 80%;
}
.copyright {
    text-align: right;
    font-size: 85%;
}
