/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 2vw;
}

::selection {
    color: #fff;
    background: #E74B8C; /* WebKit/Blink Browsers */
}
::-moz-selection {
    color: #fff;
    background: #E74B8C; /* Gecko Browsers */
}


body {
    font-family: nimbus-sans, "Helvetica Neue", helvetica, arial, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
}

strong {
    font-weight: bold;
}

section, footer {
    width: 90vw;
    padding: 10vw 5vw;
    background-color: red;
    background-repeat: no-repeat;
}

footer {
    padding: 5vw;
    background-color: #E6E8CC;
    color: #00C4B2;
}

a {
    text-decoration: underline;
    font-weight: bold;
}

a.button {
    display: inline-block;
    border-radius: 500px;
    font-weight: 800;
    font-family: nimbus-sans-extended, "Helvetica Neue", helvetica, arial, sans-serif;
    padding: 20px 40px;
    text-align: center;
    text-decoration: none;
    margin: 1.5rem 1rem 1.5rem 0;
}

a.button.sold {
    background-color: #e2a3bd !important;
    color: #ed7aaa !important;
}

.soldout-container {
    position: relative;
    display: inline-block;
}

.soldout {
    position: relative;
    top:  -1.5rem;
    left: 50px;
    background-image: url(/img/soldout.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100px;
    height: 100px;
}


a.button:hover {
    filter: saturate(1.5);
    transition: all 0.5s;
}

a.button.primary {
    background-color: #E74B8C;
    color: #fff;
}

a.button.secondary {
    background-color: #E6E8CC;
    color: #00C4B2;
}

a.button.secondary:hover {
    color: #00C4B2;
    background-color: #f7f8e9;
}

section.header {
    background-color: #00C4B2;
    color: #fff;
    background-image: url('/img/cherry-blossoms.png');
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 30vh;
    padding-bottom: 20vh;
}

h1, h2, h3, h4 {
    font-family: nimbus-sans-extended, "Helvetica Neue", helvetica, arial, sans-serif;
}

section h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 800;
}

section h4 {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-weight: 800;
}

section.content{
/*    padding-top: 0;
    padding-bottom: 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

/*section.content .button{
    margin: 40px 0;
}*/


section .text-container {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

section .text-container p {
    line-height: 1.2rem;
}

section .section-image {
    width: 50%;
    height: 80vh;
    display: table-cell;
    background-repeat: no-repeat;

}


section.right:after {
  content:"";
  display:block;
  clear:both;
 }

section.beige {
    background-color: #F5F2D8;
    color: #00C4B2;
}

section.white {
    background-color: #fff;
    color: #00C4B2;
}   

section.graphs {
    background-image: url(/img/downturn.webp);
    background-size: cover;
    background-position: 73% center;
    text-align: center;
    color: #F5F2D8;
}

section.graphs h3 {
    margin-bottom: 100px;
}

section.graphs h3.arizona {
    color:  #E74B8C;
    margin: auto;
}

section.graphs img {
    width: 50%;
    margin-bottom: 20px;
}

section.left p{
    padding: 0 30px 0 0;
}

section.stable {
    background-image: url(/img/bg-can.png);
    background-size: 48% auto;
    background-position: 3% center;
}

section.stable a {
    color: #E74B8C;
}

section.stable .section-image {
    /*background-image: url(/img/bg-can.png);*/
    background-size: auto 80%;
    background-position: 18% center;
}

section.redeem .section-image{
    background-image: url(/img/teaequalstea.png);
    background-size: contain;
    background-position: center;
    order: 2;
}

section.visionary {
    background-image: url(/img/teanology.png);
    background-size: 36% auto;
    background-position: 11% center;
}

section.visionary .section-image{
    /*background-image: url(/img/teanology.png);*/
    background-size: auto 70%;
    background-position: 15% center;
}

section.faq {
    padding: 10vw 5vw;
    background-color: #00C4B2;
    color: #F5F2D8;
}

section.faq a {
    color: #F5F2D8;
}

section.faq h4{
    margin-bottom: 0.5rem;
    color: #fff;
}

section.faq p {
    margin-bottom: 2rem;
}

section.header header {
    position: absolute;
    top: 20px;
    width: 20%;
}

section.header header img {
    width: 100%;
}

section.header h1 {
    font-weight: 800;
    font-size: 3rem;
    margin-bottom: 1rem;
}

section.header h2 {
    font-size: 2rem;
    width: 50%;
    margin-bottom: 1rem;
}

.missing{
    border-color: red;
}



.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.454);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.modal{
    background-image: url("/img/greatbuy.png");
    background-position: 7% top;
    background-repeat: no-repeat;
    background-size: 18% auto;
    background-color: #E6E8CC;
    color: #00C4B2;
    max-width: 750px;
    /*width: 95%;*/
    text-align: center;
    padding: 60px 60px 60px 20%;
    border-radius: 25px;
    font-size: 1rem;
    box-shadow: 0px 8.708343505859375px 14.513904571533203px 0px #00000040;
    border: none;
}

.modal h2{
    color: #E74B8C;
    font-size: 40px;
    font-weight: bold;
}

.modal .body{
    margin: 30px auto 0;
    line-height: 160%;
}

.modal .button{
    margin: 30px 0 0 0;
    padding: 20px 50px;
}

.modal img{
    width: 70%;
}

.cent {
    font-size: 0.7rem;
    vertical-align: super;
}

.modal .price {

    margin-top: 10px;
    color: #E74B8C;
}

.mint{
    margin: 30px 0 0;
}

.mint input{
    font-size: inherit;
    background: #dadcbc;
    padding: 10px;
    border: 3px solid #E74B8C;
    outline: none;
    width: 70px;
    text-align: center;
    color: #E74B8C;
    border-radius: 17px;
    display: inline-block;
    margin: 0 5px;
}

.mint .button{
    display: inline-block;
}

.stats{
    /*opacity: 0.6;*/
    text-align: right;
    margin: 30px 0 0 0;
}

.stats li{
    display: block;
    font-size: 15px;
}


#WEB3_CONNECT_MODAL_ID .web3modal-modal-lightbox{
    z-index: 100;
}

body.overlayopen{
    overflow: hidden;
}

.mossy{font-weight: normal;animation-duration:6s;animation-iteration-count:infinite;animation-name:mossy;animation-timing-function:linear;display:inline-block;font-family:Times New Roman,times,serif;font-size:1.4em}.mossy,a.mossy:visited{color:#00C4B2}@keyframes mossy{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}@keyframes loader{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    html {
        font-size: 24px;
    }

    section {
        padding: 40vw 5vw;
    }

    section {
        /*background-image: none !important;*/
    }

    a.button {
        font-size: 0.75rem;
        width: 100%;
        padding: 20px 0;
        /*margin-bottom: 10px;*/
        margin: 20px auto 0;
    }

    .soldout-container {
        width: 100%;
    }

    .soldout {
        top: 0;
    }

    .section-container{
        padding: 5vh 2vw;
    }

    section.content{
        display:block;
        padding-top: 5vh;
        padding-bottom: 5vh;
    }

    section .text-container {
        width: 100%;
        display: block;
        padding: 5vh 0;
    }

    section.redeem .section-image, section.visionary .section-image{
        padding-bottom: 0;
    }

    section .section-image {
        background-size: contain;
        height: 50vh;
        width: 100%;
        display: block;
        padding-top: 5vh;
    }

    section.visionary .section-image {
        background-size: contain;
        height: 30vh;
        background-image: url(/img/teanology.png);
    }

    section.stable .section-image{
        background-size: contain;
        height: 30vh;
        background-position: center center;
    }

    section.redeem .section-image{
        height: 30vh;
        background-size: contain;
    }

    section.visionary .section-image{
        background-position: center;
    }

    section.header {
        padding-top: 30vh;
        background-position: 54% center;
        background-size: cover;
    }

    section.header header{
        width: 50%;
    }

    section.stable, section.visionary {
        background-image: none;
    }

    section.stable .section-image {
        background-image: url(/img/bg-can.png);
    }

    section.header h1 {
        font-size: 2rem;
        width: 100%;
    }

    section.header h2 {
        font-size: 1.3rem;
        width: 100%;
    }

    section.graphs img {
        width: 100%;
    }

    section.left p{
        padding: 0;
    }

    .modal h2 {
        margin: 0 auto;
    }

    .modal {
        width: 85vw;
        margin: 0 auto;
        padding: 15vh 5vw 5vh;
        background-size: 22% auto;
    }

    .modal .body {
        max-width: 80%;
    }

    .modal .price {
        text-align: center;
    }

    .modal .button {
        padding-left: 0;
        padding-right: 0;
    }



}

/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 600px) {

    html {
        font-size: 3vw;
    }

    section .section-image{
        height: 50vh;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 2vw;
    }

}