@font-face {
    font-family: 'VT323';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/vt323-v17-latin-regular.woff') format('woff') /* Modern Browsers */
}

a{
    text-decoration: none;
    color: #fff;
}

a:hover{
    color:#C30000 ;
}
body{
    font-family: 'VT323';
    background-color: #212423;
    margin: 0;
    color: #fff;
}

h1, h2, p{
    font-family: 'VT323' !important;
} 

h1{
    font-size: 3vw;
}

h2{
    font-size: 2vw;
}

p{
    font-size: 1.5vw;
}

nav{
    padding: 0 2%;
    background-color: #1b1b1b;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navLogo h1{
    font-size: 3.7vw;
}


button{
    margin: .5%;
    border: 1px solid #fff;
    background-color: #1b1b1b;
    color: #fff;
    border-radius: 10px;
    font-family: 'VT323';
    font-size: 1.5vw;
    padding: 5px 15px;
    width: max-content;
}

button h2 {
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    padding-bottom: 2px;
}

#zero, #one, #two {
    width: 28% !important;
    text-align: center;
}

#connected{
    color: #C30000 !important;
    display: none;
}

#waitingText{
    display: none;
    text-align: center;
}
#waitingText img{
    max-width: 5%;
}

button:hover{
    color: #C30000;
    border-color: #C30000;
}

button:disabled{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
  }
  

.message{
    color: #C30000;
    font-family: 'VT323';
    font-size: 1.6vw;
}

.item button{
    padding: 5px 10px;
}

.navitems{
    display: flex;
}

.navElement{
    align-self: flex-end;
}


.connect{
    border: 1px solid #fff;
    border-radius: 30px;
}

.connect:hover{
    color: #C30000;
    border-color: #C30000 ;
}

.dashboard{
    width: 70%;
    margin-inline: auto;
    margin-block: max(3vw, 15px);
    border: 3px solid #fff;
    padding-inline: max(2vw, 10px) ;
    padding-block: max(1vw, 5px) ;
}


.mainHeading{
    padding: 1%;
    padding-bottom: 0;
    text-align: center;
    border-bottom: 2px solid #C30000 ;
}

.innerDash{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-block: max(2vw, 10px);
}

.dashImg{
    width: 40%;
    border-right: 2px solid #fff;
}
.dashImg img{
    padding: max(2vw, 10px);
    width: 80%;

}

.dashContent{
    width: 60%;
    text-align: left ;

}

.inputFlex{
    width: 95%;
    font-size: 2rem;
    margin-top: max(2vw, 10px);
    margin-left: max(2vw, 10px)
}

.claimButtons{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 2px solid #C30000 ;
    padding-top: max(2vw, 20px);
    text-align: right;
    flex-direction: column;
}

.active{
    background-color: #C30000;
}

.active:hover{
    color: #fff;
    border-color: #fff ;
}

#status{
    color: #C30000;
    text-align: left;
}

#innerDash{
    display: none;
}
.waitingPage{
    padding: max(5vw, 50px);
    text-align: center;
}
.waitingPage img{
    max-width: 5%;
}

.buttonFlex img{
    max-width: 25%;
}


@media only screen and (max-width: 991px) {

    .dashboard{
        width: 90%;
    }
    h1{
        font-size: 3em;
    }
    
    h2{
        font-size: 1.2em;
    }
    
    p{
        font-size: 1em;
    }
    .waitingPage img {
        max-width: 20%;
    }
    .navLogo h1{
        font-size: 2em;
    }
    nav{
        padding: 3%;
    }
    button{
        font-size: .7em;
        width: 100%;
    }
    #waitingText img{
        max-width: 15%;
    }
    .dashImg{
        width: 100%;
        border: none;
        border-bottom: 2px solid #fff;
    }
    .dashContent{
        width: 100%;
    }
    .button{
        font-size: .7em;
        width: 100%;
    }
    .claimButtons{
        flex-direction: column;
    }
    #status{
        width: 100%;
        text-align: center  ;
    }
    #zero, #one, #two {
        width: 100% !important;
        text-align: center;
    }
    .buttonFlex img{
        max-width: 10%;
    }

}
