* {
    box-sizing: border-box;
}

body {
    background: #000000;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-family: monospace;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

h1.sitetitle {
    margin: 10px 0 20px;
    text-align: center;
    transform: rotate(353deg);
}

main {
    top: 0;
    left: 0;
    width: 500px;
    max-width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
    color: #00f507d9;
    transition: max-width 0.6s, height 0.6s;
    /* transform: rotate(354deg); */
    -webkit-animation: 0.6s linear forwards anifadein;
	animation: 0.6s linear forwards anifadein
}

section {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
}

a {
    color: #bbd9ff;
}

p {
    position: relative;
    z-index: 9;
    color: #bbd9ff;
    color: #bbd9ffc7;
    font-size: 18px;
    line-height: 28px;
    transition: color 0.6s;
}

main p {
    top: 23px;
    z-index: 999999;
}

#mintbtn {
    display: inline-block;
    margin: 0 auto;
    padding: 35px 0;
    min-width: 70px;
    cursor: pointer;
    border-radius: 66px;
    box-shadow: 0 1px 2px #34449373;
    background: #00f507;
    border: 0;
    color: #2e2e2e;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
    line-height: 0;
    position: relative;
    z-index: 1;
    left: -10px;
    transform: rotate(355deg);
    transform: rotate(38deg);
    transition: all 0.4s;
}

body.timetobegin #mintbtn {
    transform: rotate(0deg);
}

#mintbtn:hover {
    background: #4bff00;
}

.redacted-intro {
    position: relative;
    z-index: 1;
}

.redacted-gate {
    opacity: 1;
    width: 105%;
    font-size: 16px;
    color: #ffffff00;
    word-break: break-all;
}

.redacted-gate-inside {
    border: 1px solid transparent;
    transition: opacity 2s, transform 0.6s;
    transition-delay: 1s;
    /* -webkit-animation: 1s linear forwards anifadein;
	animation: 1s linear forwards anifadein */
}

body.playintro .redacted-gate-inside {
    color: #ffffff73;
    color: transparent;
    opacity: 1;
    transform: scale(1);
}

.redacted-image {
    padding: 20px 30px 0;
    position: relative;
    z-index: 1;
    top: -15px;
}

.redacted-image img {
    transform: rotate(4deg);
}

.site-note {
    padding: calc(10px + 1vw) 0;
    margin: 0 0 0 -10px;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
}

.zzz.site-links {
    display: block;
    margin-top: calc(40px + 1vw);
    padding-top: 20px;
    border-top: 9px double;
    color: #00f507d9;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    position: relative;
    left: 50px;
    top: 20px;
}
.site-links{
    transform: rotate(17deg);
}
.site-links a {
    color: #00f507d9;
    font-size: 18px;
    line-height: 30px;
}
.site-about{
    transform: rotate(17deg);
}

@media (min-width: 600px) {
    main {
        position: absolute;
        top: 10vh;
        width: 400px;
        left: calc(50vw - 200px);
        /* border: 1px solid #0c3b8f5e; */
        /* box-shadow: 0 1px 20px #0000004f; */
        /* background: #00000070; */
        /* background: #4210a59c; */
    }

    h1.sitetitle {
        position: relative;
        top: -50px;
        left: 13px;
    }
}

@media (min-width: 900px) {
    .redacted-gate {
        width:200%;
        margin-left: -50%;
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    main {
        min-height: 100vh;
    }
}

.ani-pulse {
    position: absolute;
    display: block;
    margin-top: -15px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #000;
    -webkit-animation: dnx-scaleout 1s infinite ease-in-out;
    animation: dnx-scaleout 1s infinite ease-in-out;
    opacity: .3
}

@-webkit-keyframes dnx-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes dnx-scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@-webkit-keyframes anifadein {
    0% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes anifadein {
    0% {
        opacity: 0
    }

    70% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}
