@charset "utf-8";
/* CSS Document */


body{
    margin: 0px;
    line-height: 1.35;
    font-family: 'Arial', serif;
}

.topbar{
    box-sizing: border-box;
    width: 100%;
    display: flex;
    padding: 12px;
    background-color: white;
    
}

.navmenu{
    display: none;
}
.topbar > div:not(div:first-child){
    
    min-width: 33%;
    width: 100%;
    
}

.topbar div{
    box-sizing: border-box;
}

.topbar div:last-child{
    text-align: right;
}

.logo{
    min-width: 100px;
    width: 100%;
    height: auto;
}

.button{
    
    font-size: 12px;
    color: white;
    padding: 8px;
    border: white thin solid;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 0 6px 20px rgba(0,0,0,0.19); /* Horizontal offset, vertical offset, blur radius, spread radius, color */
            border-radius: 6px; /* Rounded corners */
background-color:#48f47b;
    text-align: center !important;
    display: inline-block;
}

.topbar > div:first-child{
     margin-right: 25px;   

    width: 15%;
}

.navbar{
    
    margin-top: 10px;
}

.navbar > a{
    color: #13b528;
    margin-right: 15px;
        text-decoration: none;

}


.banner{
    
    width: 100%;
    height: auto;
    
}


.centerContent{
    
    margin-left: auto;
    margin-right: auto;
    width: 75vw;
}

.margin-top{
    
    margin-top: 30px;
}

.flex{
    
    display: flex;
}

.flex > div{
    
    padding: 15px;
    box-sizing: border-box;
}

.tickets{
    display: flex;
    margin-top: 30px;
}
.tickets > a {
    width: 33%;
    height: auto;
    
}

.tickets > a > img{
    width: 100%;
    height: auto;
    
}

iframe{
    max-width: 100%;
}

.currentjackpot{
    
    font-size: 4.5em;
    margin-top:  10px !important;
}

.bannertext{
      text-shadow: 1px 1px 0px rgba(0,0,0,.5);
font-weight: bold;
    color: white;
    position: absolute;
    width: 400px;
    left: 10vw;
    top: 15vw;
}

.bannertext > div:first-child{
    font-size: 3em;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    font-family: Arial Black;
    font-weight: bolder;
    letter-spacing: -3px;
}

.tokenomics{
    padding-top: 35px;
    background-image: url("../parts/tokenomics3.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    
    
}

.tokens{
    text-align: center;
    padding-bottom: 35px;
    padding-top: 35px;
    font-family: 'Arial', serif;
    font-weight: bolder;
}
.tokens > div:first-child{
    font-size: 3em;
    
}

.tokens > div:nth-child(2){
    font-size: 1em;
    
}

.tokens > div:last-child{
    font-size: 1.75em;
    
}
.mobile{
    display: none;
}
.tokenomics > img{
width: 1000px;
    max-width: 100%;
    height: auto;
    object-position: bottom;
    display: block;
    margin-left: auto;
    object-fit: cover;
    margin-right: auto;
}

.articlehome{
    
    box-sizing: border-box;
    width: 250px;
    display: inline-block;
    margin: 15px;
    padding: 15px;
}

.articlehome > div{
    
    display: inline-block;
}

.articlehome > div > img {
    width: 100%;
    height: 156px;
    object-fit: cover;
    object-position: center;
    
}
.scratchoff{
    position: relative;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    
}


.scratchoff > img{
    width: 100%;
    height: auto;
}

.scratchoff > div{
     position: absolute;
    bottom: 0px;
    left: 8%;
    height: 32%;
    width: 85%;
    /* margin-top: 25px; */
    text-align: left;
}


.scratchoff > div > div{
     display: inline-block;
    width: 23%;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    height: 33%;
    /* margin-bottom: 3px; */
    margin-left: .5%;
    /* margin-right: 1%; */
    box-sizing: border-box;
    font-weight: bolder;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;

}

.scratchoff > div > div > img{

    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.scratched{

    background-image: url("../parts/reveal_scratch.png");
    
}


.scratchoff > div > div:nth-child(4), .scratchoff > div > div:nth-child(8){
margin-right: 0px;

}


