#mainNav .navbar-brand{
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.05));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 3px;
}

.diamond{
    background: transparent;
    -webkit-text-fill-color:  rgba(255, 255, 255, 1);
}

#mainNav.navbar-shrink .navbar-brand{
    background: white;
    -webkit-text-fill-color:  black;
}

@media (max-width: 992px){
    #mainNav .navbar-brand{
        background: white;
        -webkit-text-fill-color:  black;
    }
    .onchain_addresses{
        font-size: 9px;
    }
}


.featured-image{
    border: 20px solid black;
    border-radius: 3px;
}

.border-box{
    border: 1px solid rgb(163, 163, 163);
    border-radius: 3px;
    box-shadow: 5px 10px;
    margin-top: -30px;
    margin-bottom: 20px;
}

@media (max-height: 950px) and (min-width: 1200px) {
    .border-box{
        margin-top: 200px;
    }
}

.masthead {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 75%, #000 20%), url("/static/website/img/polkadot_bg.png");
}

/* .btn-primary {
    background-color: #d63384;
    border-color: #d63384;
}

.btn-primary:hover{
    background-color: #f13a96;
    border-color: #f13a96;
}

#mainNav .navbar-toggler{
    color:  #d63384;
    border-color: #d63384;

} */

.text-white-50 {
    color: rgba(255, 255, 255, 0.78) !important;;
}

.pvalidator{
    border: 3px solid rgb(163, 163, 163);
    border-bottom: 0px;
    border-radius: 2px;
    box-shadow: 5px;
}

.ecosystem{
    max-width: 350px;
}

/* 1kv */

.onekv-container{
    /* background-color: white; */
}

.row .nominator_box{
    /* padding: 0; */
}

.nominator_box{
    color: black;
    background-color: white;

    border: 3px solid white;
    border-bottom: .25rem solid #d63384;
    border-radius: 5px;
    margin-bottom: 40px;
    word-wrap: break-word;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.nominator_box .title{
    background-color: white;
    border-bottom: 1px dashed black;
    padding: 5px;
}

.nominator_box .small-font{
    font-style: italic;
    font-size: 13px;
}

.nominator_box .time{
    font-size: 13px;
    color: #d63384;
}

.nominator_box .validator_list{
    margin: 5px;
}

.nominator_box .n18h{
    border-top: 1px dashed #d63384;
    background-color: #e2e2e2cc;
}

.nominator_box .val-telemetry{
    font-size: 10px;
}

.tips{
    color: white;
    font-size: 13px;
    padding-bottom: 7px;
}

.tips .address{
    color: #d63384;
}

@media (max-width: 460px){
    .tips .address{
        font-size: 11px;
    }
}

.onekv-container .error{
    color: white;
    margin-bottom: 150px;
}

/* calc */

#calc {
    padding-bottom: 20px;
}

#calc .container {
    max-width: 500px;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#calc h1 {
    text-align: center;
    margin-bottom: 20px;
}

#calc label {
    display: block;
    margin-bottom: 5px;
}

#calc input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#calc button {
    width: 100%;
    padding: 10px;
    background-color: #3498db;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

#calc button:hover {
    background-color: #2980b9;
}
/* end calc */

#tools .toolchain{
    margin-top: 60px;
    margin-bottom: 150px;
}

#tools .toolchain a{
    background-color: transparent;
    border: 1px solid rgb(163, 163, 163);
    margin-bottom: 10px;
}

#tools .toolchain a:hover{
    background-color: #f2298e;
}

.candidate .title{
    border-bottom: none;
}

.candidate .n18h{
    border-bottom: 1px dashed black;
}

.candidate .breakdown{
    height: 120px;
    overflow: hidden;
}

.candidate button{
    padding: 4px;
    margin-bottom: 10px;
}

.onekv-container .stats{
    color: white;
}

.onekv-container .reachable{
    font-size: 12px;
}

.onekv-container .validity{
    border-top: 1px dashed black;
}

.onekv-container .validity .type{
    font-size: 10px;
}

.nodes-monitor .legend{
    background-color: #f90e83;
    color:white;
    margin-bottom: 10px;
    border: 1px dashed rgb(205, 203, 203);
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    font-size: 12px;
    text-align: justify;
    padding: 5px;
}

.nodes-monitor .legend a{
    color: rgb(59, 255, 63);
}

.nodes-monitor .breakdown{
    margin-top: 20px;
}